From 108922ff8087382e3afda82165d5a00511d36228 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Nov 2024 22:33:43 -0800 Subject: [PATCH] docs for api version v1.1.0-1.0.4 --- docusign_webforms.html | 301 ++ docusign_webforms/apis.html | 245 ++ .../apis/form_instance_management_api.html | 2196 ++++++++++++ .../apis/form_management_api.html | 1332 +++++++ docusign_webforms/client.html | 271 ++ docusign_webforms/client/api_client.html | 3129 +++++++++++++++++ docusign_webforms/client/api_exception.html | 512 +++ docusign_webforms/client/api_response.html | 1456 ++++++++ docusign_webforms/client/auth.html | 266 ++ docusign_webforms/client/auth/oauth.html | 2556 ++++++++++++++ docusign_webforms/client/configuration.html | 575 +++ docusign_webforms/models.html | 345 ++ docusign_webforms/models/account_id.html | 569 +++ docusign_webforms/models/assertion_id.html | 569 +++ .../models/authentication_instant.html | 569 +++ .../models/authentication_method.html | 871 +++++ docusign_webforms/models/brand_id.html | 569 +++ docusign_webforms/models/client_user_id.html | 569 +++ docusign_webforms/models/component_key.html | 569 +++ docusign_webforms/models/count.html | 569 +++ .../models/create_instance_request_body.html | 1251 +++++++ .../models/created_date_time.html | 569 +++ docusign_webforms/models/envelope_id.html | 569 +++ .../models/expiration_date_time.html | 569 +++ .../models/expiration_offset.html | 569 +++ docusign_webforms/models/form_sort_by.html | 569 +++ docusign_webforms/models/form_url.html | 569 +++ docusign_webforms/models/guid.html | 569 +++ docusign_webforms/models/http_error.html | 735 ++++ docusign_webforms/models/http_success.html | 649 ++++ docusign_webforms/models/instance_id.html | 569 +++ docusign_webforms/models/instance_source.html | 663 ++++ docusign_webforms/models/instance_status.html | 663 ++++ docusign_webforms/models/instance_token.html | 569 +++ .../models/is_private_access.html | 569 +++ docusign_webforms/models/is_published.html | 569 +++ docusign_webforms/models/is_standalone.html | 569 +++ .../models/last_modified_date_time.html | 569 +++ docusign_webforms/models/model_date_time.html | 569 +++ docusign_webforms/models/return_url.html | 569 +++ docusign_webforms/models/search_text.html | 569 +++ docusign_webforms/models/security_domain.html | 569 +++ docusign_webforms/models/source.html | 647 ++++ docusign_webforms/models/start_position.html | 569 +++ docusign_webforms/models/tags.html | 569 +++ .../models/template_properties.html | 895 +++++ .../models/token_expiration_date_time.html | 569 +++ .../models/update_instance_request_body.html | 649 ++++ docusign_webforms/models/user_filter.html | 631 ++++ docusign_webforms/models/user_id.html | 569 +++ docusign_webforms/models/web_form.html | 750 ++++ .../models/web_form_adm_type.html | 775 ++++ .../models/web_form_component.html | 829 +++++ .../models/web_form_component_type.html | 695 ++++ .../models/web_form_components_map.html | 569 +++ .../models/web_form_content.html | 883 +++++ docusign_webforms/models/web_form_id.html | 569 +++ .../models/web_form_instance.html | 1485 ++++++++ .../models/web_form_instance_envelopes.html | 649 ++++ .../models/web_form_instance_list.html | 655 ++++ .../models/web_form_instance_metadata.html | 969 +++++ .../models/web_form_metadata.html | 2335 ++++++++++++ docusign_webforms/models/web_form_name.html | 569 +++ .../models/web_form_properties.html | 723 ++++ .../models/web_form_published_names.html | 569 +++ docusign_webforms/models/web_form_source.html | 631 ++++ docusign_webforms/models/web_form_state.html | 615 ++++ .../models/web_form_summary.html | 1265 +++++++ .../models/web_form_summary_list.html | 1135 ++++++ docusign_webforms/models/web_form_type.html | 615 ++++ .../models/web_form_user_info.html | 735 ++++ docusign_webforms/models/web_form_values.html | 569 +++ .../models/web_form_version_id.html | 569 +++ index.html | 7 + search.js | 46 + 75 files changed, 55981 insertions(+) create mode 100644 docusign_webforms.html create mode 100644 docusign_webforms/apis.html create mode 100644 docusign_webforms/apis/form_instance_management_api.html create mode 100644 docusign_webforms/apis/form_management_api.html create mode 100644 docusign_webforms/client.html create mode 100644 docusign_webforms/client/api_client.html create mode 100644 docusign_webforms/client/api_exception.html create mode 100644 docusign_webforms/client/api_response.html create mode 100644 docusign_webforms/client/auth.html create mode 100644 docusign_webforms/client/auth/oauth.html create mode 100644 docusign_webforms/client/configuration.html create mode 100644 docusign_webforms/models.html create mode 100644 docusign_webforms/models/account_id.html create mode 100644 docusign_webforms/models/assertion_id.html create mode 100644 docusign_webforms/models/authentication_instant.html create mode 100644 docusign_webforms/models/authentication_method.html create mode 100644 docusign_webforms/models/brand_id.html create mode 100644 docusign_webforms/models/client_user_id.html create mode 100644 docusign_webforms/models/component_key.html create mode 100644 docusign_webforms/models/count.html create mode 100644 docusign_webforms/models/create_instance_request_body.html create mode 100644 docusign_webforms/models/created_date_time.html create mode 100644 docusign_webforms/models/envelope_id.html create mode 100644 docusign_webforms/models/expiration_date_time.html create mode 100644 docusign_webforms/models/expiration_offset.html create mode 100644 docusign_webforms/models/form_sort_by.html create mode 100644 docusign_webforms/models/form_url.html create mode 100644 docusign_webforms/models/guid.html create mode 100644 docusign_webforms/models/http_error.html create mode 100644 docusign_webforms/models/http_success.html create mode 100644 docusign_webforms/models/instance_id.html create mode 100644 docusign_webforms/models/instance_source.html create mode 100644 docusign_webforms/models/instance_status.html create mode 100644 docusign_webforms/models/instance_token.html create mode 100644 docusign_webforms/models/is_private_access.html create mode 100644 docusign_webforms/models/is_published.html create mode 100644 docusign_webforms/models/is_standalone.html create mode 100644 docusign_webforms/models/last_modified_date_time.html create mode 100644 docusign_webforms/models/model_date_time.html create mode 100644 docusign_webforms/models/return_url.html create mode 100644 docusign_webforms/models/search_text.html create mode 100644 docusign_webforms/models/security_domain.html create mode 100644 docusign_webforms/models/source.html create mode 100644 docusign_webforms/models/start_position.html create mode 100644 docusign_webforms/models/tags.html create mode 100644 docusign_webforms/models/template_properties.html create mode 100644 docusign_webforms/models/token_expiration_date_time.html create mode 100644 docusign_webforms/models/update_instance_request_body.html create mode 100644 docusign_webforms/models/user_filter.html create mode 100644 docusign_webforms/models/user_id.html create mode 100644 docusign_webforms/models/web_form.html create mode 100644 docusign_webforms/models/web_form_adm_type.html create mode 100644 docusign_webforms/models/web_form_component.html create mode 100644 docusign_webforms/models/web_form_component_type.html create mode 100644 docusign_webforms/models/web_form_components_map.html create mode 100644 docusign_webforms/models/web_form_content.html create mode 100644 docusign_webforms/models/web_form_id.html create mode 100644 docusign_webforms/models/web_form_instance.html create mode 100644 docusign_webforms/models/web_form_instance_envelopes.html create mode 100644 docusign_webforms/models/web_form_instance_list.html create mode 100644 docusign_webforms/models/web_form_instance_metadata.html create mode 100644 docusign_webforms/models/web_form_metadata.html create mode 100644 docusign_webforms/models/web_form_name.html create mode 100644 docusign_webforms/models/web_form_properties.html create mode 100644 docusign_webforms/models/web_form_published_names.html create mode 100644 docusign_webforms/models/web_form_source.html create mode 100644 docusign_webforms/models/web_form_state.html create mode 100644 docusign_webforms/models/web_form_summary.html create mode 100644 docusign_webforms/models/web_form_summary_list.html create mode 100644 docusign_webforms/models/web_form_type.html create mode 100644 docusign_webforms/models/web_form_user_info.html create mode 100644 docusign_webforms/models/web_form_values.html create mode 100644 docusign_webforms/models/web_form_version_id.html create mode 100644 index.html create mode 100644 search.js diff --git a/docusign_webforms.html b/docusign_webforms.html new file mode 100644 index 0000000..1f181fe --- /dev/null +++ b/docusign_webforms.html @@ -0,0 +1,301 @@ + + + + + + + docusign_webforms API documentation + + + + + + + + + +
+
+

+docusign_webforms

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3# flake8: noqa
+ 4
+ 5"""
+ 6    Web Forms API version 1.1
+ 7
+ 8    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 9
+10    OpenAPI spec version: 1.1.0
+11    Contact: devcenter@docusign.com
+12    Generated by: https://github.com/swagger-api/swagger-codegen.git
+13"""
+14
+15
+16from __future__ import absolute_import
+17
+18# import apis into sdk package
+19from .apis.form_instance_management_api import FormInstanceManagementApi
+20from .apis.form_management_api import FormManagementApi
+21
+22# import ApiClient
+23from .client.api_client import ApiClient
+24from .client.configuration import Configuration
+25from .client.api_exception import ApiException
+26
+27from .client.auth.oauth import OAuth	
+28from .client.auth.oauth import OAuthToken	
+29from .client.auth.oauth import Account	
+30from .client.auth.oauth import Organization	
+31from .client.auth.oauth import Link
+32
+33# import models into sdk package
+34from docusign_webforms.models.authentication_method import AuthenticationMethod
+35from docusign_webforms.models.create_instance_request_body import CreateInstanceRequestBody
+36from docusign_webforms.models.http_error import HttpError
+37from docusign_webforms.models.http_success import HttpSuccess
+38from docusign_webforms.models.instance_source import InstanceSource
+39from docusign_webforms.models.instance_status import InstanceStatus
+40from docusign_webforms.models.template_properties import TemplateProperties
+41from docusign_webforms.models.web_form import WebForm
+42from docusign_webforms.models.web_form_component_type import WebFormComponentType
+43from docusign_webforms.models.web_form_content import WebFormContent
+44from docusign_webforms.models.web_form_instance import WebFormInstance
+45from docusign_webforms.models.web_form_instance_envelopes import WebFormInstanceEnvelopes
+46from docusign_webforms.models.web_form_instance_list import WebFormInstanceList
+47from docusign_webforms.models.web_form_instance_metadata import WebFormInstanceMetadata
+48from docusign_webforms.models.web_form_metadata import WebFormMetadata
+49from docusign_webforms.models.web_form_properties import WebFormProperties
+50from docusign_webforms.models.web_form_source import WebFormSource
+51from docusign_webforms.models.web_form_state import WebFormState
+52from docusign_webforms.models.web_form_summary import WebFormSummary
+53from docusign_webforms.models.web_form_summary_list import WebFormSummaryList
+54from docusign_webforms.models.web_form_type import WebFormType
+55from docusign_webforms.models.web_form_user_info import WebFormUserInfo
+56from docusign_webforms.models.web_form_values import WebFormValues
+57
+58
+59configuration = Configuration()
+
+ + +
+
+ + \ No newline at end of file diff --git a/docusign_webforms/apis.html b/docusign_webforms/apis.html new file mode 100644 index 0000000..cb2dbb8 --- /dev/null +++ b/docusign_webforms/apis.html @@ -0,0 +1,245 @@ + + + + + + + docusign_webforms.apis API documentation + + + + + + + + + +
+
+

+docusign_webforms.apis

+ + + + + + +
1from __future__ import absolute_import
+2
+3# flake8: noqa
+4
+5# import apis into api package
+6from .form_instance_management_api import FormInstanceManagementApi
+7from .form_management_api import FormManagementApi
+
+ + +
+
+ + \ No newline at end of file diff --git a/docusign_webforms/apis/form_instance_management_api.html b/docusign_webforms/apis/form_instance_management_api.html new file mode 100644 index 0000000..c13de5b --- /dev/null +++ b/docusign_webforms/apis/form_instance_management_api.html @@ -0,0 +1,2196 @@ + + + + + + + docusign_webforms.apis.form_instance_management_api API documentation + + + + + + + + + +
+
+

+docusign_webforms.apis.form_instance_management_api

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14from __future__ import absolute_import
+ 15
+ 16import sys
+ 17import os
+ 18import re
+ 19
+ 20# python 2 and python 3 compatibility library
+ 21from six import iteritems
+ 22
+ 23from ..client.configuration import Configuration
+ 24from ..client.api_client import ApiClient
+ 25
+ 26
+ 27class FormInstanceManagementApi(object):
+ 28    """
+ 29    NOTE: This class is auto generated by the swagger code generator program.
+ 30    Do not edit the class manually.
+ 31    Ref: https://github.com/swagger-api/swagger-codegen
+ 32    """
+ 33
+ 34    def __init__(self, api_client=None):
+ 35        config = Configuration()
+ 36        if api_client:
+ 37            self.api_client = api_client
+ 38        else:
+ 39            if not config.api_client:
+ 40                config.api_client = ApiClient()
+ 41            self.api_client = config.api_client
+ 42
+ 43    def create_instance(self, account_id, form_id, create_instance_body, **kwargs):
+ 44        """
+ 45        Creates an instance of the web form
+ 46        Creates an instance of the web form.
+ 47        This method makes a synchronous HTTP request by default. To make an
+ 48        asynchronous HTTP request, please define a `callback` function
+ 49        to be invoked when receiving the response.
+ 50        >>> def callback_function(response):
+ 51        >>>     pprint(response)
+ 52        >>>
+ 53        >>> thread = api.create_instance(account_id, form_id, create_instance_body, callback=callback_function)
+ 54
+ 55        :param callback function: The callback function
+ 56            for asynchronous request. (optional)
+ 57        :param str account_id: Account identifier in which the web form resides (required)
+ 58        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+ 59        :param CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
+ 60        :return: WebFormInstance
+ 61                 If the method is called asynchronously,
+ 62                 returns the request thread.
+ 63        """
+ 64        kwargs['_return_http_data_only'] = True
+ 65        if kwargs.get('callback'):
+ 66            return self.create_instance_with_http_info(account_id, form_id, create_instance_body, **kwargs)
+ 67        else:
+ 68            (data) = self.create_instance_with_http_info(account_id, form_id, create_instance_body, **kwargs)
+ 69            return data
+ 70
+ 71    def create_instance_with_http_info(self, account_id, form_id, create_instance_body, **kwargs):
+ 72        """
+ 73        Creates an instance of the web form
+ 74        Creates an instance of the web form.
+ 75        This method makes a synchronous HTTP request by default. To make an
+ 76        asynchronous HTTP request, please define a `callback` function
+ 77        to be invoked when receiving the response.
+ 78        >>> def callback_function(response):
+ 79        >>>     pprint(response)
+ 80        >>>
+ 81        >>> thread = api.create_instance_with_http_info(account_id, form_id, create_instance_body, callback=callback_function)
+ 82
+ 83        :param callback function: The callback function
+ 84            for asynchronous request. (optional)
+ 85        :param str account_id: Account identifier in which the web form resides (required)
+ 86        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+ 87        :param CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
+ 88        :return: WebFormInstance
+ 89                 If the method is called asynchronously,
+ 90                 returns the request thread.
+ 91        """
+ 92
+ 93        all_params = ['account_id', 'form_id', 'create_instance_body']
+ 94        all_params.append('callback')
+ 95        all_params.append('_return_http_data_only')
+ 96        all_params.append('_preload_content')
+ 97        all_params.append('_request_timeout')
+ 98
+ 99        params = locals()
+100        for key, val in iteritems(params['kwargs']):
+101            if key not in all_params:
+102                raise TypeError(
+103                    "Got an unexpected keyword argument '%s'"
+104                    " to method create_instance" % key
+105                )
+106            params[key] = val
+107        del params['kwargs']
+108        # verify the required parameter 'account_id' is set
+109        if ('account_id' not in params) or (params['account_id'] is None):
+110            raise ValueError("Missing the required parameter `account_id` when calling `create_instance`")
+111        # verify the required parameter 'form_id' is set
+112        if ('form_id' not in params) or (params['form_id'] is None):
+113            raise ValueError("Missing the required parameter `form_id` when calling `create_instance`")
+114        # verify the required parameter 'create_instance_body' is set
+115        if ('create_instance_body' not in params) or (params['create_instance_body'] is None):
+116            raise ValueError("Missing the required parameter `create_instance_body` when calling `create_instance`")
+117
+118
+119        collection_formats = {}
+120
+121        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances'.replace('{format}', 'json')
+122        path_params = {}
+123        if 'account_id' in params:
+124            path_params['accountId'] = params['account_id']
+125        if 'form_id' in params:
+126            path_params['formId'] = params['form_id']
+127
+128        query_params = {}
+129
+130        header_params = {}
+131
+132        form_params = []
+133        local_var_files = {}
+134
+135        body_params = None
+136        if 'create_instance_body' in params:
+137            body_params = params['create_instance_body']
+138        # HTTP header `Accept`
+139        header_params['Accept'] = self.api_client.\
+140            select_header_accept(['application/json'])
+141
+142        # HTTP header `Content-Type`
+143        header_params['Content-Type'] = self.api_client.\
+144            select_header_content_type(['application/json'])
+145
+146        # Authentication setting
+147        auth_settings = []
+148
+149        return self.api_client.call_api(resource_path, 'POST',
+150                                        path_params,
+151                                        query_params,
+152                                        header_params,
+153                                        body=body_params,
+154                                        post_params=form_params,
+155                                        files=local_var_files,
+156                                        response_type='WebFormInstance',
+157                                        auth_settings=auth_settings,
+158                                        callback=params.get('callback'),
+159                                        _return_http_data_only=params.get('_return_http_data_only'),
+160                                        _preload_content=params.get('_preload_content', True),
+161                                        _request_timeout=params.get('_request_timeout'),
+162                                        collection_formats=collection_formats)
+163
+164    def get_instance(self, account_id, form_id, instance_id, **kwargs):
+165        """
+166        Get form instance
+167        Retrieves instance information filter by instance id
+168        This method makes a synchronous HTTP request by default. To make an
+169        asynchronous HTTP request, please define a `callback` function
+170        to be invoked when receiving the response.
+171        >>> def callback_function(response):
+172        >>>     pprint(response)
+173        >>>
+174        >>> thread = api.get_instance(account_id, form_id, instance_id, callback=callback_function)
+175
+176        :param callback function: The callback function
+177            for asynchronous request. (optional)
+178        :param str account_id: Account identifier in which the web form resides (required)
+179        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+180        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+181        :return: WebFormInstance
+182                 If the method is called asynchronously,
+183                 returns the request thread.
+184        """
+185        kwargs['_return_http_data_only'] = True
+186        if kwargs.get('callback'):
+187            return self.get_instance_with_http_info(account_id, form_id, instance_id, **kwargs)
+188        else:
+189            (data) = self.get_instance_with_http_info(account_id, form_id, instance_id, **kwargs)
+190            return data
+191
+192    def get_instance_with_http_info(self, account_id, form_id, instance_id, **kwargs):
+193        """
+194        Get form instance
+195        Retrieves instance information filter by instance id
+196        This method makes a synchronous HTTP request by default. To make an
+197        asynchronous HTTP request, please define a `callback` function
+198        to be invoked when receiving the response.
+199        >>> def callback_function(response):
+200        >>>     pprint(response)
+201        >>>
+202        >>> thread = api.get_instance_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+203
+204        :param callback function: The callback function
+205            for asynchronous request. (optional)
+206        :param str account_id: Account identifier in which the web form resides (required)
+207        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+208        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+209        :return: WebFormInstance
+210                 If the method is called asynchronously,
+211                 returns the request thread.
+212        """
+213
+214        all_params = ['account_id', 'form_id', 'instance_id']
+215        all_params.append('callback')
+216        all_params.append('_return_http_data_only')
+217        all_params.append('_preload_content')
+218        all_params.append('_request_timeout')
+219
+220        params = locals()
+221        for key, val in iteritems(params['kwargs']):
+222            if key not in all_params:
+223                raise TypeError(
+224                    "Got an unexpected keyword argument '%s'"
+225                    " to method get_instance" % key
+226                )
+227            params[key] = val
+228        del params['kwargs']
+229        # verify the required parameter 'account_id' is set
+230        if ('account_id' not in params) or (params['account_id'] is None):
+231            raise ValueError("Missing the required parameter `account_id` when calling `get_instance`")
+232        # verify the required parameter 'form_id' is set
+233        if ('form_id' not in params) or (params['form_id'] is None):
+234            raise ValueError("Missing the required parameter `form_id` when calling `get_instance`")
+235        # verify the required parameter 'instance_id' is set
+236        if ('instance_id' not in params) or (params['instance_id'] is None):
+237            raise ValueError("Missing the required parameter `instance_id` when calling `get_instance`")
+238
+239
+240        collection_formats = {}
+241
+242        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances/{instanceId}'.replace('{format}', 'json')
+243        path_params = {}
+244        if 'account_id' in params:
+245            path_params['accountId'] = params['account_id']
+246        if 'form_id' in params:
+247            path_params['formId'] = params['form_id']
+248        if 'instance_id' in params:
+249            path_params['instanceId'] = params['instance_id']
+250
+251        query_params = {}
+252
+253        header_params = {}
+254
+255        form_params = []
+256        local_var_files = {}
+257
+258        body_params = None
+259        # HTTP header `Accept`
+260        header_params['Accept'] = self.api_client.\
+261            select_header_accept(['application/json'])
+262
+263        # HTTP header `Content-Type`
+264        header_params['Content-Type'] = self.api_client.\
+265            select_header_content_type(['application/json'])
+266
+267        # Authentication setting
+268        auth_settings = []
+269
+270        return self.api_client.call_api(resource_path, 'GET',
+271                                        path_params,
+272                                        query_params,
+273                                        header_params,
+274                                        body=body_params,
+275                                        post_params=form_params,
+276                                        files=local_var_files,
+277                                        response_type='WebFormInstance',
+278                                        auth_settings=auth_settings,
+279                                        callback=params.get('callback'),
+280                                        _return_http_data_only=params.get('_return_http_data_only'),
+281                                        _preload_content=params.get('_preload_content', True),
+282                                        _request_timeout=params.get('_request_timeout'),
+283                                        collection_formats=collection_formats)
+284
+285    def list_instances(self, account_id, form_id, **kwargs):
+286        """
+287        List instances
+288        List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId
+289        This method makes a synchronous HTTP request by default. To make an
+290        asynchronous HTTP request, please define a `callback` function
+291        to be invoked when receiving the response.
+292        >>> def callback_function(response):
+293        >>>     pprint(response)
+294        >>>
+295        >>> thread = api.list_instances(account_id, form_id, callback=callback_function)
+296
+297        :param callback function: The callback function
+298            for asynchronous request. (optional)
+299        :param str account_id: Account identifier in which the web form resides (required)
+300        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+301        :param str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
+302        :return: WebFormInstanceList
+303                 If the method is called asynchronously,
+304                 returns the request thread.
+305        """
+306        kwargs['_return_http_data_only'] = True
+307        if kwargs.get('callback'):
+308            return self.list_instances_with_http_info(account_id, form_id, **kwargs)
+309        else:
+310            (data) = self.list_instances_with_http_info(account_id, form_id, **kwargs)
+311            return data
+312
+313    def list_instances_with_http_info(self, account_id, form_id, **kwargs):
+314        """
+315        List instances
+316        List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId
+317        This method makes a synchronous HTTP request by default. To make an
+318        asynchronous HTTP request, please define a `callback` function
+319        to be invoked when receiving the response.
+320        >>> def callback_function(response):
+321        >>>     pprint(response)
+322        >>>
+323        >>> thread = api.list_instances_with_http_info(account_id, form_id, callback=callback_function)
+324
+325        :param callback function: The callback function
+326            for asynchronous request. (optional)
+327        :param str account_id: Account identifier in which the web form resides (required)
+328        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+329        :param str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
+330        :return: WebFormInstanceList
+331                 If the method is called asynchronously,
+332                 returns the request thread.
+333        """
+334
+335        all_params = ['account_id', 'form_id', 'client_user_id']
+336        all_params.append('callback')
+337        all_params.append('_return_http_data_only')
+338        all_params.append('_preload_content')
+339        all_params.append('_request_timeout')
+340
+341        params = locals()
+342        for key, val in iteritems(params['kwargs']):
+343            if key not in all_params:
+344                raise TypeError(
+345                    "Got an unexpected keyword argument '%s'"
+346                    " to method list_instances" % key
+347                )
+348            params[key] = val
+349        del params['kwargs']
+350        # verify the required parameter 'account_id' is set
+351        if ('account_id' not in params) or (params['account_id'] is None):
+352            raise ValueError("Missing the required parameter `account_id` when calling `list_instances`")
+353        # verify the required parameter 'form_id' is set
+354        if ('form_id' not in params) or (params['form_id'] is None):
+355            raise ValueError("Missing the required parameter `form_id` when calling `list_instances`")
+356
+357        if 'client_user_id' in params and len(params['client_user_id']) > 100:
+358            raise ValueError("Invalid value for parameter `client_user_id` when calling `list_instances`, length must be less than or equal to `100`")
+359
+360        collection_formats = {}
+361
+362        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances'.replace('{format}', 'json')
+363        path_params = {}
+364        if 'account_id' in params:
+365            path_params['accountId'] = params['account_id']
+366        if 'form_id' in params:
+367            path_params['formId'] = params['form_id']
+368
+369        query_params = {}
+370        if 'client_user_id' in params:
+371            query_params['client_user_id'] = params['client_user_id']
+372
+373        header_params = {}
+374
+375        form_params = []
+376        local_var_files = {}
+377
+378        body_params = None
+379        # HTTP header `Accept`
+380        header_params['Accept'] = self.api_client.\
+381            select_header_accept(['application/json'])
+382
+383        # HTTP header `Content-Type`
+384        header_params['Content-Type'] = self.api_client.\
+385            select_header_content_type(['application/json'])
+386
+387        # Authentication setting
+388        auth_settings = []
+389
+390        return self.api_client.call_api(resource_path, 'GET',
+391                                        path_params,
+392                                        query_params,
+393                                        header_params,
+394                                        body=body_params,
+395                                        post_params=form_params,
+396                                        files=local_var_files,
+397                                        response_type='WebFormInstanceList',
+398                                        auth_settings=auth_settings,
+399                                        callback=params.get('callback'),
+400                                        _return_http_data_only=params.get('_return_http_data_only'),
+401                                        _preload_content=params.get('_preload_content', True),
+402                                        _request_timeout=params.get('_request_timeout'),
+403                                        collection_formats=collection_formats)
+404
+405    def refresh_token(self, account_id, form_id, instance_id, **kwargs):
+406        """
+407        Refreshes the instance token
+408        Generates new instance token for the existing Web Form Instance.
+409        This method makes a synchronous HTTP request by default. To make an
+410        asynchronous HTTP request, please define a `callback` function
+411        to be invoked when receiving the response.
+412        >>> def callback_function(response):
+413        >>>     pprint(response)
+414        >>>
+415        >>> thread = api.refresh_token(account_id, form_id, instance_id, callback=callback_function)
+416
+417        :param callback function: The callback function
+418            for asynchronous request. (optional)
+419        :param str account_id: Account identifier in which the web form resides (required)
+420        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+421        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+422        :return: WebFormInstance
+423                 If the method is called asynchronously,
+424                 returns the request thread.
+425        """
+426        kwargs['_return_http_data_only'] = True
+427        if kwargs.get('callback'):
+428            return self.refresh_token_with_http_info(account_id, form_id, instance_id, **kwargs)
+429        else:
+430            (data) = self.refresh_token_with_http_info(account_id, form_id, instance_id, **kwargs)
+431            return data
+432
+433    def refresh_token_with_http_info(self, account_id, form_id, instance_id, **kwargs):
+434        """
+435        Refreshes the instance token
+436        Generates new instance token for the existing Web Form Instance.
+437        This method makes a synchronous HTTP request by default. To make an
+438        asynchronous HTTP request, please define a `callback` function
+439        to be invoked when receiving the response.
+440        >>> def callback_function(response):
+441        >>>     pprint(response)
+442        >>>
+443        >>> thread = api.refresh_token_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+444
+445        :param callback function: The callback function
+446            for asynchronous request. (optional)
+447        :param str account_id: Account identifier in which the web form resides (required)
+448        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+449        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+450        :return: WebFormInstance
+451                 If the method is called asynchronously,
+452                 returns the request thread.
+453        """
+454
+455        all_params = ['account_id', 'form_id', 'instance_id']
+456        all_params.append('callback')
+457        all_params.append('_return_http_data_only')
+458        all_params.append('_preload_content')
+459        all_params.append('_request_timeout')
+460
+461        params = locals()
+462        for key, val in iteritems(params['kwargs']):
+463            if key not in all_params:
+464                raise TypeError(
+465                    "Got an unexpected keyword argument '%s'"
+466                    " to method refresh_token" % key
+467                )
+468            params[key] = val
+469        del params['kwargs']
+470        # verify the required parameter 'account_id' is set
+471        if ('account_id' not in params) or (params['account_id'] is None):
+472            raise ValueError("Missing the required parameter `account_id` when calling `refresh_token`")
+473        # verify the required parameter 'form_id' is set
+474        if ('form_id' not in params) or (params['form_id'] is None):
+475            raise ValueError("Missing the required parameter `form_id` when calling `refresh_token`")
+476        # verify the required parameter 'instance_id' is set
+477        if ('instance_id' not in params) or (params['instance_id'] is None):
+478            raise ValueError("Missing the required parameter `instance_id` when calling `refresh_token`")
+479
+480
+481        collection_formats = {}
+482
+483        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances/{instanceId}/refresh'.replace('{format}', 'json')
+484        path_params = {}
+485        if 'account_id' in params:
+486            path_params['accountId'] = params['account_id']
+487        if 'form_id' in params:
+488            path_params['formId'] = params['form_id']
+489        if 'instance_id' in params:
+490            path_params['instanceId'] = params['instance_id']
+491
+492        query_params = {}
+493
+494        header_params = {}
+495
+496        form_params = []
+497        local_var_files = {}
+498
+499        body_params = None
+500        # HTTP header `Accept`
+501        header_params['Accept'] = self.api_client.\
+502            select_header_accept(['application/json'])
+503
+504        # HTTP header `Content-Type`
+505        header_params['Content-Type'] = self.api_client.\
+506            select_header_content_type(['application/json'])
+507
+508        # Authentication setting
+509        auth_settings = []
+510
+511        return self.api_client.call_api(resource_path, 'POST',
+512                                        path_params,
+513                                        query_params,
+514                                        header_params,
+515                                        body=body_params,
+516                                        post_params=form_params,
+517                                        files=local_var_files,
+518                                        response_type='WebFormInstance',
+519                                        auth_settings=auth_settings,
+520                                        callback=params.get('callback'),
+521                                        _return_http_data_only=params.get('_return_http_data_only'),
+522                                        _preload_content=params.get('_preload_content', True),
+523                                        _request_timeout=params.get('_request_timeout'),
+524                                        collection_formats=collection_formats)
+
+ + +
+
+ +
+ + class + FormInstanceManagementApi: + + + +
+ +
 28class FormInstanceManagementApi(object):
+ 29    """
+ 30    NOTE: This class is auto generated by the swagger code generator program.
+ 31    Do not edit the class manually.
+ 32    Ref: https://github.com/swagger-api/swagger-codegen
+ 33    """
+ 34
+ 35    def __init__(self, api_client=None):
+ 36        config = Configuration()
+ 37        if api_client:
+ 38            self.api_client = api_client
+ 39        else:
+ 40            if not config.api_client:
+ 41                config.api_client = ApiClient()
+ 42            self.api_client = config.api_client
+ 43
+ 44    def create_instance(self, account_id, form_id, create_instance_body, **kwargs):
+ 45        """
+ 46        Creates an instance of the web form
+ 47        Creates an instance of the web form.
+ 48        This method makes a synchronous HTTP request by default. To make an
+ 49        asynchronous HTTP request, please define a `callback` function
+ 50        to be invoked when receiving the response.
+ 51        >>> def callback_function(response):
+ 52        >>>     pprint(response)
+ 53        >>>
+ 54        >>> thread = api.create_instance(account_id, form_id, create_instance_body, callback=callback_function)
+ 55
+ 56        :param callback function: The callback function
+ 57            for asynchronous request. (optional)
+ 58        :param str account_id: Account identifier in which the web form resides (required)
+ 59        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+ 60        :param CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
+ 61        :return: WebFormInstance
+ 62                 If the method is called asynchronously,
+ 63                 returns the request thread.
+ 64        """
+ 65        kwargs['_return_http_data_only'] = True
+ 66        if kwargs.get('callback'):
+ 67            return self.create_instance_with_http_info(account_id, form_id, create_instance_body, **kwargs)
+ 68        else:
+ 69            (data) = self.create_instance_with_http_info(account_id, form_id, create_instance_body, **kwargs)
+ 70            return data
+ 71
+ 72    def create_instance_with_http_info(self, account_id, form_id, create_instance_body, **kwargs):
+ 73        """
+ 74        Creates an instance of the web form
+ 75        Creates an instance of the web form.
+ 76        This method makes a synchronous HTTP request by default. To make an
+ 77        asynchronous HTTP request, please define a `callback` function
+ 78        to be invoked when receiving the response.
+ 79        >>> def callback_function(response):
+ 80        >>>     pprint(response)
+ 81        >>>
+ 82        >>> thread = api.create_instance_with_http_info(account_id, form_id, create_instance_body, callback=callback_function)
+ 83
+ 84        :param callback function: The callback function
+ 85            for asynchronous request. (optional)
+ 86        :param str account_id: Account identifier in which the web form resides (required)
+ 87        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+ 88        :param CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
+ 89        :return: WebFormInstance
+ 90                 If the method is called asynchronously,
+ 91                 returns the request thread.
+ 92        """
+ 93
+ 94        all_params = ['account_id', 'form_id', 'create_instance_body']
+ 95        all_params.append('callback')
+ 96        all_params.append('_return_http_data_only')
+ 97        all_params.append('_preload_content')
+ 98        all_params.append('_request_timeout')
+ 99
+100        params = locals()
+101        for key, val in iteritems(params['kwargs']):
+102            if key not in all_params:
+103                raise TypeError(
+104                    "Got an unexpected keyword argument '%s'"
+105                    " to method create_instance" % key
+106                )
+107            params[key] = val
+108        del params['kwargs']
+109        # verify the required parameter 'account_id' is set
+110        if ('account_id' not in params) or (params['account_id'] is None):
+111            raise ValueError("Missing the required parameter `account_id` when calling `create_instance`")
+112        # verify the required parameter 'form_id' is set
+113        if ('form_id' not in params) or (params['form_id'] is None):
+114            raise ValueError("Missing the required parameter `form_id` when calling `create_instance`")
+115        # verify the required parameter 'create_instance_body' is set
+116        if ('create_instance_body' not in params) or (params['create_instance_body'] is None):
+117            raise ValueError("Missing the required parameter `create_instance_body` when calling `create_instance`")
+118
+119
+120        collection_formats = {}
+121
+122        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances'.replace('{format}', 'json')
+123        path_params = {}
+124        if 'account_id' in params:
+125            path_params['accountId'] = params['account_id']
+126        if 'form_id' in params:
+127            path_params['formId'] = params['form_id']
+128
+129        query_params = {}
+130
+131        header_params = {}
+132
+133        form_params = []
+134        local_var_files = {}
+135
+136        body_params = None
+137        if 'create_instance_body' in params:
+138            body_params = params['create_instance_body']
+139        # HTTP header `Accept`
+140        header_params['Accept'] = self.api_client.\
+141            select_header_accept(['application/json'])
+142
+143        # HTTP header `Content-Type`
+144        header_params['Content-Type'] = self.api_client.\
+145            select_header_content_type(['application/json'])
+146
+147        # Authentication setting
+148        auth_settings = []
+149
+150        return self.api_client.call_api(resource_path, 'POST',
+151                                        path_params,
+152                                        query_params,
+153                                        header_params,
+154                                        body=body_params,
+155                                        post_params=form_params,
+156                                        files=local_var_files,
+157                                        response_type='WebFormInstance',
+158                                        auth_settings=auth_settings,
+159                                        callback=params.get('callback'),
+160                                        _return_http_data_only=params.get('_return_http_data_only'),
+161                                        _preload_content=params.get('_preload_content', True),
+162                                        _request_timeout=params.get('_request_timeout'),
+163                                        collection_formats=collection_formats)
+164
+165    def get_instance(self, account_id, form_id, instance_id, **kwargs):
+166        """
+167        Get form instance
+168        Retrieves instance information filter by instance id
+169        This method makes a synchronous HTTP request by default. To make an
+170        asynchronous HTTP request, please define a `callback` function
+171        to be invoked when receiving the response.
+172        >>> def callback_function(response):
+173        >>>     pprint(response)
+174        >>>
+175        >>> thread = api.get_instance(account_id, form_id, instance_id, callback=callback_function)
+176
+177        :param callback function: The callback function
+178            for asynchronous request. (optional)
+179        :param str account_id: Account identifier in which the web form resides (required)
+180        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+181        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+182        :return: WebFormInstance
+183                 If the method is called asynchronously,
+184                 returns the request thread.
+185        """
+186        kwargs['_return_http_data_only'] = True
+187        if kwargs.get('callback'):
+188            return self.get_instance_with_http_info(account_id, form_id, instance_id, **kwargs)
+189        else:
+190            (data) = self.get_instance_with_http_info(account_id, form_id, instance_id, **kwargs)
+191            return data
+192
+193    def get_instance_with_http_info(self, account_id, form_id, instance_id, **kwargs):
+194        """
+195        Get form instance
+196        Retrieves instance information filter by instance id
+197        This method makes a synchronous HTTP request by default. To make an
+198        asynchronous HTTP request, please define a `callback` function
+199        to be invoked when receiving the response.
+200        >>> def callback_function(response):
+201        >>>     pprint(response)
+202        >>>
+203        >>> thread = api.get_instance_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+204
+205        :param callback function: The callback function
+206            for asynchronous request. (optional)
+207        :param str account_id: Account identifier in which the web form resides (required)
+208        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+209        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+210        :return: WebFormInstance
+211                 If the method is called asynchronously,
+212                 returns the request thread.
+213        """
+214
+215        all_params = ['account_id', 'form_id', 'instance_id']
+216        all_params.append('callback')
+217        all_params.append('_return_http_data_only')
+218        all_params.append('_preload_content')
+219        all_params.append('_request_timeout')
+220
+221        params = locals()
+222        for key, val in iteritems(params['kwargs']):
+223            if key not in all_params:
+224                raise TypeError(
+225                    "Got an unexpected keyword argument '%s'"
+226                    " to method get_instance" % key
+227                )
+228            params[key] = val
+229        del params['kwargs']
+230        # verify the required parameter 'account_id' is set
+231        if ('account_id' not in params) or (params['account_id'] is None):
+232            raise ValueError("Missing the required parameter `account_id` when calling `get_instance`")
+233        # verify the required parameter 'form_id' is set
+234        if ('form_id' not in params) or (params['form_id'] is None):
+235            raise ValueError("Missing the required parameter `form_id` when calling `get_instance`")
+236        # verify the required parameter 'instance_id' is set
+237        if ('instance_id' not in params) or (params['instance_id'] is None):
+238            raise ValueError("Missing the required parameter `instance_id` when calling `get_instance`")
+239
+240
+241        collection_formats = {}
+242
+243        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances/{instanceId}'.replace('{format}', 'json')
+244        path_params = {}
+245        if 'account_id' in params:
+246            path_params['accountId'] = params['account_id']
+247        if 'form_id' in params:
+248            path_params['formId'] = params['form_id']
+249        if 'instance_id' in params:
+250            path_params['instanceId'] = params['instance_id']
+251
+252        query_params = {}
+253
+254        header_params = {}
+255
+256        form_params = []
+257        local_var_files = {}
+258
+259        body_params = None
+260        # HTTP header `Accept`
+261        header_params['Accept'] = self.api_client.\
+262            select_header_accept(['application/json'])
+263
+264        # HTTP header `Content-Type`
+265        header_params['Content-Type'] = self.api_client.\
+266            select_header_content_type(['application/json'])
+267
+268        # Authentication setting
+269        auth_settings = []
+270
+271        return self.api_client.call_api(resource_path, 'GET',
+272                                        path_params,
+273                                        query_params,
+274                                        header_params,
+275                                        body=body_params,
+276                                        post_params=form_params,
+277                                        files=local_var_files,
+278                                        response_type='WebFormInstance',
+279                                        auth_settings=auth_settings,
+280                                        callback=params.get('callback'),
+281                                        _return_http_data_only=params.get('_return_http_data_only'),
+282                                        _preload_content=params.get('_preload_content', True),
+283                                        _request_timeout=params.get('_request_timeout'),
+284                                        collection_formats=collection_formats)
+285
+286    def list_instances(self, account_id, form_id, **kwargs):
+287        """
+288        List instances
+289        List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId
+290        This method makes a synchronous HTTP request by default. To make an
+291        asynchronous HTTP request, please define a `callback` function
+292        to be invoked when receiving the response.
+293        >>> def callback_function(response):
+294        >>>     pprint(response)
+295        >>>
+296        >>> thread = api.list_instances(account_id, form_id, callback=callback_function)
+297
+298        :param callback function: The callback function
+299            for asynchronous request. (optional)
+300        :param str account_id: Account identifier in which the web form resides (required)
+301        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+302        :param str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
+303        :return: WebFormInstanceList
+304                 If the method is called asynchronously,
+305                 returns the request thread.
+306        """
+307        kwargs['_return_http_data_only'] = True
+308        if kwargs.get('callback'):
+309            return self.list_instances_with_http_info(account_id, form_id, **kwargs)
+310        else:
+311            (data) = self.list_instances_with_http_info(account_id, form_id, **kwargs)
+312            return data
+313
+314    def list_instances_with_http_info(self, account_id, form_id, **kwargs):
+315        """
+316        List instances
+317        List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId
+318        This method makes a synchronous HTTP request by default. To make an
+319        asynchronous HTTP request, please define a `callback` function
+320        to be invoked when receiving the response.
+321        >>> def callback_function(response):
+322        >>>     pprint(response)
+323        >>>
+324        >>> thread = api.list_instances_with_http_info(account_id, form_id, callback=callback_function)
+325
+326        :param callback function: The callback function
+327            for asynchronous request. (optional)
+328        :param str account_id: Account identifier in which the web form resides (required)
+329        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+330        :param str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
+331        :return: WebFormInstanceList
+332                 If the method is called asynchronously,
+333                 returns the request thread.
+334        """
+335
+336        all_params = ['account_id', 'form_id', 'client_user_id']
+337        all_params.append('callback')
+338        all_params.append('_return_http_data_only')
+339        all_params.append('_preload_content')
+340        all_params.append('_request_timeout')
+341
+342        params = locals()
+343        for key, val in iteritems(params['kwargs']):
+344            if key not in all_params:
+345                raise TypeError(
+346                    "Got an unexpected keyword argument '%s'"
+347                    " to method list_instances" % key
+348                )
+349            params[key] = val
+350        del params['kwargs']
+351        # verify the required parameter 'account_id' is set
+352        if ('account_id' not in params) or (params['account_id'] is None):
+353            raise ValueError("Missing the required parameter `account_id` when calling `list_instances`")
+354        # verify the required parameter 'form_id' is set
+355        if ('form_id' not in params) or (params['form_id'] is None):
+356            raise ValueError("Missing the required parameter `form_id` when calling `list_instances`")
+357
+358        if 'client_user_id' in params and len(params['client_user_id']) > 100:
+359            raise ValueError("Invalid value for parameter `client_user_id` when calling `list_instances`, length must be less than or equal to `100`")
+360
+361        collection_formats = {}
+362
+363        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances'.replace('{format}', 'json')
+364        path_params = {}
+365        if 'account_id' in params:
+366            path_params['accountId'] = params['account_id']
+367        if 'form_id' in params:
+368            path_params['formId'] = params['form_id']
+369
+370        query_params = {}
+371        if 'client_user_id' in params:
+372            query_params['client_user_id'] = params['client_user_id']
+373
+374        header_params = {}
+375
+376        form_params = []
+377        local_var_files = {}
+378
+379        body_params = None
+380        # HTTP header `Accept`
+381        header_params['Accept'] = self.api_client.\
+382            select_header_accept(['application/json'])
+383
+384        # HTTP header `Content-Type`
+385        header_params['Content-Type'] = self.api_client.\
+386            select_header_content_type(['application/json'])
+387
+388        # Authentication setting
+389        auth_settings = []
+390
+391        return self.api_client.call_api(resource_path, 'GET',
+392                                        path_params,
+393                                        query_params,
+394                                        header_params,
+395                                        body=body_params,
+396                                        post_params=form_params,
+397                                        files=local_var_files,
+398                                        response_type='WebFormInstanceList',
+399                                        auth_settings=auth_settings,
+400                                        callback=params.get('callback'),
+401                                        _return_http_data_only=params.get('_return_http_data_only'),
+402                                        _preload_content=params.get('_preload_content', True),
+403                                        _request_timeout=params.get('_request_timeout'),
+404                                        collection_formats=collection_formats)
+405
+406    def refresh_token(self, account_id, form_id, instance_id, **kwargs):
+407        """
+408        Refreshes the instance token
+409        Generates new instance token for the existing Web Form Instance.
+410        This method makes a synchronous HTTP request by default. To make an
+411        asynchronous HTTP request, please define a `callback` function
+412        to be invoked when receiving the response.
+413        >>> def callback_function(response):
+414        >>>     pprint(response)
+415        >>>
+416        >>> thread = api.refresh_token(account_id, form_id, instance_id, callback=callback_function)
+417
+418        :param callback function: The callback function
+419            for asynchronous request. (optional)
+420        :param str account_id: Account identifier in which the web form resides (required)
+421        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+422        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+423        :return: WebFormInstance
+424                 If the method is called asynchronously,
+425                 returns the request thread.
+426        """
+427        kwargs['_return_http_data_only'] = True
+428        if kwargs.get('callback'):
+429            return self.refresh_token_with_http_info(account_id, form_id, instance_id, **kwargs)
+430        else:
+431            (data) = self.refresh_token_with_http_info(account_id, form_id, instance_id, **kwargs)
+432            return data
+433
+434    def refresh_token_with_http_info(self, account_id, form_id, instance_id, **kwargs):
+435        """
+436        Refreshes the instance token
+437        Generates new instance token for the existing Web Form Instance.
+438        This method makes a synchronous HTTP request by default. To make an
+439        asynchronous HTTP request, please define a `callback` function
+440        to be invoked when receiving the response.
+441        >>> def callback_function(response):
+442        >>>     pprint(response)
+443        >>>
+444        >>> thread = api.refresh_token_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+445
+446        :param callback function: The callback function
+447            for asynchronous request. (optional)
+448        :param str account_id: Account identifier in which the web form resides (required)
+449        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+450        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+451        :return: WebFormInstance
+452                 If the method is called asynchronously,
+453                 returns the request thread.
+454        """
+455
+456        all_params = ['account_id', 'form_id', 'instance_id']
+457        all_params.append('callback')
+458        all_params.append('_return_http_data_only')
+459        all_params.append('_preload_content')
+460        all_params.append('_request_timeout')
+461
+462        params = locals()
+463        for key, val in iteritems(params['kwargs']):
+464            if key not in all_params:
+465                raise TypeError(
+466                    "Got an unexpected keyword argument '%s'"
+467                    " to method refresh_token" % key
+468                )
+469            params[key] = val
+470        del params['kwargs']
+471        # verify the required parameter 'account_id' is set
+472        if ('account_id' not in params) or (params['account_id'] is None):
+473            raise ValueError("Missing the required parameter `account_id` when calling `refresh_token`")
+474        # verify the required parameter 'form_id' is set
+475        if ('form_id' not in params) or (params['form_id'] is None):
+476            raise ValueError("Missing the required parameter `form_id` when calling `refresh_token`")
+477        # verify the required parameter 'instance_id' is set
+478        if ('instance_id' not in params) or (params['instance_id'] is None):
+479            raise ValueError("Missing the required parameter `instance_id` when calling `refresh_token`")
+480
+481
+482        collection_formats = {}
+483
+484        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances/{instanceId}/refresh'.replace('{format}', 'json')
+485        path_params = {}
+486        if 'account_id' in params:
+487            path_params['accountId'] = params['account_id']
+488        if 'form_id' in params:
+489            path_params['formId'] = params['form_id']
+490        if 'instance_id' in params:
+491            path_params['instanceId'] = params['instance_id']
+492
+493        query_params = {}
+494
+495        header_params = {}
+496
+497        form_params = []
+498        local_var_files = {}
+499
+500        body_params = None
+501        # HTTP header `Accept`
+502        header_params['Accept'] = self.api_client.\
+503            select_header_accept(['application/json'])
+504
+505        # HTTP header `Content-Type`
+506        header_params['Content-Type'] = self.api_client.\
+507            select_header_content_type(['application/json'])
+508
+509        # Authentication setting
+510        auth_settings = []
+511
+512        return self.api_client.call_api(resource_path, 'POST',
+513                                        path_params,
+514                                        query_params,
+515                                        header_params,
+516                                        body=body_params,
+517                                        post_params=form_params,
+518                                        files=local_var_files,
+519                                        response_type='WebFormInstance',
+520                                        auth_settings=auth_settings,
+521                                        callback=params.get('callback'),
+522                                        _return_http_data_only=params.get('_return_http_data_only'),
+523                                        _preload_content=params.get('_preload_content', True),
+524                                        _request_timeout=params.get('_request_timeout'),
+525                                        collection_formats=collection_formats)
+
+ + +

NOTE: This class is auto generated by the swagger code generator program. +Do not edit the class manually. +Ref: https://github.com/swagger-api/swagger-codegen

+
+ + +
+ +
+ + FormInstanceManagementApi(api_client=None) + + + +
+ +
35    def __init__(self, api_client=None):
+36        config = Configuration()
+37        if api_client:
+38            self.api_client = api_client
+39        else:
+40            if not config.api_client:
+41                config.api_client = ApiClient()
+42            self.api_client = config.api_client
+
+ + + + +
+
+ +
+ + def + create_instance(self, account_id, form_id, create_instance_body, **kwargs) + + + +
+ +
44    def create_instance(self, account_id, form_id, create_instance_body, **kwargs):
+45        """
+46        Creates an instance of the web form
+47        Creates an instance of the web form.
+48        This method makes a synchronous HTTP request by default. To make an
+49        asynchronous HTTP request, please define a `callback` function
+50        to be invoked when receiving the response.
+51        >>> def callback_function(response):
+52        >>>     pprint(response)
+53        >>>
+54        >>> thread = api.create_instance(account_id, form_id, create_instance_body, callback=callback_function)
+55
+56        :param callback function: The callback function
+57            for asynchronous request. (optional)
+58        :param str account_id: Account identifier in which the web form resides (required)
+59        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+60        :param CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
+61        :return: WebFormInstance
+62                 If the method is called asynchronously,
+63                 returns the request thread.
+64        """
+65        kwargs['_return_http_data_only'] = True
+66        if kwargs.get('callback'):
+67            return self.create_instance_with_http_info(account_id, form_id, create_instance_body, **kwargs)
+68        else:
+69            (data) = self.create_instance_with_http_info(account_id, form_id, create_instance_body, **kwargs)
+70            return data
+
+ + +

Creates an instance of the web form +Creates an instance of the web form. +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.create_instance(account_id, form_id, create_instance_body, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • +
  • CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
  • +
+ +
Returns
+ +
+

WebFormInstance + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + create_instance_with_http_info(self, account_id, form_id, create_instance_body, **kwargs) + + + +
+ +
 72    def create_instance_with_http_info(self, account_id, form_id, create_instance_body, **kwargs):
+ 73        """
+ 74        Creates an instance of the web form
+ 75        Creates an instance of the web form.
+ 76        This method makes a synchronous HTTP request by default. To make an
+ 77        asynchronous HTTP request, please define a `callback` function
+ 78        to be invoked when receiving the response.
+ 79        >>> def callback_function(response):
+ 80        >>>     pprint(response)
+ 81        >>>
+ 82        >>> thread = api.create_instance_with_http_info(account_id, form_id, create_instance_body, callback=callback_function)
+ 83
+ 84        :param callback function: The callback function
+ 85            for asynchronous request. (optional)
+ 86        :param str account_id: Account identifier in which the web form resides (required)
+ 87        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+ 88        :param CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
+ 89        :return: WebFormInstance
+ 90                 If the method is called asynchronously,
+ 91                 returns the request thread.
+ 92        """
+ 93
+ 94        all_params = ['account_id', 'form_id', 'create_instance_body']
+ 95        all_params.append('callback')
+ 96        all_params.append('_return_http_data_only')
+ 97        all_params.append('_preload_content')
+ 98        all_params.append('_request_timeout')
+ 99
+100        params = locals()
+101        for key, val in iteritems(params['kwargs']):
+102            if key not in all_params:
+103                raise TypeError(
+104                    "Got an unexpected keyword argument '%s'"
+105                    " to method create_instance" % key
+106                )
+107            params[key] = val
+108        del params['kwargs']
+109        # verify the required parameter 'account_id' is set
+110        if ('account_id' not in params) or (params['account_id'] is None):
+111            raise ValueError("Missing the required parameter `account_id` when calling `create_instance`")
+112        # verify the required parameter 'form_id' is set
+113        if ('form_id' not in params) or (params['form_id'] is None):
+114            raise ValueError("Missing the required parameter `form_id` when calling `create_instance`")
+115        # verify the required parameter 'create_instance_body' is set
+116        if ('create_instance_body' not in params) or (params['create_instance_body'] is None):
+117            raise ValueError("Missing the required parameter `create_instance_body` when calling `create_instance`")
+118
+119
+120        collection_formats = {}
+121
+122        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances'.replace('{format}', 'json')
+123        path_params = {}
+124        if 'account_id' in params:
+125            path_params['accountId'] = params['account_id']
+126        if 'form_id' in params:
+127            path_params['formId'] = params['form_id']
+128
+129        query_params = {}
+130
+131        header_params = {}
+132
+133        form_params = []
+134        local_var_files = {}
+135
+136        body_params = None
+137        if 'create_instance_body' in params:
+138            body_params = params['create_instance_body']
+139        # HTTP header `Accept`
+140        header_params['Accept'] = self.api_client.\
+141            select_header_accept(['application/json'])
+142
+143        # HTTP header `Content-Type`
+144        header_params['Content-Type'] = self.api_client.\
+145            select_header_content_type(['application/json'])
+146
+147        # Authentication setting
+148        auth_settings = []
+149
+150        return self.api_client.call_api(resource_path, 'POST',
+151                                        path_params,
+152                                        query_params,
+153                                        header_params,
+154                                        body=body_params,
+155                                        post_params=form_params,
+156                                        files=local_var_files,
+157                                        response_type='WebFormInstance',
+158                                        auth_settings=auth_settings,
+159                                        callback=params.get('callback'),
+160                                        _return_http_data_only=params.get('_return_http_data_only'),
+161                                        _preload_content=params.get('_preload_content', True),
+162                                        _request_timeout=params.get('_request_timeout'),
+163                                        collection_formats=collection_formats)
+
+ + +

Creates an instance of the web form +Creates an instance of the web form. +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.create_instance_with_http_info(account_id, form_id, create_instance_body, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • +
  • CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
  • +
+ +
Returns
+ +
+

WebFormInstance + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + get_instance(self, account_id, form_id, instance_id, **kwargs) + + + +
+ +
165    def get_instance(self, account_id, form_id, instance_id, **kwargs):
+166        """
+167        Get form instance
+168        Retrieves instance information filter by instance id
+169        This method makes a synchronous HTTP request by default. To make an
+170        asynchronous HTTP request, please define a `callback` function
+171        to be invoked when receiving the response.
+172        >>> def callback_function(response):
+173        >>>     pprint(response)
+174        >>>
+175        >>> thread = api.get_instance(account_id, form_id, instance_id, callback=callback_function)
+176
+177        :param callback function: The callback function
+178            for asynchronous request. (optional)
+179        :param str account_id: Account identifier in which the web form resides (required)
+180        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+181        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+182        :return: WebFormInstance
+183                 If the method is called asynchronously,
+184                 returns the request thread.
+185        """
+186        kwargs['_return_http_data_only'] = True
+187        if kwargs.get('callback'):
+188            return self.get_instance_with_http_info(account_id, form_id, instance_id, **kwargs)
+189        else:
+190            (data) = self.get_instance_with_http_info(account_id, form_id, instance_id, **kwargs)
+191            return data
+
+ + +

Get form instance +Retrieves instance information filter by instance id +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_instance(account_id, form_id, instance_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • +
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • +
+ +
Returns
+ +
+

WebFormInstance + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + get_instance_with_http_info(self, account_id, form_id, instance_id, **kwargs) + + + +
+ +
193    def get_instance_with_http_info(self, account_id, form_id, instance_id, **kwargs):
+194        """
+195        Get form instance
+196        Retrieves instance information filter by instance id
+197        This method makes a synchronous HTTP request by default. To make an
+198        asynchronous HTTP request, please define a `callback` function
+199        to be invoked when receiving the response.
+200        >>> def callback_function(response):
+201        >>>     pprint(response)
+202        >>>
+203        >>> thread = api.get_instance_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+204
+205        :param callback function: The callback function
+206            for asynchronous request. (optional)
+207        :param str account_id: Account identifier in which the web form resides (required)
+208        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+209        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+210        :return: WebFormInstance
+211                 If the method is called asynchronously,
+212                 returns the request thread.
+213        """
+214
+215        all_params = ['account_id', 'form_id', 'instance_id']
+216        all_params.append('callback')
+217        all_params.append('_return_http_data_only')
+218        all_params.append('_preload_content')
+219        all_params.append('_request_timeout')
+220
+221        params = locals()
+222        for key, val in iteritems(params['kwargs']):
+223            if key not in all_params:
+224                raise TypeError(
+225                    "Got an unexpected keyword argument '%s'"
+226                    " to method get_instance" % key
+227                )
+228            params[key] = val
+229        del params['kwargs']
+230        # verify the required parameter 'account_id' is set
+231        if ('account_id' not in params) or (params['account_id'] is None):
+232            raise ValueError("Missing the required parameter `account_id` when calling `get_instance`")
+233        # verify the required parameter 'form_id' is set
+234        if ('form_id' not in params) or (params['form_id'] is None):
+235            raise ValueError("Missing the required parameter `form_id` when calling `get_instance`")
+236        # verify the required parameter 'instance_id' is set
+237        if ('instance_id' not in params) or (params['instance_id'] is None):
+238            raise ValueError("Missing the required parameter `instance_id` when calling `get_instance`")
+239
+240
+241        collection_formats = {}
+242
+243        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances/{instanceId}'.replace('{format}', 'json')
+244        path_params = {}
+245        if 'account_id' in params:
+246            path_params['accountId'] = params['account_id']
+247        if 'form_id' in params:
+248            path_params['formId'] = params['form_id']
+249        if 'instance_id' in params:
+250            path_params['instanceId'] = params['instance_id']
+251
+252        query_params = {}
+253
+254        header_params = {}
+255
+256        form_params = []
+257        local_var_files = {}
+258
+259        body_params = None
+260        # HTTP header `Accept`
+261        header_params['Accept'] = self.api_client.\
+262            select_header_accept(['application/json'])
+263
+264        # HTTP header `Content-Type`
+265        header_params['Content-Type'] = self.api_client.\
+266            select_header_content_type(['application/json'])
+267
+268        # Authentication setting
+269        auth_settings = []
+270
+271        return self.api_client.call_api(resource_path, 'GET',
+272                                        path_params,
+273                                        query_params,
+274                                        header_params,
+275                                        body=body_params,
+276                                        post_params=form_params,
+277                                        files=local_var_files,
+278                                        response_type='WebFormInstance',
+279                                        auth_settings=auth_settings,
+280                                        callback=params.get('callback'),
+281                                        _return_http_data_only=params.get('_return_http_data_only'),
+282                                        _preload_content=params.get('_preload_content', True),
+283                                        _request_timeout=params.get('_request_timeout'),
+284                                        collection_formats=collection_formats)
+
+ + +

Get form instance +Retrieves instance information filter by instance id +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_instance_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • +
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • +
+ +
Returns
+ +
+

WebFormInstance + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + list_instances(self, account_id, form_id, **kwargs) + + + +
+ +
286    def list_instances(self, account_id, form_id, **kwargs):
+287        """
+288        List instances
+289        List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId
+290        This method makes a synchronous HTTP request by default. To make an
+291        asynchronous HTTP request, please define a `callback` function
+292        to be invoked when receiving the response.
+293        >>> def callback_function(response):
+294        >>>     pprint(response)
+295        >>>
+296        >>> thread = api.list_instances(account_id, form_id, callback=callback_function)
+297
+298        :param callback function: The callback function
+299            for asynchronous request. (optional)
+300        :param str account_id: Account identifier in which the web form resides (required)
+301        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+302        :param str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
+303        :return: WebFormInstanceList
+304                 If the method is called asynchronously,
+305                 returns the request thread.
+306        """
+307        kwargs['_return_http_data_only'] = True
+308        if kwargs.get('callback'):
+309            return self.list_instances_with_http_info(account_id, form_id, **kwargs)
+310        else:
+311            (data) = self.list_instances_with_http_info(account_id, form_id, **kwargs)
+312            return data
+
+ + +

List instances +List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId +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.list_instances(account_id, form_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • +
  • str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
  • +
+ +
Returns
+ +
+

WebFormInstanceList + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + list_instances_with_http_info(self, account_id, form_id, **kwargs) + + + +
+ +
314    def list_instances_with_http_info(self, account_id, form_id, **kwargs):
+315        """
+316        List instances
+317        List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId
+318        This method makes a synchronous HTTP request by default. To make an
+319        asynchronous HTTP request, please define a `callback` function
+320        to be invoked when receiving the response.
+321        >>> def callback_function(response):
+322        >>>     pprint(response)
+323        >>>
+324        >>> thread = api.list_instances_with_http_info(account_id, form_id, callback=callback_function)
+325
+326        :param callback function: The callback function
+327            for asynchronous request. (optional)
+328        :param str account_id: Account identifier in which the web form resides (required)
+329        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+330        :param str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
+331        :return: WebFormInstanceList
+332                 If the method is called asynchronously,
+333                 returns the request thread.
+334        """
+335
+336        all_params = ['account_id', 'form_id', 'client_user_id']
+337        all_params.append('callback')
+338        all_params.append('_return_http_data_only')
+339        all_params.append('_preload_content')
+340        all_params.append('_request_timeout')
+341
+342        params = locals()
+343        for key, val in iteritems(params['kwargs']):
+344            if key not in all_params:
+345                raise TypeError(
+346                    "Got an unexpected keyword argument '%s'"
+347                    " to method list_instances" % key
+348                )
+349            params[key] = val
+350        del params['kwargs']
+351        # verify the required parameter 'account_id' is set
+352        if ('account_id' not in params) or (params['account_id'] is None):
+353            raise ValueError("Missing the required parameter `account_id` when calling `list_instances`")
+354        # verify the required parameter 'form_id' is set
+355        if ('form_id' not in params) or (params['form_id'] is None):
+356            raise ValueError("Missing the required parameter `form_id` when calling `list_instances`")
+357
+358        if 'client_user_id' in params and len(params['client_user_id']) > 100:
+359            raise ValueError("Invalid value for parameter `client_user_id` when calling `list_instances`, length must be less than or equal to `100`")
+360
+361        collection_formats = {}
+362
+363        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances'.replace('{format}', 'json')
+364        path_params = {}
+365        if 'account_id' in params:
+366            path_params['accountId'] = params['account_id']
+367        if 'form_id' in params:
+368            path_params['formId'] = params['form_id']
+369
+370        query_params = {}
+371        if 'client_user_id' in params:
+372            query_params['client_user_id'] = params['client_user_id']
+373
+374        header_params = {}
+375
+376        form_params = []
+377        local_var_files = {}
+378
+379        body_params = None
+380        # HTTP header `Accept`
+381        header_params['Accept'] = self.api_client.\
+382            select_header_accept(['application/json'])
+383
+384        # HTTP header `Content-Type`
+385        header_params['Content-Type'] = self.api_client.\
+386            select_header_content_type(['application/json'])
+387
+388        # Authentication setting
+389        auth_settings = []
+390
+391        return self.api_client.call_api(resource_path, 'GET',
+392                                        path_params,
+393                                        query_params,
+394                                        header_params,
+395                                        body=body_params,
+396                                        post_params=form_params,
+397                                        files=local_var_files,
+398                                        response_type='WebFormInstanceList',
+399                                        auth_settings=auth_settings,
+400                                        callback=params.get('callback'),
+401                                        _return_http_data_only=params.get('_return_http_data_only'),
+402                                        _preload_content=params.get('_preload_content', True),
+403                                        _request_timeout=params.get('_request_timeout'),
+404                                        collection_formats=collection_formats)
+
+ + +

List instances +List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId +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.list_instances_with_http_info(account_id, form_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • +
  • str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
  • +
+ +
Returns
+ +
+

WebFormInstanceList + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + refresh_token(self, account_id, form_id, instance_id, **kwargs) + + + +
+ +
406    def refresh_token(self, account_id, form_id, instance_id, **kwargs):
+407        """
+408        Refreshes the instance token
+409        Generates new instance token for the existing Web Form Instance.
+410        This method makes a synchronous HTTP request by default. To make an
+411        asynchronous HTTP request, please define a `callback` function
+412        to be invoked when receiving the response.
+413        >>> def callback_function(response):
+414        >>>     pprint(response)
+415        >>>
+416        >>> thread = api.refresh_token(account_id, form_id, instance_id, callback=callback_function)
+417
+418        :param callback function: The callback function
+419            for asynchronous request. (optional)
+420        :param str account_id: Account identifier in which the web form resides (required)
+421        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+422        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+423        :return: WebFormInstance
+424                 If the method is called asynchronously,
+425                 returns the request thread.
+426        """
+427        kwargs['_return_http_data_only'] = True
+428        if kwargs.get('callback'):
+429            return self.refresh_token_with_http_info(account_id, form_id, instance_id, **kwargs)
+430        else:
+431            (data) = self.refresh_token_with_http_info(account_id, form_id, instance_id, **kwargs)
+432            return data
+
+ + +

Refreshes the instance token +Generates new instance token for the existing Web Form Instance. +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.refresh_token(account_id, form_id, instance_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • +
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • +
+ +
Returns
+ +
+

WebFormInstance + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + refresh_token_with_http_info(self, account_id, form_id, instance_id, **kwargs) + + + +
+ +
434    def refresh_token_with_http_info(self, account_id, form_id, instance_id, **kwargs):
+435        """
+436        Refreshes the instance token
+437        Generates new instance token for the existing Web Form Instance.
+438        This method makes a synchronous HTTP request by default. To make an
+439        asynchronous HTTP request, please define a `callback` function
+440        to be invoked when receiving the response.
+441        >>> def callback_function(response):
+442        >>>     pprint(response)
+443        >>>
+444        >>> thread = api.refresh_token_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+445
+446        :param callback function: The callback function
+447            for asynchronous request. (optional)
+448        :param str account_id: Account identifier in which the web form resides (required)
+449        :param str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
+450        :param str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
+451        :return: WebFormInstance
+452                 If the method is called asynchronously,
+453                 returns the request thread.
+454        """
+455
+456        all_params = ['account_id', 'form_id', 'instance_id']
+457        all_params.append('callback')
+458        all_params.append('_return_http_data_only')
+459        all_params.append('_preload_content')
+460        all_params.append('_request_timeout')
+461
+462        params = locals()
+463        for key, val in iteritems(params['kwargs']):
+464            if key not in all_params:
+465                raise TypeError(
+466                    "Got an unexpected keyword argument '%s'"
+467                    " to method refresh_token" % key
+468                )
+469            params[key] = val
+470        del params['kwargs']
+471        # verify the required parameter 'account_id' is set
+472        if ('account_id' not in params) or (params['account_id'] is None):
+473            raise ValueError("Missing the required parameter `account_id` when calling `refresh_token`")
+474        # verify the required parameter 'form_id' is set
+475        if ('form_id' not in params) or (params['form_id'] is None):
+476            raise ValueError("Missing the required parameter `form_id` when calling `refresh_token`")
+477        # verify the required parameter 'instance_id' is set
+478        if ('instance_id' not in params) or (params['instance_id'] is None):
+479            raise ValueError("Missing the required parameter `instance_id` when calling `refresh_token`")
+480
+481
+482        collection_formats = {}
+483
+484        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}/instances/{instanceId}/refresh'.replace('{format}', 'json')
+485        path_params = {}
+486        if 'account_id' in params:
+487            path_params['accountId'] = params['account_id']
+488        if 'form_id' in params:
+489            path_params['formId'] = params['form_id']
+490        if 'instance_id' in params:
+491            path_params['instanceId'] = params['instance_id']
+492
+493        query_params = {}
+494
+495        header_params = {}
+496
+497        form_params = []
+498        local_var_files = {}
+499
+500        body_params = None
+501        # HTTP header `Accept`
+502        header_params['Accept'] = self.api_client.\
+503            select_header_accept(['application/json'])
+504
+505        # HTTP header `Content-Type`
+506        header_params['Content-Type'] = self.api_client.\
+507            select_header_content_type(['application/json'])
+508
+509        # Authentication setting
+510        auth_settings = []
+511
+512        return self.api_client.call_api(resource_path, 'POST',
+513                                        path_params,
+514                                        query_params,
+515                                        header_params,
+516                                        body=body_params,
+517                                        post_params=form_params,
+518                                        files=local_var_files,
+519                                        response_type='WebFormInstance',
+520                                        auth_settings=auth_settings,
+521                                        callback=params.get('callback'),
+522                                        _return_http_data_only=params.get('_return_http_data_only'),
+523                                        _preload_content=params.get('_preload_content', True),
+524                                        _request_timeout=params.get('_request_timeout'),
+525                                        collection_formats=collection_formats)
+
+ + +

Refreshes the instance token +Generates new instance token for the existing Web Form Instance. +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.refresh_token_with_http_info(account_id, form_id, instance_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • +
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • +
+ +
Returns
+ +
+

WebFormInstance + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/apis/form_management_api.html b/docusign_webforms/apis/form_management_api.html new file mode 100644 index 0000000..99ac2b2 --- /dev/null +++ b/docusign_webforms/apis/form_management_api.html @@ -0,0 +1,1332 @@ + + + + + + + docusign_webforms.apis.form_management_api API documentation + + + + + + + + + +
+
+

+docusign_webforms.apis.form_management_api

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14from __future__ import absolute_import
+ 15
+ 16import sys
+ 17import os
+ 18import re
+ 19
+ 20# python 2 and python 3 compatibility library
+ 21from six import iteritems
+ 22
+ 23from ..client.configuration import Configuration
+ 24from ..client.api_client import ApiClient
+ 25
+ 26
+ 27class FormManagementApi(object):
+ 28    """
+ 29    NOTE: This class is auto generated by the swagger code generator program.
+ 30    Do not edit the class manually.
+ 31    Ref: https://github.com/swagger-api/swagger-codegen
+ 32    """
+ 33
+ 34    def __init__(self, api_client=None):
+ 35        config = Configuration()
+ 36        if api_client:
+ 37            self.api_client = api_client
+ 38        else:
+ 39            if not config.api_client:
+ 40                config.api_client = ApiClient()
+ 41            self.api_client = config.api_client
+ 42
+ 43    def get_form(self, account_id, form_id, **kwargs):
+ 44        """
+ 45        Get Form
+ 46        Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`.
+ 47        This method makes a synchronous HTTP request by default. To make an
+ 48        asynchronous HTTP request, please define a `callback` function
+ 49        to be invoked when receiving the response.
+ 50        >>> def callback_function(response):
+ 51        >>>     pprint(response)
+ 52        >>>
+ 53        >>> thread = api.get_form(account_id, form_id, callback=callback_function)
+ 54
+ 55        :param callback function: The callback function
+ 56            for asynchronous request. (optional)
+ 57        :param str account_id: Account identifier in which the web form resides (required)
+ 58        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+ 59        :param str state: The state of the web form configuration
+ 60        :return: WebForm
+ 61                 If the method is called asynchronously,
+ 62                 returns the request thread.
+ 63        """
+ 64        kwargs['_return_http_data_only'] = True
+ 65        if kwargs.get('callback'):
+ 66            return self.get_form_with_http_info(account_id, form_id, **kwargs)
+ 67        else:
+ 68            (data) = self.get_form_with_http_info(account_id, form_id, **kwargs)
+ 69            return data
+ 70
+ 71    def get_form_with_http_info(self, account_id, form_id, **kwargs):
+ 72        """
+ 73        Get Form
+ 74        Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`.
+ 75        This method makes a synchronous HTTP request by default. To make an
+ 76        asynchronous HTTP request, please define a `callback` function
+ 77        to be invoked when receiving the response.
+ 78        >>> def callback_function(response):
+ 79        >>>     pprint(response)
+ 80        >>>
+ 81        >>> thread = api.get_form_with_http_info(account_id, form_id, callback=callback_function)
+ 82
+ 83        :param callback function: The callback function
+ 84            for asynchronous request. (optional)
+ 85        :param str account_id: Account identifier in which the web form resides (required)
+ 86        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+ 87        :param str state: The state of the web form configuration
+ 88        :return: WebForm
+ 89                 If the method is called asynchronously,
+ 90                 returns the request thread.
+ 91        """
+ 92
+ 93        all_params = ['account_id', 'form_id', 'state']
+ 94        all_params.append('callback')
+ 95        all_params.append('_return_http_data_only')
+ 96        all_params.append('_preload_content')
+ 97        all_params.append('_request_timeout')
+ 98
+ 99        params = locals()
+100        for key, val in iteritems(params['kwargs']):
+101            if key not in all_params:
+102                raise TypeError(
+103                    "Got an unexpected keyword argument '%s'"
+104                    " to method get_form" % key
+105                )
+106            params[key] = val
+107        del params['kwargs']
+108        # verify the required parameter 'account_id' is set
+109        if ('account_id' not in params) or (params['account_id'] is None):
+110            raise ValueError("Missing the required parameter `account_id` when calling `get_form`")
+111        # verify the required parameter 'form_id' is set
+112        if ('form_id' not in params) or (params['form_id'] is None):
+113            raise ValueError("Missing the required parameter `form_id` when calling `get_form`")
+114
+115        if 'state' in params and len(params['state']) > 15:
+116            raise ValueError("Invalid value for parameter `state` when calling `get_form`, length must be less than or equal to `15`")
+117
+118        collection_formats = {}
+119
+120        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}'.replace('{format}', 'json')
+121        path_params = {}
+122        if 'account_id' in params:
+123            path_params['accountId'] = params['account_id']
+124        if 'form_id' in params:
+125            path_params['formId'] = params['form_id']
+126
+127        query_params = {}
+128        if 'state' in params:
+129            query_params['state'] = params['state']
+130
+131        header_params = {}
+132
+133        form_params = []
+134        local_var_files = {}
+135
+136        body_params = None
+137        # HTTP header `Accept`
+138        header_params['Accept'] = self.api_client.\
+139            select_header_accept(['application/json'])
+140
+141        # HTTP header `Content-Type`
+142        header_params['Content-Type'] = self.api_client.\
+143            select_header_content_type(['application/json'])
+144
+145        # Authentication setting
+146        auth_settings = []
+147
+148        return self.api_client.call_api(resource_path, 'GET',
+149                                        path_params,
+150                                        query_params,
+151                                        header_params,
+152                                        body=body_params,
+153                                        post_params=form_params,
+154                                        files=local_var_files,
+155                                        response_type='WebForm',
+156                                        auth_settings=auth_settings,
+157                                        callback=params.get('callback'),
+158                                        _return_http_data_only=params.get('_return_http_data_only'),
+159                                        _preload_content=params.get('_preload_content', True),
+160                                        _request_timeout=params.get('_request_timeout'),
+161                                        collection_formats=collection_formats)
+162
+163    def list_forms(self, account_id, **kwargs):
+164        """
+165        List Forms
+166        List all the forms for the active user that can be in an active or draft state
+167        This method makes a synchronous HTTP request by default. To make an
+168        asynchronous HTTP request, please define a `callback` function
+169        to be invoked when receiving the response.
+170        >>> def callback_function(response):
+171        >>>     pprint(response)
+172        >>>
+173        >>> thread = api.list_forms(account_id, callback=callback_function)
+174
+175        :param callback function: The callback function
+176            for asynchronous request. (optional)
+177        :param str account_id: Account identifier in which the webform resides (required)
+178        :param str user_filter: Filter which forms are returned
+179        :param bool is_standalone: Is the form a standalone form
+180        :param bool is_published: Has the form been published
+181        :param str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime:desc. Default sort is descending if not mentioned.
+182        :param str search: Search through form names
+183        :param str start_position: Starting position for desired page of results.
+184        :param str count: Number of results to return per page.
+185        :return: WebFormSummaryList
+186                 If the method is called asynchronously,
+187                 returns the request thread.
+188        """
+189        kwargs['_return_http_data_only'] = True
+190        if kwargs.get('callback'):
+191            return self.list_forms_with_http_info(account_id, **kwargs)
+192        else:
+193            (data) = self.list_forms_with_http_info(account_id, **kwargs)
+194            return data
+195
+196    def list_forms_with_http_info(self, account_id, **kwargs):
+197        """
+198        List Forms
+199        List all the forms for the active user that can be in an active or draft state
+200        This method makes a synchronous HTTP request by default. To make an
+201        asynchronous HTTP request, please define a `callback` function
+202        to be invoked when receiving the response.
+203        >>> def callback_function(response):
+204        >>>     pprint(response)
+205        >>>
+206        >>> thread = api.list_forms_with_http_info(account_id, callback=callback_function)
+207
+208        :param callback function: The callback function
+209            for asynchronous request. (optional)
+210        :param str account_id: Account identifier in which the webform resides (required)
+211        :param str user_filter: Filter which forms are returned
+212        :param bool is_standalone: Is the form a standalone form
+213        :param bool is_published: Has the form been published
+214        :param str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime:desc. Default sort is descending if not mentioned.
+215        :param str search: Search through form names
+216        :param str start_position: Starting position for desired page of results.
+217        :param str count: Number of results to return per page.
+218        :return: WebFormSummaryList
+219                 If the method is called asynchronously,
+220                 returns the request thread.
+221        """
+222
+223        all_params = ['account_id', 'user_filter', 'is_standalone', 'is_published', 'sort_by', 'search', 'start_position', 'count']
+224        all_params.append('callback')
+225        all_params.append('_return_http_data_only')
+226        all_params.append('_preload_content')
+227        all_params.append('_request_timeout')
+228
+229        params = locals()
+230        for key, val in iteritems(params['kwargs']):
+231            if key not in all_params:
+232                raise TypeError(
+233                    "Got an unexpected keyword argument '%s'"
+234                    " to method list_forms" % key
+235                )
+236            params[key] = val
+237        del params['kwargs']
+238        # verify the required parameter 'account_id' is set
+239        if ('account_id' not in params) or (params['account_id'] is None):
+240            raise ValueError("Missing the required parameter `account_id` when calling `list_forms`")
+241
+242        if 'sort_by' in params and len(params['sort_by']) > 50:
+243            raise ValueError("Invalid value for parameter `sort_by` when calling `list_forms`, length must be less than or equal to `50`")
+244
+245        collection_formats = {}
+246
+247        resource_path = '/v1.1/accounts/{accountId}/forms'.replace('{format}', 'json')
+248        path_params = {}
+249        if 'account_id' in params:
+250            path_params['accountId'] = params['account_id']
+251
+252        query_params = {}
+253        if 'user_filter' in params:
+254            query_params['user_filter'] = params['user_filter']
+255        if 'is_standalone' in params:
+256            query_params['is_standalone'] = params['is_standalone']
+257        if 'is_published' in params:
+258            query_params['is_published'] = params['is_published']
+259        if 'sort_by' in params:
+260            query_params['sort_by'] = params['sort_by']
+261        if 'search' in params:
+262            query_params['search'] = params['search']
+263        if 'start_position' in params:
+264            query_params['start_position'] = params['start_position']
+265        if 'count' in params:
+266            query_params['count'] = params['count']
+267
+268        header_params = {}
+269
+270        form_params = []
+271        local_var_files = {}
+272
+273        body_params = None
+274        # HTTP header `Accept`
+275        header_params['Accept'] = self.api_client.\
+276            select_header_accept(['application/json'])
+277
+278        # HTTP header `Content-Type`
+279        header_params['Content-Type'] = self.api_client.\
+280            select_header_content_type(['application/json'])
+281
+282        # Authentication setting
+283        auth_settings = []
+284
+285        return self.api_client.call_api(resource_path, 'GET',
+286                                        path_params,
+287                                        query_params,
+288                                        header_params,
+289                                        body=body_params,
+290                                        post_params=form_params,
+291                                        files=local_var_files,
+292                                        response_type='WebFormSummaryList',
+293                                        auth_settings=auth_settings,
+294                                        callback=params.get('callback'),
+295                                        _return_http_data_only=params.get('_return_http_data_only'),
+296                                        _preload_content=params.get('_preload_content', True),
+297                                        _request_timeout=params.get('_request_timeout'),
+298                                        collection_formats=collection_formats)
+
+ + +
+
+ +
+ + class + FormManagementApi: + + + +
+ +
 28class FormManagementApi(object):
+ 29    """
+ 30    NOTE: This class is auto generated by the swagger code generator program.
+ 31    Do not edit the class manually.
+ 32    Ref: https://github.com/swagger-api/swagger-codegen
+ 33    """
+ 34
+ 35    def __init__(self, api_client=None):
+ 36        config = Configuration()
+ 37        if api_client:
+ 38            self.api_client = api_client
+ 39        else:
+ 40            if not config.api_client:
+ 41                config.api_client = ApiClient()
+ 42            self.api_client = config.api_client
+ 43
+ 44    def get_form(self, account_id, form_id, **kwargs):
+ 45        """
+ 46        Get Form
+ 47        Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`.
+ 48        This method makes a synchronous HTTP request by default. To make an
+ 49        asynchronous HTTP request, please define a `callback` function
+ 50        to be invoked when receiving the response.
+ 51        >>> def callback_function(response):
+ 52        >>>     pprint(response)
+ 53        >>>
+ 54        >>> thread = api.get_form(account_id, form_id, callback=callback_function)
+ 55
+ 56        :param callback function: The callback function
+ 57            for asynchronous request. (optional)
+ 58        :param str account_id: Account identifier in which the web form resides (required)
+ 59        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+ 60        :param str state: The state of the web form configuration
+ 61        :return: WebForm
+ 62                 If the method is called asynchronously,
+ 63                 returns the request thread.
+ 64        """
+ 65        kwargs['_return_http_data_only'] = True
+ 66        if kwargs.get('callback'):
+ 67            return self.get_form_with_http_info(account_id, form_id, **kwargs)
+ 68        else:
+ 69            (data) = self.get_form_with_http_info(account_id, form_id, **kwargs)
+ 70            return data
+ 71
+ 72    def get_form_with_http_info(self, account_id, form_id, **kwargs):
+ 73        """
+ 74        Get Form
+ 75        Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`.
+ 76        This method makes a synchronous HTTP request by default. To make an
+ 77        asynchronous HTTP request, please define a `callback` function
+ 78        to be invoked when receiving the response.
+ 79        >>> def callback_function(response):
+ 80        >>>     pprint(response)
+ 81        >>>
+ 82        >>> thread = api.get_form_with_http_info(account_id, form_id, callback=callback_function)
+ 83
+ 84        :param callback function: The callback function
+ 85            for asynchronous request. (optional)
+ 86        :param str account_id: Account identifier in which the web form resides (required)
+ 87        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+ 88        :param str state: The state of the web form configuration
+ 89        :return: WebForm
+ 90                 If the method is called asynchronously,
+ 91                 returns the request thread.
+ 92        """
+ 93
+ 94        all_params = ['account_id', 'form_id', 'state']
+ 95        all_params.append('callback')
+ 96        all_params.append('_return_http_data_only')
+ 97        all_params.append('_preload_content')
+ 98        all_params.append('_request_timeout')
+ 99
+100        params = locals()
+101        for key, val in iteritems(params['kwargs']):
+102            if key not in all_params:
+103                raise TypeError(
+104                    "Got an unexpected keyword argument '%s'"
+105                    " to method get_form" % key
+106                )
+107            params[key] = val
+108        del params['kwargs']
+109        # verify the required parameter 'account_id' is set
+110        if ('account_id' not in params) or (params['account_id'] is None):
+111            raise ValueError("Missing the required parameter `account_id` when calling `get_form`")
+112        # verify the required parameter 'form_id' is set
+113        if ('form_id' not in params) or (params['form_id'] is None):
+114            raise ValueError("Missing the required parameter `form_id` when calling `get_form`")
+115
+116        if 'state' in params and len(params['state']) > 15:
+117            raise ValueError("Invalid value for parameter `state` when calling `get_form`, length must be less than or equal to `15`")
+118
+119        collection_formats = {}
+120
+121        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}'.replace('{format}', 'json')
+122        path_params = {}
+123        if 'account_id' in params:
+124            path_params['accountId'] = params['account_id']
+125        if 'form_id' in params:
+126            path_params['formId'] = params['form_id']
+127
+128        query_params = {}
+129        if 'state' in params:
+130            query_params['state'] = params['state']
+131
+132        header_params = {}
+133
+134        form_params = []
+135        local_var_files = {}
+136
+137        body_params = None
+138        # HTTP header `Accept`
+139        header_params['Accept'] = self.api_client.\
+140            select_header_accept(['application/json'])
+141
+142        # HTTP header `Content-Type`
+143        header_params['Content-Type'] = self.api_client.\
+144            select_header_content_type(['application/json'])
+145
+146        # Authentication setting
+147        auth_settings = []
+148
+149        return self.api_client.call_api(resource_path, 'GET',
+150                                        path_params,
+151                                        query_params,
+152                                        header_params,
+153                                        body=body_params,
+154                                        post_params=form_params,
+155                                        files=local_var_files,
+156                                        response_type='WebForm',
+157                                        auth_settings=auth_settings,
+158                                        callback=params.get('callback'),
+159                                        _return_http_data_only=params.get('_return_http_data_only'),
+160                                        _preload_content=params.get('_preload_content', True),
+161                                        _request_timeout=params.get('_request_timeout'),
+162                                        collection_formats=collection_formats)
+163
+164    def list_forms(self, account_id, **kwargs):
+165        """
+166        List Forms
+167        List all the forms for the active user that can be in an active or draft state
+168        This method makes a synchronous HTTP request by default. To make an
+169        asynchronous HTTP request, please define a `callback` function
+170        to be invoked when receiving the response.
+171        >>> def callback_function(response):
+172        >>>     pprint(response)
+173        >>>
+174        >>> thread = api.list_forms(account_id, callback=callback_function)
+175
+176        :param callback function: The callback function
+177            for asynchronous request. (optional)
+178        :param str account_id: Account identifier in which the webform resides (required)
+179        :param str user_filter: Filter which forms are returned
+180        :param bool is_standalone: Is the form a standalone form
+181        :param bool is_published: Has the form been published
+182        :param str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime:desc. Default sort is descending if not mentioned.
+183        :param str search: Search through form names
+184        :param str start_position: Starting position for desired page of results.
+185        :param str count: Number of results to return per page.
+186        :return: WebFormSummaryList
+187                 If the method is called asynchronously,
+188                 returns the request thread.
+189        """
+190        kwargs['_return_http_data_only'] = True
+191        if kwargs.get('callback'):
+192            return self.list_forms_with_http_info(account_id, **kwargs)
+193        else:
+194            (data) = self.list_forms_with_http_info(account_id, **kwargs)
+195            return data
+196
+197    def list_forms_with_http_info(self, account_id, **kwargs):
+198        """
+199        List Forms
+200        List all the forms for the active user that can be in an active or draft state
+201        This method makes a synchronous HTTP request by default. To make an
+202        asynchronous HTTP request, please define a `callback` function
+203        to be invoked when receiving the response.
+204        >>> def callback_function(response):
+205        >>>     pprint(response)
+206        >>>
+207        >>> thread = api.list_forms_with_http_info(account_id, callback=callback_function)
+208
+209        :param callback function: The callback function
+210            for asynchronous request. (optional)
+211        :param str account_id: Account identifier in which the webform resides (required)
+212        :param str user_filter: Filter which forms are returned
+213        :param bool is_standalone: Is the form a standalone form
+214        :param bool is_published: Has the form been published
+215        :param str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime:desc. Default sort is descending if not mentioned.
+216        :param str search: Search through form names
+217        :param str start_position: Starting position for desired page of results.
+218        :param str count: Number of results to return per page.
+219        :return: WebFormSummaryList
+220                 If the method is called asynchronously,
+221                 returns the request thread.
+222        """
+223
+224        all_params = ['account_id', 'user_filter', 'is_standalone', 'is_published', 'sort_by', 'search', 'start_position', 'count']
+225        all_params.append('callback')
+226        all_params.append('_return_http_data_only')
+227        all_params.append('_preload_content')
+228        all_params.append('_request_timeout')
+229
+230        params = locals()
+231        for key, val in iteritems(params['kwargs']):
+232            if key not in all_params:
+233                raise TypeError(
+234                    "Got an unexpected keyword argument '%s'"
+235                    " to method list_forms" % key
+236                )
+237            params[key] = val
+238        del params['kwargs']
+239        # verify the required parameter 'account_id' is set
+240        if ('account_id' not in params) or (params['account_id'] is None):
+241            raise ValueError("Missing the required parameter `account_id` when calling `list_forms`")
+242
+243        if 'sort_by' in params and len(params['sort_by']) > 50:
+244            raise ValueError("Invalid value for parameter `sort_by` when calling `list_forms`, length must be less than or equal to `50`")
+245
+246        collection_formats = {}
+247
+248        resource_path = '/v1.1/accounts/{accountId}/forms'.replace('{format}', 'json')
+249        path_params = {}
+250        if 'account_id' in params:
+251            path_params['accountId'] = params['account_id']
+252
+253        query_params = {}
+254        if 'user_filter' in params:
+255            query_params['user_filter'] = params['user_filter']
+256        if 'is_standalone' in params:
+257            query_params['is_standalone'] = params['is_standalone']
+258        if 'is_published' in params:
+259            query_params['is_published'] = params['is_published']
+260        if 'sort_by' in params:
+261            query_params['sort_by'] = params['sort_by']
+262        if 'search' in params:
+263            query_params['search'] = params['search']
+264        if 'start_position' in params:
+265            query_params['start_position'] = params['start_position']
+266        if 'count' in params:
+267            query_params['count'] = params['count']
+268
+269        header_params = {}
+270
+271        form_params = []
+272        local_var_files = {}
+273
+274        body_params = None
+275        # HTTP header `Accept`
+276        header_params['Accept'] = self.api_client.\
+277            select_header_accept(['application/json'])
+278
+279        # HTTP header `Content-Type`
+280        header_params['Content-Type'] = self.api_client.\
+281            select_header_content_type(['application/json'])
+282
+283        # Authentication setting
+284        auth_settings = []
+285
+286        return self.api_client.call_api(resource_path, 'GET',
+287                                        path_params,
+288                                        query_params,
+289                                        header_params,
+290                                        body=body_params,
+291                                        post_params=form_params,
+292                                        files=local_var_files,
+293                                        response_type='WebFormSummaryList',
+294                                        auth_settings=auth_settings,
+295                                        callback=params.get('callback'),
+296                                        _return_http_data_only=params.get('_return_http_data_only'),
+297                                        _preload_content=params.get('_preload_content', True),
+298                                        _request_timeout=params.get('_request_timeout'),
+299                                        collection_formats=collection_formats)
+
+ + +

NOTE: This class is auto generated by the swagger code generator program. +Do not edit the class manually. +Ref: https://github.com/swagger-api/swagger-codegen

+
+ + +
+ +
+ + FormManagementApi(api_client=None) + + + +
+ +
35    def __init__(self, api_client=None):
+36        config = Configuration()
+37        if api_client:
+38            self.api_client = api_client
+39        else:
+40            if not config.api_client:
+41                config.api_client = ApiClient()
+42            self.api_client = config.api_client
+
+ + + + +
+
+ +
+ + def + get_form(self, account_id, form_id, **kwargs) + + + +
+ +
44    def get_form(self, account_id, form_id, **kwargs):
+45        """
+46        Get Form
+47        Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`.
+48        This method makes a synchronous HTTP request by default. To make an
+49        asynchronous HTTP request, please define a `callback` function
+50        to be invoked when receiving the response.
+51        >>> def callback_function(response):
+52        >>>     pprint(response)
+53        >>>
+54        >>> thread = api.get_form(account_id, form_id, callback=callback_function)
+55
+56        :param callback function: The callback function
+57            for asynchronous request. (optional)
+58        :param str account_id: Account identifier in which the web form resides (required)
+59        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+60        :param str state: The state of the web form configuration
+61        :return: WebForm
+62                 If the method is called asynchronously,
+63                 returns the request thread.
+64        """
+65        kwargs['_return_http_data_only'] = True
+66        if kwargs.get('callback'):
+67            return self.get_form_with_http_info(account_id, form_id, **kwargs)
+68        else:
+69            (data) = self.get_form_with_http_info(account_id, form_id, **kwargs)
+70            return data
+
+ + +

Get Form +Retrieves form information filter by form id and state. The state parameter is optional and can accept value from draft, active. +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_form(account_id, form_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • +
  • str state: The state of the web form configuration
  • +
+ +
Returns
+ +
+

WebForm + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + get_form_with_http_info(self, account_id, form_id, **kwargs) + + + +
+ +
 72    def get_form_with_http_info(self, account_id, form_id, **kwargs):
+ 73        """
+ 74        Get Form
+ 75        Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`.
+ 76        This method makes a synchronous HTTP request by default. To make an
+ 77        asynchronous HTTP request, please define a `callback` function
+ 78        to be invoked when receiving the response.
+ 79        >>> def callback_function(response):
+ 80        >>>     pprint(response)
+ 81        >>>
+ 82        >>> thread = api.get_form_with_http_info(account_id, form_id, callback=callback_function)
+ 83
+ 84        :param callback function: The callback function
+ 85            for asynchronous request. (optional)
+ 86        :param str account_id: Account identifier in which the web form resides (required)
+ 87        :param str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
+ 88        :param str state: The state of the web form configuration
+ 89        :return: WebForm
+ 90                 If the method is called asynchronously,
+ 91                 returns the request thread.
+ 92        """
+ 93
+ 94        all_params = ['account_id', 'form_id', 'state']
+ 95        all_params.append('callback')
+ 96        all_params.append('_return_http_data_only')
+ 97        all_params.append('_preload_content')
+ 98        all_params.append('_request_timeout')
+ 99
+100        params = locals()
+101        for key, val in iteritems(params['kwargs']):
+102            if key not in all_params:
+103                raise TypeError(
+104                    "Got an unexpected keyword argument '%s'"
+105                    " to method get_form" % key
+106                )
+107            params[key] = val
+108        del params['kwargs']
+109        # verify the required parameter 'account_id' is set
+110        if ('account_id' not in params) or (params['account_id'] is None):
+111            raise ValueError("Missing the required parameter `account_id` when calling `get_form`")
+112        # verify the required parameter 'form_id' is set
+113        if ('form_id' not in params) or (params['form_id'] is None):
+114            raise ValueError("Missing the required parameter `form_id` when calling `get_form`")
+115
+116        if 'state' in params and len(params['state']) > 15:
+117            raise ValueError("Invalid value for parameter `state` when calling `get_form`, length must be less than or equal to `15`")
+118
+119        collection_formats = {}
+120
+121        resource_path = '/v1.1/accounts/{accountId}/forms/{formId}'.replace('{format}', 'json')
+122        path_params = {}
+123        if 'account_id' in params:
+124            path_params['accountId'] = params['account_id']
+125        if 'form_id' in params:
+126            path_params['formId'] = params['form_id']
+127
+128        query_params = {}
+129        if 'state' in params:
+130            query_params['state'] = params['state']
+131
+132        header_params = {}
+133
+134        form_params = []
+135        local_var_files = {}
+136
+137        body_params = None
+138        # HTTP header `Accept`
+139        header_params['Accept'] = self.api_client.\
+140            select_header_accept(['application/json'])
+141
+142        # HTTP header `Content-Type`
+143        header_params['Content-Type'] = self.api_client.\
+144            select_header_content_type(['application/json'])
+145
+146        # Authentication setting
+147        auth_settings = []
+148
+149        return self.api_client.call_api(resource_path, 'GET',
+150                                        path_params,
+151                                        query_params,
+152                                        header_params,
+153                                        body=body_params,
+154                                        post_params=form_params,
+155                                        files=local_var_files,
+156                                        response_type='WebForm',
+157                                        auth_settings=auth_settings,
+158                                        callback=params.get('callback'),
+159                                        _return_http_data_only=params.get('_return_http_data_only'),
+160                                        _preload_content=params.get('_preload_content', True),
+161                                        _request_timeout=params.get('_request_timeout'),
+162                                        collection_formats=collection_formats)
+
+ + +

Get Form +Retrieves form information filter by form id and state. The state parameter is optional and can accept value from draft, active. +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_form_with_http_info(account_id, form_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the web form resides (required)
  • +
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • +
  • str state: The state of the web form configuration
  • +
+ +
Returns
+ +
+

WebForm + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + list_forms(self, account_id, **kwargs) + + + +
+ +
164    def list_forms(self, account_id, **kwargs):
+165        """
+166        List Forms
+167        List all the forms for the active user that can be in an active or draft state
+168        This method makes a synchronous HTTP request by default. To make an
+169        asynchronous HTTP request, please define a `callback` function
+170        to be invoked when receiving the response.
+171        >>> def callback_function(response):
+172        >>>     pprint(response)
+173        >>>
+174        >>> thread = api.list_forms(account_id, callback=callback_function)
+175
+176        :param callback function: The callback function
+177            for asynchronous request. (optional)
+178        :param str account_id: Account identifier in which the webform resides (required)
+179        :param str user_filter: Filter which forms are returned
+180        :param bool is_standalone: Is the form a standalone form
+181        :param bool is_published: Has the form been published
+182        :param str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime:desc. Default sort is descending if not mentioned.
+183        :param str search: Search through form names
+184        :param str start_position: Starting position for desired page of results.
+185        :param str count: Number of results to return per page.
+186        :return: WebFormSummaryList
+187                 If the method is called asynchronously,
+188                 returns the request thread.
+189        """
+190        kwargs['_return_http_data_only'] = True
+191        if kwargs.get('callback'):
+192            return self.list_forms_with_http_info(account_id, **kwargs)
+193        else:
+194            (data) = self.list_forms_with_http_info(account_id, **kwargs)
+195            return data
+
+ + +

List Forms +List all the forms for the active user that can be in an active or draft state +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.list_forms(account_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the webform resides (required)
  • +
  • str user_filter: Filter which forms are returned
  • +
  • bool is_standalone: Is the form a standalone form
  • +
  • bool is_published: Has the form been published
  • +
  • str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime: desc. Default sort is descending if not mentioned.
  • +
  • str search: Search through form names
  • +
  • str start_position: Starting position for desired page of results.
  • +
  • str count: Number of results to return per page.
  • +
+ +
Returns
+ +
+

WebFormSummaryList + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+ +
+ + def + list_forms_with_http_info(self, account_id, **kwargs) + + + +
+ +
197    def list_forms_with_http_info(self, account_id, **kwargs):
+198        """
+199        List Forms
+200        List all the forms for the active user that can be in an active or draft state
+201        This method makes a synchronous HTTP request by default. To make an
+202        asynchronous HTTP request, please define a `callback` function
+203        to be invoked when receiving the response.
+204        >>> def callback_function(response):
+205        >>>     pprint(response)
+206        >>>
+207        >>> thread = api.list_forms_with_http_info(account_id, callback=callback_function)
+208
+209        :param callback function: The callback function
+210            for asynchronous request. (optional)
+211        :param str account_id: Account identifier in which the webform resides (required)
+212        :param str user_filter: Filter which forms are returned
+213        :param bool is_standalone: Is the form a standalone form
+214        :param bool is_published: Has the form been published
+215        :param str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime:desc. Default sort is descending if not mentioned.
+216        :param str search: Search through form names
+217        :param str start_position: Starting position for desired page of results.
+218        :param str count: Number of results to return per page.
+219        :return: WebFormSummaryList
+220                 If the method is called asynchronously,
+221                 returns the request thread.
+222        """
+223
+224        all_params = ['account_id', 'user_filter', 'is_standalone', 'is_published', 'sort_by', 'search', 'start_position', 'count']
+225        all_params.append('callback')
+226        all_params.append('_return_http_data_only')
+227        all_params.append('_preload_content')
+228        all_params.append('_request_timeout')
+229
+230        params = locals()
+231        for key, val in iteritems(params['kwargs']):
+232            if key not in all_params:
+233                raise TypeError(
+234                    "Got an unexpected keyword argument '%s'"
+235                    " to method list_forms" % key
+236                )
+237            params[key] = val
+238        del params['kwargs']
+239        # verify the required parameter 'account_id' is set
+240        if ('account_id' not in params) or (params['account_id'] is None):
+241            raise ValueError("Missing the required parameter `account_id` when calling `list_forms`")
+242
+243        if 'sort_by' in params and len(params['sort_by']) > 50:
+244            raise ValueError("Invalid value for parameter `sort_by` when calling `list_forms`, length must be less than or equal to `50`")
+245
+246        collection_formats = {}
+247
+248        resource_path = '/v1.1/accounts/{accountId}/forms'.replace('{format}', 'json')
+249        path_params = {}
+250        if 'account_id' in params:
+251            path_params['accountId'] = params['account_id']
+252
+253        query_params = {}
+254        if 'user_filter' in params:
+255            query_params['user_filter'] = params['user_filter']
+256        if 'is_standalone' in params:
+257            query_params['is_standalone'] = params['is_standalone']
+258        if 'is_published' in params:
+259            query_params['is_published'] = params['is_published']
+260        if 'sort_by' in params:
+261            query_params['sort_by'] = params['sort_by']
+262        if 'search' in params:
+263            query_params['search'] = params['search']
+264        if 'start_position' in params:
+265            query_params['start_position'] = params['start_position']
+266        if 'count' in params:
+267            query_params['count'] = params['count']
+268
+269        header_params = {}
+270
+271        form_params = []
+272        local_var_files = {}
+273
+274        body_params = None
+275        # HTTP header `Accept`
+276        header_params['Accept'] = self.api_client.\
+277            select_header_accept(['application/json'])
+278
+279        # HTTP header `Content-Type`
+280        header_params['Content-Type'] = self.api_client.\
+281            select_header_content_type(['application/json'])
+282
+283        # Authentication setting
+284        auth_settings = []
+285
+286        return self.api_client.call_api(resource_path, 'GET',
+287                                        path_params,
+288                                        query_params,
+289                                        header_params,
+290                                        body=body_params,
+291                                        post_params=form_params,
+292                                        files=local_var_files,
+293                                        response_type='WebFormSummaryList',
+294                                        auth_settings=auth_settings,
+295                                        callback=params.get('callback'),
+296                                        _return_http_data_only=params.get('_return_http_data_only'),
+297                                        _preload_content=params.get('_preload_content', True),
+298                                        _request_timeout=params.get('_request_timeout'),
+299                                        collection_formats=collection_formats)
+
+ + +

List Forms +List all the forms for the active user that can be in an active or draft state +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.list_forms_with_http_info(account_id, callback=callback_function)
+
+ +
Parameters
+ +
    +
  • callback function: The callback function +for asynchronous request. (optional)
  • +
  • str account_id: Account identifier in which the webform resides (required)
  • +
  • str user_filter: Filter which forms are returned
  • +
  • bool is_standalone: Is the form a standalone form
  • +
  • bool is_published: Has the form been published
  • +
  • str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime: desc. Default sort is descending if not mentioned.
  • +
  • str search: Search through form names
  • +
  • str start_position: Starting position for desired page of results.
  • +
  • str count: Number of results to return per page.
  • +
+ +
Returns
+ +
+

WebFormSummaryList + If the method is called asynchronously, + returns the request thread.

+
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/client.html b/docusign_webforms/client.html new file mode 100644 index 0000000..6748de3 --- /dev/null +++ b/docusign_webforms/client.html @@ -0,0 +1,271 @@ + + + + + + + docusign_webforms.client API documentation + + + + + + + + + +
+
+

+docusign_webforms.client

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14from __future__ import absolute_import
+15
+16# import auth modules into client package
+17from .auth.oauth import Account
+18from .auth.oauth import Organization
+19from .auth.oauth import Link
+20from .auth.oauth import OAuth
+21from .auth.oauth import OAuthToken
+22from .auth.oauth import OAuthUserInfo
+
+ + +
+
+ + \ No newline at end of file diff --git a/docusign_webforms/client/api_client.html b/docusign_webforms/client/api_client.html new file mode 100644 index 0000000..b43809a --- /dev/null +++ b/docusign_webforms/client/api_client.html @@ -0,0 +1,3129 @@ + + + + + + + docusign_webforms.client.api_client API documentation + + + + + + + + + +
+
+

+docusign_webforms.client.api_client

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14from __future__ import absolute_import
+ 15
+ 16import os
+ 17import re
+ 18import json
+ 19import mimetypes
+ 20import threading
+ 21import base64
+ 22import math
+ 23import jwt
+ 24
+ 25from datetime import date, datetime
+ 26from time import time
+ 27
+ 28# python 2 and python 3 compatibility library
+ 29from six import PY3, integer_types, iteritems, text_type
+ 30from six.moves.urllib.parse import quote
+ 31
+ 32from docusign_webforms import client
+ 33from docusign_webforms import models
+ 34
+ 35from .configuration import Configuration
+ 36from .api_exception import ApiException, ArgumentException
+ 37from .api_response import RESTClientObject, RESTResponse
+ 38from .auth.oauth import OAuthUserInfo, OAuthToken, OAuth, Account, Organization, Link
+ 39
+ 40class ApiClient(object):
+ 41    """
+ 42    Generic API client for Swagger client library builds.
+ 43
+ 44    Swagger generic API client. This client handles the client-
+ 45    server communication, and is invariant across implementations. Specifics of
+ 46    the methods and models for each application are generated from the Swagger
+ 47    templates.
+ 48
+ 49    NOTE: This class is auto generated by the swagger code generator program.
+ 50    Ref: https://github.com/swagger-api/swagger-codegen
+ 51    Do not edit the class manually.
+ 52
+ 53    :param host: The base path for the server to call.
+ 54    :param header_name: a header to pass when making calls to the API.
+ 55    :param header_value: a header value to pass when making calls to the API.
+ 56    """
+ 57
+ 58    PRIMITIVE_TYPES = (float, bool, bytes, text_type) + integer_types
+ 59    NATIVE_TYPES_MAPPING = {
+ 60        'int': int,
+ 61        'long': int if PY3 else long,
+ 62        'float': float,
+ 63        'str': str,
+ 64        'bool': bool,
+ 65        'date': date,
+ 66        'datetime': datetime,
+ 67        'object': object,
+ 68    }
+ 69
+ 70    OAUTH_TYPES = (OAuthToken.__name__, OAuthUserInfo.__name__, Account.__name__, Organization.__name__, Link.__name__)
+ 71
+ 72    def __init__(self, host=None, header_name=None, header_value=None, cookie=None, oauth_host_name=None, base_path=None):
+ 73        """
+ 74        Constructor of the class.
+ 75        """
+ 76
+ 77        config = Configuration()
+ 78        self.rest_client = RESTClientObject(configuration=config)
+ 79        self.default_headers = {'X-DocuSign-SDK': 'Python'}
+ 80        if header_name is not None:
+ 81            self.default_headers[header_name] = header_value
+ 82        if host is None:
+ 83            self.host = config.host
+ 84        elif host == "":
+ 85            raise ArgumentException("basePath cannot be empty")
+ 86        else:
+ 87            self.host = host
+ 88
+ 89        self.cookie = cookie
+ 90        self.base_path = base_path
+ 91        self.set_oauth_host_name(oauth_host_name)
+ 92
+ 93        # Set default User-Agent.
+ 94        self.user_agent = config.user_agent
+ 95
+ 96    @property
+ 97    def user_agent(self):
+ 98        """
+ 99        Gets user agent.
+100        """
+101        return self.default_headers['User-Agent']
+102
+103    @user_agent.setter
+104    def user_agent(self, value):
+105        """
+106        Sets user agent.
+107        """
+108        self.default_headers['User-Agent'] = value
+109
+110    def set_default_header(self, header_name, header_value):
+111        self.default_headers[header_name] = header_value
+112
+113    def __call_api(self, resource_path, method,
+114                   path_params=None, query_params=None, header_params=None,
+115                   body=None, post_params=None, files=None,
+116                   response_type=None, auth_settings=None, callback=None,
+117                   _return_http_data_only=None, collection_formats=None, _preload_content=True,
+118                   _request_timeout=None):
+119        """
+120        :param _preload_content: if False, the urllib3.HTTPResponse object will be returned without
+121                                 reading/decoding response data. Default is True. 
+122        :return: 
+123        """
+124
+125        # header parameters
+126        header_params = header_params or {}
+127        header_params.update(self.default_headers)
+128        if self.cookie:
+129            header_params['Cookie'] = self.cookie
+130        if header_params:
+131            header_params = self.sanitize_for_serialization(header_params)
+132            header_params = dict(self.parameters_to_tuples(header_params,
+133                                                           collection_formats))
+134
+135        # path parameters
+136        if path_params:
+137            path_params = self.sanitize_for_serialization(path_params)
+138            path_params = self.parameters_to_tuples(path_params,
+139                                                    collection_formats)
+140            for k, v in path_params:
+141                resource_path = resource_path.replace(
+142                    '{%s}' % k, quote(str(v), safe=""))
+143
+144        # query parameters
+145        if query_params:
+146            query_params = self.sanitize_for_serialization(query_params)
+147            query_params = self.parameters_to_tuples(query_params,
+148                                                     collection_formats)
+149
+150        # post parameters
+151        if post_params or files:
+152            post_params = self.prepare_post_parameters(post_params, files)
+153            post_params = self.sanitize_for_serialization(post_params)
+154            post_params = self.parameters_to_tuples(post_params,
+155                                                    collection_formats)
+156
+157        # auth setting
+158        self.update_params_for_auth(header_params, query_params, auth_settings)
+159
+160        # body
+161        if body:
+162            body = self.sanitize_for_serialization(body)
+163
+164        # request url
+165        url = self.host + resource_path
+166
+167        # perform request and return response
+168        response_data = self.request(method, url,
+169                                     query_params=query_params,
+170                                     headers=header_params,
+171                                     post_params=post_params, body=body,
+172                                     _preload_content=_preload_content,
+173                                     _request_timeout=_request_timeout)
+174
+175        self.last_response = response_data
+176
+177        return_data = response_data
+178        if _preload_content:
+179            r = RESTResponse(response_data)
+180
+181            # deserialize response data
+182            if response_type:
+183                # In the python 3, the response.data is bytes.
+184                # we need to decode it to string.
+185                if PY3 and response_type != "file":
+186                    try:
+187                        r.data = r.data.decode('utf8', 'replace')
+188                    except (UnicodeDecodeError, AttributeError):
+189                        pass
+190                
+191                if response_type == "file":
+192                    return_data = r.data
+193                else:
+194                    return_data = self.deserialize(r, response_type)
+195            else:
+196                return_data = None
+197
+198        if callback:
+199            if _return_http_data_only:
+200                callback(return_data)
+201            else:
+202                callback((return_data, response_data.status, response_data.getheaders()))
+203        elif _return_http_data_only:
+204            return (return_data)
+205        else:
+206            return (return_data, response_data.status, response_data.getheaders())
+207
+208    def sanitize_for_serialization(self, obj):
+209        """
+210        Builds a JSON POST object.
+211
+212        If obj is None, return None.
+213        If obj is str, int, long, float, bool, return directly.
+214        If obj is datetime.datetime, datetime.date
+215            convert to string in iso8601 format.
+216        If obj is list, sanitize each element in the list.
+217        If obj is dict, return the dict.
+218        If obj is swagger model, return the properties dict.
+219
+220        :param obj: The data to serialize.
+221        :return: The serialized form of data.
+222        """
+223        if obj is None:
+224            return None
+225        elif isinstance(obj, self.PRIMITIVE_TYPES):
+226            return obj
+227        elif isinstance(obj, list):
+228            return [self.sanitize_for_serialization(sub_obj)
+229                    for sub_obj in obj]
+230        elif isinstance(obj, tuple):
+231            return tuple(self.sanitize_for_serialization(sub_obj)
+232                         for sub_obj in obj)
+233        elif isinstance(obj, (datetime, date)):
+234            return obj.isoformat()
+235
+236        if isinstance(obj, dict):
+237            obj_dict = obj
+238        else:
+239            # Convert model obj to dict except
+240            # attributes `swagger_types`, `attribute_map`
+241            # and attributes which value is not None.
+242            # Convert attribute name to json key in
+243            # model definition for request.
+244            obj_dict = {obj.attribute_map[attr]: getattr(obj, attr)
+245                        for attr, _ in iteritems(obj.swagger_types)
+246                        if getattr(obj, attr) is not None}
+247
+248        return {key: self.sanitize_for_serialization(val)
+249                for key, val in iteritems(obj_dict)}
+250
+251    def deserialize(self, response, response_type):
+252        """
+253        Deserializes response into an object.
+254
+255        :param response: RESTResponse object to be deserialized.
+256        :param response_type: class literal for
+257            deserialized object, or string of class name.
+258
+259        :return: deserialized object.
+260        """
+261        # handle file type response
+262        if response_type == "file":
+263            return response.data
+264
+265        # fetch data from response object
+266        try:
+267            data = json.loads(response.data)
+268        except ValueError:
+269            data = response.data
+270
+271        return self.__deserialize(data, response_type)
+272
+273    def __deserialize(self, data, klass):
+274        """
+275        Deserializes dict, list, str into an object.
+276
+277        :param data: dict, list or str.
+278        :param klass: class literal, or string of class name.
+279
+280        :return: object.
+281        """
+282        if data is None:
+283            return None
+284
+285        if type(klass) == str:
+286            if klass.startswith('list['):
+287                sub_kls = re.match(r'list\[(.*)\]', klass).group(1)
+288                return [self.__deserialize(sub_data, sub_kls)
+289                        for sub_data in data]
+290
+291            if klass.startswith('dict('):
+292                sub_kls = re.match(r'dict\(([^,]*), (.*)\)', klass).group(2)
+293                return {k: self.__deserialize(v, sub_kls)
+294                        for k, v in iteritems(data)}
+295
+296            # convert str to class
+297            if klass in self.NATIVE_TYPES_MAPPING:
+298                klass = self.NATIVE_TYPES_MAPPING[klass]
+299            else:
+300                if klass in self.OAUTH_TYPES:
+301                    klass = getattr(client, klass)
+302                else:
+303                    klass = getattr(models, klass)
+304
+305        if klass in self.PRIMITIVE_TYPES:
+306            return self.__deserialize_primitive(data, klass)
+307        elif klass == object:
+308            return self.__deserialize_object(data)
+309        elif klass == date:
+310            return self.__deserialize_date(data)
+311        elif klass == datetime:
+312            return self.__deserialize_datatime(data)
+313        else:
+314            return self.__deserialize_model(data, klass)
+315
+316    def call_api(self, resource_path, method,
+317                 path_params=None, query_params=None, header_params=None,
+318                 body=None, post_params=None, files=None,
+319                 response_type=None, auth_settings=None, callback=None,
+320                 _return_http_data_only=None, collection_formats=None, _preload_content=True,
+321                 _request_timeout=None):
+322        """
+323        Makes the HTTP request (synchronous) and return the deserialized data.
+324        To make an async request, define a function for callback.
+325
+326        :param resource_path: Path to method endpoint.
+327        :param method: Method to call.
+328        :param path_params: Path parameters in the url.
+329        :param query_params: Query parameters in the url.
+330        :param header_params: Header parameters to be
+331            placed in the request header.
+332        :param body: Request body.
+333        :param post_params dict: Request post form parameters,
+334            for `application/x-www-form-urlencoded`, `multipart/form-data`.
+335        :param auth_settings list: Auth Settings names for the request.
+336        :param response: Response data type.
+337        :param files dict: key -> filename, value -> filepath,
+338            for `multipart/form-data`.
+339        :param callback function: Callback function for asynchronous request.
+340            If provide this parameter,
+341            the request will be called asynchronously.
+342        :param _return_http_data_only: response data without head status code and headers
+343        :param collection_formats: dict of collection formats for path, query,
+344            header, and post parameters.
+345        :param _preload_content: if False, the urllib3.HTTPResponse object will be returned without
+346                                 reading/decoding response data. Default is True.
+347        :param _request_timeout: timeout setting for this request. If one number provided, it will be total request
+348                                 timeout. It can also be a pair (tuple) of (connection, read) timeouts.
+349        :return:
+350            If provide parameter callback,
+351            the request will be called asynchronously.
+352            The method will return the request thread.
+353            If parameter callback is None,
+354            then the method will return the response directly.
+355        """
+356        if callback is None:
+357            return self.__call_api(resource_path, method,
+358                                   path_params, query_params, header_params,
+359                                   body, post_params, files,
+360                                   response_type, auth_settings, callback,
+361                                   _return_http_data_only, collection_formats, _preload_content, _request_timeout)
+362        else:
+363            thread = threading.Thread(target=self.__call_api,
+364                                      args=(resource_path, method,
+365                                            path_params, query_params,
+366                                            header_params, body,
+367                                            post_params, files,
+368                                            response_type, auth_settings,
+369                                            callback, _return_http_data_only,
+370                                            collection_formats, _preload_content, _request_timeout))
+371        thread.start()
+372        return thread
+373
+374    def request(self, method, url, query_params=None, headers=None,
+375                post_params=None, body=None, _preload_content=True, _request_timeout=None):
+376        """
+377        Makes the HTTP request using RESTClient.
+378        """
+379        if method == "GET":
+380            return self.rest_client.GET(url,
+381                                        query_params=query_params,
+382                                        _preload_content=_preload_content,
+383                                        _request_timeout=_request_timeout,
+384                                        headers=headers)
+385        elif method == "HEAD":
+386            return self.rest_client.HEAD(url,
+387                                         query_params=query_params,
+388                                         _preload_content=_preload_content,
+389                                         _request_timeout=_request_timeout,
+390                                         headers=headers)
+391        elif method == "OPTIONS":
+392            return self.rest_client.OPTIONS(url,
+393                                            query_params=query_params,
+394                                            headers=headers,
+395                                            post_params=post_params,
+396                                            _preload_content=_preload_content,
+397                                            _request_timeout=_request_timeout,
+398                                            body=body)
+399        elif method == "POST":
+400            return self.rest_client.POST(url,
+401                                         query_params=query_params,
+402                                         headers=headers,
+403                                         post_params=post_params,
+404                                         _preload_content=_preload_content,
+405                                         _request_timeout=_request_timeout,
+406                                         body=body)
+407        elif method == "PUT":
+408            return self.rest_client.PUT(url,
+409                                        query_params=query_params,
+410                                        headers=headers,
+411                                        post_params=post_params,
+412                                        _preload_content=_preload_content,
+413                                        _request_timeout=_request_timeout,
+414                                        body=body)
+415        elif method == "PATCH":
+416            return self.rest_client.PATCH(url,
+417                                          query_params=query_params,
+418                                          headers=headers,
+419                                          post_params=post_params,
+420                                          _preload_content=_preload_content,
+421                                          _request_timeout=_request_timeout,
+422                                          body=body)
+423        elif method == "DELETE":
+424            return self.rest_client.DELETE(url,
+425                                           query_params=query_params,
+426                                           headers=headers,
+427                                           _preload_content=_preload_content,
+428                                           _request_timeout=_request_timeout,
+429                                           body=body)
+430        else:
+431            raise ValueError(
+432                "http method must be `GET`, `HEAD`, `OPTIONS`,"
+433                " `POST`, `PATCH`, `PUT` or `DELETE`."
+434            )
+435
+436    def parameters_to_tuples(self, params, collection_formats):
+437        """
+438        Get parameters as list of tuples, formatting collections.
+439
+440        :param params: Parameters as dict or list of two-tuples
+441        :param dict collection_formats: Parameter collection formats
+442        :return: Parameters as list of tuples, collections formatted
+443        """
+444        new_params = []
+445        if collection_formats is None:
+446            collection_formats = {}
+447        for k, v in iteritems(params) if isinstance(params, dict) else params:
+448            if k in collection_formats:
+449                collection_format = collection_formats[k]
+450                if collection_format == 'multi':
+451                    new_params.extend((k, value) for value in v)
+452                else:
+453                    if collection_format == 'ssv':
+454                        delimiter = ' '
+455                    elif collection_format == 'tsv':
+456                        delimiter = '\t'
+457                    elif collection_format == 'pipes':
+458                        delimiter = '|'
+459                    else:  # csv is the default
+460                        delimiter = ','
+461                    new_params.append(
+462                        (k, delimiter.join(str(value) for value in v)))
+463            else:
+464                new_params.append((k, v))
+465        return new_params
+466
+467    def prepare_post_parameters(self, post_params=None, files=None):
+468        """
+469        Builds form parameters.
+470
+471        :param post_params: Normal form parameters.
+472        :param files: File parameters.
+473        :return: Form parameters with files.
+474        """
+475        params = []
+476
+477        if post_params:
+478            params = post_params
+479
+480        if files:
+481            for k, v in iteritems(files):
+482                if not v:
+483                    continue
+484                file_names = v if type(v) is list else [v]
+485                for n in file_names:
+486                    with open(n, 'rb') as f:
+487                        filename = os.path.basename(f.name)
+488                        filedata = f.read()
+489                        mimetype = mimetypes.\
+490                            guess_type(filename)[0] or 'application/octet-stream'
+491                        params.append(tuple([k, tuple([filename, filedata, mimetype])]))
+492
+493        return params
+494
+495    def select_header_accept(self, accepts):
+496        """
+497        Returns `Accept` based on an array of accepts provided.
+498
+499        :param accepts: List of headers.
+500        :return: Accept (e.g. application/json).
+501        """
+502        if not accepts:
+503            return
+504
+505        accepts = [x.lower() for x in accepts]
+506
+507        if 'application/json' in accepts:
+508            return 'application/json'
+509        else:
+510            return ', '.join(accepts)
+511
+512    def select_header_content_type(self, content_types):
+513        """
+514        Returns `Content-Type` based on an array of content_types provided.
+515
+516        :param content_types: List of content-types.
+517        :return: Content-Type (e.g. application/json).
+518        """
+519        if not content_types:
+520            return 'application/json'
+521
+522        content_types = [x.lower() for x in content_types]
+523
+524        if 'application/json' in content_types or '*/*' in content_types:
+525            return 'application/json'
+526        else:
+527            return content_types[0]
+528
+529    def update_params_for_auth(self, headers, querys, auth_settings):
+530        """
+531        Updates header and query params based on authentication setting.
+532
+533        :param headers: Header parameters dict to be updated.
+534        :param querys: Query parameters tuple list to be updated.
+535        :param auth_settings: Authentication setting identifiers list.
+536        """
+537        config = Configuration()
+538
+539        if not auth_settings:
+540            return
+541
+542        for auth in auth_settings:
+543            auth_setting = config.auth_settings().get(auth)
+544            if auth_setting:
+545                if not auth_setting['value']:
+546                    continue
+547                elif auth_setting['in'] == 'header':
+548                    headers[auth_setting['key']] = auth_setting['value']
+549                elif auth_setting['in'] == 'query':
+550                    querys.append((auth_setting['key'], auth_setting['value']))
+551                else:
+552                    raise ValueError(
+553                        'Authentication token must be in `query` or `header`'
+554                    )
+555
+556    def __deserialize_primitive(self, data, klass):
+557        """
+558        Deserializes string to primitive type.
+559
+560        :param data: str.
+561        :param klass: class literal.
+562
+563        :return: int, long, float, str, bool.
+564        """
+565        try:
+566            return klass(data)
+567        except UnicodeEncodeError:
+568            return unicode(data)
+569        except TypeError:
+570            return data
+571
+572    def __deserialize_object(self, value):
+573        """
+574        Return a original value.
+575
+576        :return: object.
+577        """
+578        return value
+579
+580    def __deserialize_date(self, string):
+581        """
+582        Deserializes string to date.
+583
+584        :param string: str.
+585        :return: date.
+586        """
+587        try:
+588            from dateutil.parser import parse
+589            return parse(string).date()
+590        except ImportError:
+591            return string
+592        except ValueError:
+593            raise ApiException(
+594                status=0,
+595                reason="Failed to parse `{0}` into a date object".format(string)
+596            )
+597
+598    def __deserialize_datatime(self, string):
+599        """
+600        Deserializes string to datetime.
+601
+602        The string should be in iso8601 datetime format.
+603
+604        :param string: str.
+605        :return: datetime.
+606        """
+607        try:
+608            from dateutil.parser import parse
+609            return parse(string)
+610        except ImportError:
+611            return string
+612        except ValueError:
+613            raise ApiException(
+614                status=0,
+615                reason=(
+616                    "Failed to parse `{0}` into a datetime object"
+617                    .format(string)
+618                )
+619            )
+620
+621    def __deserialize_model(self, data, klass):
+622        """
+623        Deserializes list or dict to model.
+624
+625        :param data: dict, list.
+626        :param klass: class literal.
+627        :return: model object.
+628        """
+629        instance = klass()
+630
+631        if not instance.swagger_types:
+632            return data
+633
+634        for attr, attr_type in iteritems(instance.swagger_types):
+635            if data is not None \
+636               and instance.attribute_map[attr] in data \
+637               and isinstance(data, (list, dict)):
+638                value = data[instance.attribute_map[attr]]
+639                setattr(instance, attr, self.__deserialize(value, attr_type))
+640
+641        return instance
+642
+643    def request_jwt_user_token(self, client_id, user_id, oauth_host_name, private_key_bytes, expires_in,
+644                               scopes=(OAuth.SCOPE_SIGNATURE,)):
+645        """
+646        Request JWT User Token
+647        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+648        :param user_id: Docusign user Id to be impersonated
+649        :param oauth_host_name: Docusign OAuth host name
+650        :param private_key_bytes: the byte contents of the RSA private key
+651        :param expires_in: number of seconds remaining before the JWT assertion is considered as invalid
+652        :param scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any
+653        advanced scope.
+654        :return: OAuthToken object
+655        """
+656        if not private_key_bytes:
+657            raise ArgumentException("Private key not supplied or is invalid!")
+658        if not user_id:
+659            raise ArgumentException("User Id not supplied or is invalid!")
+660        if not oauth_host_name:
+661            raise ArgumentException("oAuthBasePath cannot be empty")
+662
+663        now = math.floor(time())
+664        later = now + (expires_in * 1)
+665        claim = {"iss": client_id, "sub": user_id, "aud": oauth_host_name, "iat": now, "exp": later,
+666                 "scope": " ".join(scopes)}
+667        token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256')
+668        response = self.request("POST", "https://" + oauth_host_name + "/oauth/token",
+669                                headers=self.sanitize_for_serialization(
+670                                    {"Content-Type": "application/x-www-form-urlencoded"}),
+671                                post_params=self.sanitize_for_serialization(
+672                                    {"assertion": token, "grant_type": OAuth.GRANT_TYPE_JWT}))
+673
+674        response_data = json.loads(response.data)
+675
+676        if 'token_type' in response_data and 'access_token' in response_data:
+677            self.set_default_header("Authorization", response_data['token_type'] + " " + response_data['access_token'])
+678        else:
+679            raise ApiException(status=response.status,
+680                               reason="Error while requesting server, received a non successful HTTP code {}"
+681                                       " with response Body: {}".format(response.status, response.data)
+682                               )
+683
+684        return self.deserialize(response=response, response_type=OAuthToken)
+685
+686    def request_jwt_application_token(self, client_id, oauth_host_name, private_key_bytes, expires_in,
+687                                      scopes=(OAuth.SCOPE_SIGNATURE,)):
+688        """
+689        Request JWT Application Token
+690        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+691        :param oauth_host_name: Docusign OAuth host name
+692        :param private_key_bytes: the byte contents of the RSA private key
+693        :param expires_in: number of seconds remaining before the JWT assertion is considered as invalid
+694        :param scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any
+695        advanced scope.
+696        :return: OAuthToken object
+697        """
+698
+699        if not private_key_bytes:
+700            raise ArgumentException("Private key not supplied or is invalid!")
+701        if not oauth_host_name:
+702            raise ArgumentException("oAuthBasePath cannot be empty")
+703
+704        now = math.floor(time())
+705        later = now + (expires_in * 1)
+706        claim = {"iss": client_id, "aud": oauth_host_name, "iat": now, "exp": later,
+707                 "scope": " ".join(scopes)}
+708        token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256')
+709
+710        response = self.request("POST", "https://" + oauth_host_name + "/oauth/token",
+711                                headers=self.sanitize_for_serialization(
+712                                    {"Content-Type": "application/x-www-form-urlencoded"}),
+713                                post_params=self.sanitize_for_serialization(
+714                                    {"assertion": token, "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer"}))
+715        response_data = json.loads(response.data)
+716
+717        if 'token_type' in response_data and 'access_token' in response_data:
+718            self.set_default_header("Authorization", response_data['token_type'] + " " + response_data['access_token'])
+719        else:
+720            ApiException(status=response.status,
+721                         reason="Error while requesting server, received a non successful HTTP code {}"
+722                                " with response Body: {}".format(response.status, response.data)
+723                         )
+724
+725        return self.deserialize(response=response, response_type=OAuthToken)
+726
+727    def get_user_info(self, access_token):
+728        """
+729        Get User Info method takes the accessToken to retrieve User Account Data.
+730        :param access_token:
+731        :return: The User Info model.
+732        """
+733        if not access_token:
+734            raise ArgumentException("Cannot find a valid access token."
+735                                    " Make sure OAuth is configured before you try again.")
+736        if not self.oauth_host_name:
+737            raise ArgumentException("oAuthBasePath cannot be empty")
+738
+739        resource_path = '/oauth/userinfo'
+740        headers = {"Authorization": "Bearer " + access_token}
+741
+742        response = self.request("GET", "https://" + self.oauth_host_name + resource_path, headers=headers)
+743        return self.deserialize(response=response, response_type=OAuthUserInfo)
+744
+745    def generate_access_token(self, client_id, client_secret, code):
+746        """
+747        GenerateAccessToken will exchange the authorization code for an access token and refresh tokens.
+748        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+749        :param client_secret: The secret key you generated when you set up the integration in Docusign Admin console.
+750        :param code: The authorization code
+751        :return: OAuthToken object
+752        """
+753        if not client_id or not client_secret or not code:
+754            raise ArgumentException
+755        url = "https://{0}/oauth/token".format(self.oauth_host_name)
+756        integrator_and_secret_key = b"Basic " + base64.b64encode(str.encode("{}:{}".format(client_id, client_secret)))
+757        headers = {
+758            "Authorization": integrator_and_secret_key.decode("utf-8"),
+759            "Content-Type": "application/x-www-form-urlencoded",
+760        }
+761        post_params = self.sanitize_for_serialization({
+762            "grant_type": "authorization_code",
+763            "code": code
+764        })
+765        response = self.rest_client.POST(url, headers=headers, post_params=post_params)
+766
+767        return self.deserialize(response=response, response_type=OAuthToken)
+768
+769    def set_base_path(self, base_path):
+770        """
+771        :param base_path:
+772        :return:
+773        """
+774        self.base_path = base_path
+775
+776    def set_oauth_host_name(self, oauth_host_name=None):
+777        """
+778        :param oauth_host_name:
+779        :return:
+780        """
+781        if oauth_host_name:
+782            self.oauth_host_name = oauth_host_name
+783            return
+784
+785        # Derive OAuth Base Path if not given
+786        if self.base_path is None or self.base_path.startswith("https://demo") or self.base_path.startswith("http://demo") or self.base_path.startswith("https://apps-d") or self.base_path.startswith("http://apps-d"):
+787            self.oauth_host_name = OAuth.DEMO_OAUTH_BASE_PATH
+788        else:
+789            self.oauth_host_name = OAuth.PRODUCTION_OAUTH_BASE_PATH
+790
+791    def set_access_token(self, token_obj):
+792        """
+793
+794        :param token_obj: 
+795        :return: 
+796        """
+797        self.default_headers['Authorization'] = token_obj.access_token
+798
+799    def get_authorization_uri(self, client_id, scopes, redirect_uri, response_type, state=None):
+800        """
+801        Helper method to configure the OAuth accessCode/implicit flow parameters
+802        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+803        :param scopes: The list of requested scopes.  Client applications may be scoped to a limited set of system access.
+804        :param redirect_uri: This determines where to deliver the response containing the authorization code
+805        :param response_type: Determines the response type of the authorization request, NOTE: these response types are
+806        mutually exclusive for a client application. A public/native client application may only request a response type
+807         of "token". A private/trusted client application may only request a response type of "code".
+808        :param state: Allows for arbitrary state that may be useful to your application. The value in this parameter
+809        will be round-tripped along with the response so you can make sure it didn't change.
+810        :return: string
+811        """
+812        if not self.oauth_host_name:
+813            self.oauth_host_name = self.get_oauth_host_name()
+814        scopes = " ".join(scopes) if scopes else ""
+815        uri = "https://{}/oauth/auth?response_type={}&scope={}&client_id={}&redirect_uri={}"
+816        if state:
+817            uri += "&state={}"
+818        return uri.format(self.oauth_host_name, response_type, quote(scopes), client_id, redirect_uri, state)
+819
+820    def get_oauth_host_name(self):
+821        """
+822        :return: string
+823        """
+824        if not self.oauth_host_name:
+825            self.set_oauth_host_name()
+826
+827        return self.oauth_host_name
+
+ + +
+
+ +
+ + class + ApiClient: + + + +
+ +
 41class ApiClient(object):
+ 42    """
+ 43    Generic API client for Swagger client library builds.
+ 44
+ 45    Swagger generic API client. This client handles the client-
+ 46    server communication, and is invariant across implementations. Specifics of
+ 47    the methods and models for each application are generated from the Swagger
+ 48    templates.
+ 49
+ 50    NOTE: This class is auto generated by the swagger code generator program.
+ 51    Ref: https://github.com/swagger-api/swagger-codegen
+ 52    Do not edit the class manually.
+ 53
+ 54    :param host: The base path for the server to call.
+ 55    :param header_name: a header to pass when making calls to the API.
+ 56    :param header_value: a header value to pass when making calls to the API.
+ 57    """
+ 58
+ 59    PRIMITIVE_TYPES = (float, bool, bytes, text_type) + integer_types
+ 60    NATIVE_TYPES_MAPPING = {
+ 61        'int': int,
+ 62        'long': int if PY3 else long,
+ 63        'float': float,
+ 64        'str': str,
+ 65        'bool': bool,
+ 66        'date': date,
+ 67        'datetime': datetime,
+ 68        'object': object,
+ 69    }
+ 70
+ 71    OAUTH_TYPES = (OAuthToken.__name__, OAuthUserInfo.__name__, Account.__name__, Organization.__name__, Link.__name__)
+ 72
+ 73    def __init__(self, host=None, header_name=None, header_value=None, cookie=None, oauth_host_name=None, base_path=None):
+ 74        """
+ 75        Constructor of the class.
+ 76        """
+ 77
+ 78        config = Configuration()
+ 79        self.rest_client = RESTClientObject(configuration=config)
+ 80        self.default_headers = {'X-DocuSign-SDK': 'Python'}
+ 81        if header_name is not None:
+ 82            self.default_headers[header_name] = header_value
+ 83        if host is None:
+ 84            self.host = config.host
+ 85        elif host == "":
+ 86            raise ArgumentException("basePath cannot be empty")
+ 87        else:
+ 88            self.host = host
+ 89
+ 90        self.cookie = cookie
+ 91        self.base_path = base_path
+ 92        self.set_oauth_host_name(oauth_host_name)
+ 93
+ 94        # Set default User-Agent.
+ 95        self.user_agent = config.user_agent
+ 96
+ 97    @property
+ 98    def user_agent(self):
+ 99        """
+100        Gets user agent.
+101        """
+102        return self.default_headers['User-Agent']
+103
+104    @user_agent.setter
+105    def user_agent(self, value):
+106        """
+107        Sets user agent.
+108        """
+109        self.default_headers['User-Agent'] = value
+110
+111    def set_default_header(self, header_name, header_value):
+112        self.default_headers[header_name] = header_value
+113
+114    def __call_api(self, resource_path, method,
+115                   path_params=None, query_params=None, header_params=None,
+116                   body=None, post_params=None, files=None,
+117                   response_type=None, auth_settings=None, callback=None,
+118                   _return_http_data_only=None, collection_formats=None, _preload_content=True,
+119                   _request_timeout=None):
+120        """
+121        :param _preload_content: if False, the urllib3.HTTPResponse object will be returned without
+122                                 reading/decoding response data. Default is True. 
+123        :return: 
+124        """
+125
+126        # header parameters
+127        header_params = header_params or {}
+128        header_params.update(self.default_headers)
+129        if self.cookie:
+130            header_params['Cookie'] = self.cookie
+131        if header_params:
+132            header_params = self.sanitize_for_serialization(header_params)
+133            header_params = dict(self.parameters_to_tuples(header_params,
+134                                                           collection_formats))
+135
+136        # path parameters
+137        if path_params:
+138            path_params = self.sanitize_for_serialization(path_params)
+139            path_params = self.parameters_to_tuples(path_params,
+140                                                    collection_formats)
+141            for k, v in path_params:
+142                resource_path = resource_path.replace(
+143                    '{%s}' % k, quote(str(v), safe=""))
+144
+145        # query parameters
+146        if query_params:
+147            query_params = self.sanitize_for_serialization(query_params)
+148            query_params = self.parameters_to_tuples(query_params,
+149                                                     collection_formats)
+150
+151        # post parameters
+152        if post_params or files:
+153            post_params = self.prepare_post_parameters(post_params, files)
+154            post_params = self.sanitize_for_serialization(post_params)
+155            post_params = self.parameters_to_tuples(post_params,
+156                                                    collection_formats)
+157
+158        # auth setting
+159        self.update_params_for_auth(header_params, query_params, auth_settings)
+160
+161        # body
+162        if body:
+163            body = self.sanitize_for_serialization(body)
+164
+165        # request url
+166        url = self.host + resource_path
+167
+168        # perform request and return response
+169        response_data = self.request(method, url,
+170                                     query_params=query_params,
+171                                     headers=header_params,
+172                                     post_params=post_params, body=body,
+173                                     _preload_content=_preload_content,
+174                                     _request_timeout=_request_timeout)
+175
+176        self.last_response = response_data
+177
+178        return_data = response_data
+179        if _preload_content:
+180            r = RESTResponse(response_data)
+181
+182            # deserialize response data
+183            if response_type:
+184                # In the python 3, the response.data is bytes.
+185                # we need to decode it to string.
+186                if PY3 and response_type != "file":
+187                    try:
+188                        r.data = r.data.decode('utf8', 'replace')
+189                    except (UnicodeDecodeError, AttributeError):
+190                        pass
+191                
+192                if response_type == "file":
+193                    return_data = r.data
+194                else:
+195                    return_data = self.deserialize(r, response_type)
+196            else:
+197                return_data = None
+198
+199        if callback:
+200            if _return_http_data_only:
+201                callback(return_data)
+202            else:
+203                callback((return_data, response_data.status, response_data.getheaders()))
+204        elif _return_http_data_only:
+205            return (return_data)
+206        else:
+207            return (return_data, response_data.status, response_data.getheaders())
+208
+209    def sanitize_for_serialization(self, obj):
+210        """
+211        Builds a JSON POST object.
+212
+213        If obj is None, return None.
+214        If obj is str, int, long, float, bool, return directly.
+215        If obj is datetime.datetime, datetime.date
+216            convert to string in iso8601 format.
+217        If obj is list, sanitize each element in the list.
+218        If obj is dict, return the dict.
+219        If obj is swagger model, return the properties dict.
+220
+221        :param obj: The data to serialize.
+222        :return: The serialized form of data.
+223        """
+224        if obj is None:
+225            return None
+226        elif isinstance(obj, self.PRIMITIVE_TYPES):
+227            return obj
+228        elif isinstance(obj, list):
+229            return [self.sanitize_for_serialization(sub_obj)
+230                    for sub_obj in obj]
+231        elif isinstance(obj, tuple):
+232            return tuple(self.sanitize_for_serialization(sub_obj)
+233                         for sub_obj in obj)
+234        elif isinstance(obj, (datetime, date)):
+235            return obj.isoformat()
+236
+237        if isinstance(obj, dict):
+238            obj_dict = obj
+239        else:
+240            # Convert model obj to dict except
+241            # attributes `swagger_types`, `attribute_map`
+242            # and attributes which value is not None.
+243            # Convert attribute name to json key in
+244            # model definition for request.
+245            obj_dict = {obj.attribute_map[attr]: getattr(obj, attr)
+246                        for attr, _ in iteritems(obj.swagger_types)
+247                        if getattr(obj, attr) is not None}
+248
+249        return {key: self.sanitize_for_serialization(val)
+250                for key, val in iteritems(obj_dict)}
+251
+252    def deserialize(self, response, response_type):
+253        """
+254        Deserializes response into an object.
+255
+256        :param response: RESTResponse object to be deserialized.
+257        :param response_type: class literal for
+258            deserialized object, or string of class name.
+259
+260        :return: deserialized object.
+261        """
+262        # handle file type response
+263        if response_type == "file":
+264            return response.data
+265
+266        # fetch data from response object
+267        try:
+268            data = json.loads(response.data)
+269        except ValueError:
+270            data = response.data
+271
+272        return self.__deserialize(data, response_type)
+273
+274    def __deserialize(self, data, klass):
+275        """
+276        Deserializes dict, list, str into an object.
+277
+278        :param data: dict, list or str.
+279        :param klass: class literal, or string of class name.
+280
+281        :return: object.
+282        """
+283        if data is None:
+284            return None
+285
+286        if type(klass) == str:
+287            if klass.startswith('list['):
+288                sub_kls = re.match(r'list\[(.*)\]', klass).group(1)
+289                return [self.__deserialize(sub_data, sub_kls)
+290                        for sub_data in data]
+291
+292            if klass.startswith('dict('):
+293                sub_kls = re.match(r'dict\(([^,]*), (.*)\)', klass).group(2)
+294                return {k: self.__deserialize(v, sub_kls)
+295                        for k, v in iteritems(data)}
+296
+297            # convert str to class
+298            if klass in self.NATIVE_TYPES_MAPPING:
+299                klass = self.NATIVE_TYPES_MAPPING[klass]
+300            else:
+301                if klass in self.OAUTH_TYPES:
+302                    klass = getattr(client, klass)
+303                else:
+304                    klass = getattr(models, klass)
+305
+306        if klass in self.PRIMITIVE_TYPES:
+307            return self.__deserialize_primitive(data, klass)
+308        elif klass == object:
+309            return self.__deserialize_object(data)
+310        elif klass == date:
+311            return self.__deserialize_date(data)
+312        elif klass == datetime:
+313            return self.__deserialize_datatime(data)
+314        else:
+315            return self.__deserialize_model(data, klass)
+316
+317    def call_api(self, resource_path, method,
+318                 path_params=None, query_params=None, header_params=None,
+319                 body=None, post_params=None, files=None,
+320                 response_type=None, auth_settings=None, callback=None,
+321                 _return_http_data_only=None, collection_formats=None, _preload_content=True,
+322                 _request_timeout=None):
+323        """
+324        Makes the HTTP request (synchronous) and return the deserialized data.
+325        To make an async request, define a function for callback.
+326
+327        :param resource_path: Path to method endpoint.
+328        :param method: Method to call.
+329        :param path_params: Path parameters in the url.
+330        :param query_params: Query parameters in the url.
+331        :param header_params: Header parameters to be
+332            placed in the request header.
+333        :param body: Request body.
+334        :param post_params dict: Request post form parameters,
+335            for `application/x-www-form-urlencoded`, `multipart/form-data`.
+336        :param auth_settings list: Auth Settings names for the request.
+337        :param response: Response data type.
+338        :param files dict: key -> filename, value -> filepath,
+339            for `multipart/form-data`.
+340        :param callback function: Callback function for asynchronous request.
+341            If provide this parameter,
+342            the request will be called asynchronously.
+343        :param _return_http_data_only: response data without head status code and headers
+344        :param collection_formats: dict of collection formats for path, query,
+345            header, and post parameters.
+346        :param _preload_content: if False, the urllib3.HTTPResponse object will be returned without
+347                                 reading/decoding response data. Default is True.
+348        :param _request_timeout: timeout setting for this request. If one number provided, it will be total request
+349                                 timeout. It can also be a pair (tuple) of (connection, read) timeouts.
+350        :return:
+351            If provide parameter callback,
+352            the request will be called asynchronously.
+353            The method will return the request thread.
+354            If parameter callback is None,
+355            then the method will return the response directly.
+356        """
+357        if callback is None:
+358            return self.__call_api(resource_path, method,
+359                                   path_params, query_params, header_params,
+360                                   body, post_params, files,
+361                                   response_type, auth_settings, callback,
+362                                   _return_http_data_only, collection_formats, _preload_content, _request_timeout)
+363        else:
+364            thread = threading.Thread(target=self.__call_api,
+365                                      args=(resource_path, method,
+366                                            path_params, query_params,
+367                                            header_params, body,
+368                                            post_params, files,
+369                                            response_type, auth_settings,
+370                                            callback, _return_http_data_only,
+371                                            collection_formats, _preload_content, _request_timeout))
+372        thread.start()
+373        return thread
+374
+375    def request(self, method, url, query_params=None, headers=None,
+376                post_params=None, body=None, _preload_content=True, _request_timeout=None):
+377        """
+378        Makes the HTTP request using RESTClient.
+379        """
+380        if method == "GET":
+381            return self.rest_client.GET(url,
+382                                        query_params=query_params,
+383                                        _preload_content=_preload_content,
+384                                        _request_timeout=_request_timeout,
+385                                        headers=headers)
+386        elif method == "HEAD":
+387            return self.rest_client.HEAD(url,
+388                                         query_params=query_params,
+389                                         _preload_content=_preload_content,
+390                                         _request_timeout=_request_timeout,
+391                                         headers=headers)
+392        elif method == "OPTIONS":
+393            return self.rest_client.OPTIONS(url,
+394                                            query_params=query_params,
+395                                            headers=headers,
+396                                            post_params=post_params,
+397                                            _preload_content=_preload_content,
+398                                            _request_timeout=_request_timeout,
+399                                            body=body)
+400        elif method == "POST":
+401            return self.rest_client.POST(url,
+402                                         query_params=query_params,
+403                                         headers=headers,
+404                                         post_params=post_params,
+405                                         _preload_content=_preload_content,
+406                                         _request_timeout=_request_timeout,
+407                                         body=body)
+408        elif method == "PUT":
+409            return self.rest_client.PUT(url,
+410                                        query_params=query_params,
+411                                        headers=headers,
+412                                        post_params=post_params,
+413                                        _preload_content=_preload_content,
+414                                        _request_timeout=_request_timeout,
+415                                        body=body)
+416        elif method == "PATCH":
+417            return self.rest_client.PATCH(url,
+418                                          query_params=query_params,
+419                                          headers=headers,
+420                                          post_params=post_params,
+421                                          _preload_content=_preload_content,
+422                                          _request_timeout=_request_timeout,
+423                                          body=body)
+424        elif method == "DELETE":
+425            return self.rest_client.DELETE(url,
+426                                           query_params=query_params,
+427                                           headers=headers,
+428                                           _preload_content=_preload_content,
+429                                           _request_timeout=_request_timeout,
+430                                           body=body)
+431        else:
+432            raise ValueError(
+433                "http method must be `GET`, `HEAD`, `OPTIONS`,"
+434                " `POST`, `PATCH`, `PUT` or `DELETE`."
+435            )
+436
+437    def parameters_to_tuples(self, params, collection_formats):
+438        """
+439        Get parameters as list of tuples, formatting collections.
+440
+441        :param params: Parameters as dict or list of two-tuples
+442        :param dict collection_formats: Parameter collection formats
+443        :return: Parameters as list of tuples, collections formatted
+444        """
+445        new_params = []
+446        if collection_formats is None:
+447            collection_formats = {}
+448        for k, v in iteritems(params) if isinstance(params, dict) else params:
+449            if k in collection_formats:
+450                collection_format = collection_formats[k]
+451                if collection_format == 'multi':
+452                    new_params.extend((k, value) for value in v)
+453                else:
+454                    if collection_format == 'ssv':
+455                        delimiter = ' '
+456                    elif collection_format == 'tsv':
+457                        delimiter = '\t'
+458                    elif collection_format == 'pipes':
+459                        delimiter = '|'
+460                    else:  # csv is the default
+461                        delimiter = ','
+462                    new_params.append(
+463                        (k, delimiter.join(str(value) for value in v)))
+464            else:
+465                new_params.append((k, v))
+466        return new_params
+467
+468    def prepare_post_parameters(self, post_params=None, files=None):
+469        """
+470        Builds form parameters.
+471
+472        :param post_params: Normal form parameters.
+473        :param files: File parameters.
+474        :return: Form parameters with files.
+475        """
+476        params = []
+477
+478        if post_params:
+479            params = post_params
+480
+481        if files:
+482            for k, v in iteritems(files):
+483                if not v:
+484                    continue
+485                file_names = v if type(v) is list else [v]
+486                for n in file_names:
+487                    with open(n, 'rb') as f:
+488                        filename = os.path.basename(f.name)
+489                        filedata = f.read()
+490                        mimetype = mimetypes.\
+491                            guess_type(filename)[0] or 'application/octet-stream'
+492                        params.append(tuple([k, tuple([filename, filedata, mimetype])]))
+493
+494        return params
+495
+496    def select_header_accept(self, accepts):
+497        """
+498        Returns `Accept` based on an array of accepts provided.
+499
+500        :param accepts: List of headers.
+501        :return: Accept (e.g. application/json).
+502        """
+503        if not accepts:
+504            return
+505
+506        accepts = [x.lower() for x in accepts]
+507
+508        if 'application/json' in accepts:
+509            return 'application/json'
+510        else:
+511            return ', '.join(accepts)
+512
+513    def select_header_content_type(self, content_types):
+514        """
+515        Returns `Content-Type` based on an array of content_types provided.
+516
+517        :param content_types: List of content-types.
+518        :return: Content-Type (e.g. application/json).
+519        """
+520        if not content_types:
+521            return 'application/json'
+522
+523        content_types = [x.lower() for x in content_types]
+524
+525        if 'application/json' in content_types or '*/*' in content_types:
+526            return 'application/json'
+527        else:
+528            return content_types[0]
+529
+530    def update_params_for_auth(self, headers, querys, auth_settings):
+531        """
+532        Updates header and query params based on authentication setting.
+533
+534        :param headers: Header parameters dict to be updated.
+535        :param querys: Query parameters tuple list to be updated.
+536        :param auth_settings: Authentication setting identifiers list.
+537        """
+538        config = Configuration()
+539
+540        if not auth_settings:
+541            return
+542
+543        for auth in auth_settings:
+544            auth_setting = config.auth_settings().get(auth)
+545            if auth_setting:
+546                if not auth_setting['value']:
+547                    continue
+548                elif auth_setting['in'] == 'header':
+549                    headers[auth_setting['key']] = auth_setting['value']
+550                elif auth_setting['in'] == 'query':
+551                    querys.append((auth_setting['key'], auth_setting['value']))
+552                else:
+553                    raise ValueError(
+554                        'Authentication token must be in `query` or `header`'
+555                    )
+556
+557    def __deserialize_primitive(self, data, klass):
+558        """
+559        Deserializes string to primitive type.
+560
+561        :param data: str.
+562        :param klass: class literal.
+563
+564        :return: int, long, float, str, bool.
+565        """
+566        try:
+567            return klass(data)
+568        except UnicodeEncodeError:
+569            return unicode(data)
+570        except TypeError:
+571            return data
+572
+573    def __deserialize_object(self, value):
+574        """
+575        Return a original value.
+576
+577        :return: object.
+578        """
+579        return value
+580
+581    def __deserialize_date(self, string):
+582        """
+583        Deserializes string to date.
+584
+585        :param string: str.
+586        :return: date.
+587        """
+588        try:
+589            from dateutil.parser import parse
+590            return parse(string).date()
+591        except ImportError:
+592            return string
+593        except ValueError:
+594            raise ApiException(
+595                status=0,
+596                reason="Failed to parse `{0}` into a date object".format(string)
+597            )
+598
+599    def __deserialize_datatime(self, string):
+600        """
+601        Deserializes string to datetime.
+602
+603        The string should be in iso8601 datetime format.
+604
+605        :param string: str.
+606        :return: datetime.
+607        """
+608        try:
+609            from dateutil.parser import parse
+610            return parse(string)
+611        except ImportError:
+612            return string
+613        except ValueError:
+614            raise ApiException(
+615                status=0,
+616                reason=(
+617                    "Failed to parse `{0}` into a datetime object"
+618                    .format(string)
+619                )
+620            )
+621
+622    def __deserialize_model(self, data, klass):
+623        """
+624        Deserializes list or dict to model.
+625
+626        :param data: dict, list.
+627        :param klass: class literal.
+628        :return: model object.
+629        """
+630        instance = klass()
+631
+632        if not instance.swagger_types:
+633            return data
+634
+635        for attr, attr_type in iteritems(instance.swagger_types):
+636            if data is not None \
+637               and instance.attribute_map[attr] in data \
+638               and isinstance(data, (list, dict)):
+639                value = data[instance.attribute_map[attr]]
+640                setattr(instance, attr, self.__deserialize(value, attr_type))
+641
+642        return instance
+643
+644    def request_jwt_user_token(self, client_id, user_id, oauth_host_name, private_key_bytes, expires_in,
+645                               scopes=(OAuth.SCOPE_SIGNATURE,)):
+646        """
+647        Request JWT User Token
+648        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+649        :param user_id: Docusign user Id to be impersonated
+650        :param oauth_host_name: Docusign OAuth host name
+651        :param private_key_bytes: the byte contents of the RSA private key
+652        :param expires_in: number of seconds remaining before the JWT assertion is considered as invalid
+653        :param scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any
+654        advanced scope.
+655        :return: OAuthToken object
+656        """
+657        if not private_key_bytes:
+658            raise ArgumentException("Private key not supplied or is invalid!")
+659        if not user_id:
+660            raise ArgumentException("User Id not supplied or is invalid!")
+661        if not oauth_host_name:
+662            raise ArgumentException("oAuthBasePath cannot be empty")
+663
+664        now = math.floor(time())
+665        later = now + (expires_in * 1)
+666        claim = {"iss": client_id, "sub": user_id, "aud": oauth_host_name, "iat": now, "exp": later,
+667                 "scope": " ".join(scopes)}
+668        token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256')
+669        response = self.request("POST", "https://" + oauth_host_name + "/oauth/token",
+670                                headers=self.sanitize_for_serialization(
+671                                    {"Content-Type": "application/x-www-form-urlencoded"}),
+672                                post_params=self.sanitize_for_serialization(
+673                                    {"assertion": token, "grant_type": OAuth.GRANT_TYPE_JWT}))
+674
+675        response_data = json.loads(response.data)
+676
+677        if 'token_type' in response_data and 'access_token' in response_data:
+678            self.set_default_header("Authorization", response_data['token_type'] + " " + response_data['access_token'])
+679        else:
+680            raise ApiException(status=response.status,
+681                               reason="Error while requesting server, received a non successful HTTP code {}"
+682                                       " with response Body: {}".format(response.status, response.data)
+683                               )
+684
+685        return self.deserialize(response=response, response_type=OAuthToken)
+686
+687    def request_jwt_application_token(self, client_id, oauth_host_name, private_key_bytes, expires_in,
+688                                      scopes=(OAuth.SCOPE_SIGNATURE,)):
+689        """
+690        Request JWT Application Token
+691        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+692        :param oauth_host_name: Docusign OAuth host name
+693        :param private_key_bytes: the byte contents of the RSA private key
+694        :param expires_in: number of seconds remaining before the JWT assertion is considered as invalid
+695        :param scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any
+696        advanced scope.
+697        :return: OAuthToken object
+698        """
+699
+700        if not private_key_bytes:
+701            raise ArgumentException("Private key not supplied or is invalid!")
+702        if not oauth_host_name:
+703            raise ArgumentException("oAuthBasePath cannot be empty")
+704
+705        now = math.floor(time())
+706        later = now + (expires_in * 1)
+707        claim = {"iss": client_id, "aud": oauth_host_name, "iat": now, "exp": later,
+708                 "scope": " ".join(scopes)}
+709        token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256')
+710
+711        response = self.request("POST", "https://" + oauth_host_name + "/oauth/token",
+712                                headers=self.sanitize_for_serialization(
+713                                    {"Content-Type": "application/x-www-form-urlencoded"}),
+714                                post_params=self.sanitize_for_serialization(
+715                                    {"assertion": token, "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer"}))
+716        response_data = json.loads(response.data)
+717
+718        if 'token_type' in response_data and 'access_token' in response_data:
+719            self.set_default_header("Authorization", response_data['token_type'] + " " + response_data['access_token'])
+720        else:
+721            ApiException(status=response.status,
+722                         reason="Error while requesting server, received a non successful HTTP code {}"
+723                                " with response Body: {}".format(response.status, response.data)
+724                         )
+725
+726        return self.deserialize(response=response, response_type=OAuthToken)
+727
+728    def get_user_info(self, access_token):
+729        """
+730        Get User Info method takes the accessToken to retrieve User Account Data.
+731        :param access_token:
+732        :return: The User Info model.
+733        """
+734        if not access_token:
+735            raise ArgumentException("Cannot find a valid access token."
+736                                    " Make sure OAuth is configured before you try again.")
+737        if not self.oauth_host_name:
+738            raise ArgumentException("oAuthBasePath cannot be empty")
+739
+740        resource_path = '/oauth/userinfo'
+741        headers = {"Authorization": "Bearer " + access_token}
+742
+743        response = self.request("GET", "https://" + self.oauth_host_name + resource_path, headers=headers)
+744        return self.deserialize(response=response, response_type=OAuthUserInfo)
+745
+746    def generate_access_token(self, client_id, client_secret, code):
+747        """
+748        GenerateAccessToken will exchange the authorization code for an access token and refresh tokens.
+749        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+750        :param client_secret: The secret key you generated when you set up the integration in Docusign Admin console.
+751        :param code: The authorization code
+752        :return: OAuthToken object
+753        """
+754        if not client_id or not client_secret or not code:
+755            raise ArgumentException
+756        url = "https://{0}/oauth/token".format(self.oauth_host_name)
+757        integrator_and_secret_key = b"Basic " + base64.b64encode(str.encode("{}:{}".format(client_id, client_secret)))
+758        headers = {
+759            "Authorization": integrator_and_secret_key.decode("utf-8"),
+760            "Content-Type": "application/x-www-form-urlencoded",
+761        }
+762        post_params = self.sanitize_for_serialization({
+763            "grant_type": "authorization_code",
+764            "code": code
+765        })
+766        response = self.rest_client.POST(url, headers=headers, post_params=post_params)
+767
+768        return self.deserialize(response=response, response_type=OAuthToken)
+769
+770    def set_base_path(self, base_path):
+771        """
+772        :param base_path:
+773        :return:
+774        """
+775        self.base_path = base_path
+776
+777    def set_oauth_host_name(self, oauth_host_name=None):
+778        """
+779        :param oauth_host_name:
+780        :return:
+781        """
+782        if oauth_host_name:
+783            self.oauth_host_name = oauth_host_name
+784            return
+785
+786        # Derive OAuth Base Path if not given
+787        if self.base_path is None or self.base_path.startswith("https://demo") or self.base_path.startswith("http://demo") or self.base_path.startswith("https://apps-d") or self.base_path.startswith("http://apps-d"):
+788            self.oauth_host_name = OAuth.DEMO_OAUTH_BASE_PATH
+789        else:
+790            self.oauth_host_name = OAuth.PRODUCTION_OAUTH_BASE_PATH
+791
+792    def set_access_token(self, token_obj):
+793        """
+794
+795        :param token_obj: 
+796        :return: 
+797        """
+798        self.default_headers['Authorization'] = token_obj.access_token
+799
+800    def get_authorization_uri(self, client_id, scopes, redirect_uri, response_type, state=None):
+801        """
+802        Helper method to configure the OAuth accessCode/implicit flow parameters
+803        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+804        :param scopes: The list of requested scopes.  Client applications may be scoped to a limited set of system access.
+805        :param redirect_uri: This determines where to deliver the response containing the authorization code
+806        :param response_type: Determines the response type of the authorization request, NOTE: these response types are
+807        mutually exclusive for a client application. A public/native client application may only request a response type
+808         of "token". A private/trusted client application may only request a response type of "code".
+809        :param state: Allows for arbitrary state that may be useful to your application. The value in this parameter
+810        will be round-tripped along with the response so you can make sure it didn't change.
+811        :return: string
+812        """
+813        if not self.oauth_host_name:
+814            self.oauth_host_name = self.get_oauth_host_name()
+815        scopes = " ".join(scopes) if scopes else ""
+816        uri = "https://{}/oauth/auth?response_type={}&scope={}&client_id={}&redirect_uri={}"
+817        if state:
+818            uri += "&state={}"
+819        return uri.format(self.oauth_host_name, response_type, quote(scopes), client_id, redirect_uri, state)
+820
+821    def get_oauth_host_name(self):
+822        """
+823        :return: string
+824        """
+825        if not self.oauth_host_name:
+826            self.set_oauth_host_name()
+827
+828        return self.oauth_host_name
+
+ + +

Generic API client for Swagger client library builds.

+ +

Swagger generic API client. This client handles the client- +server communication, and is invariant across implementations. Specifics of +the methods and models for each application are generated from the Swagger +templates.

+ +

NOTE: This class is auto generated by the swagger code generator program. +Ref: https://github.com/swagger-api/swagger-codegen +Do not edit the class manually.

+ +
Parameters
+ +
    +
  • host: The base path for the server to call.
  • +
  • header_name: a header to pass when making calls to the API.
  • +
  • header_value: a header value to pass when making calls to the API.
  • +
+
+ + +
+ +
+ + ApiClient( host=None, header_name=None, header_value=None, cookie=None, oauth_host_name=None, base_path=None) + + + +
+ +
73    def __init__(self, host=None, header_name=None, header_value=None, cookie=None, oauth_host_name=None, base_path=None):
+74        """
+75        Constructor of the class.
+76        """
+77
+78        config = Configuration()
+79        self.rest_client = RESTClientObject(configuration=config)
+80        self.default_headers = {'X-DocuSign-SDK': 'Python'}
+81        if header_name is not None:
+82            self.default_headers[header_name] = header_value
+83        if host is None:
+84            self.host = config.host
+85        elif host == "":
+86            raise ArgumentException("basePath cannot be empty")
+87        else:
+88            self.host = host
+89
+90        self.cookie = cookie
+91        self.base_path = base_path
+92        self.set_oauth_host_name(oauth_host_name)
+93
+94        # Set default User-Agent.
+95        self.user_agent = config.user_agent
+
+ + +

Constructor of the class.

+
+ + +
+
+
+ PRIMITIVE_TYPES = (<class 'float'>, <class 'bool'>, <class 'bytes'>, <class 'str'>, <class 'int'>) + + +
+ + + + +
+
+
+ NATIVE_TYPES_MAPPING = {'int': <class 'int'>, 'long': <class 'int'>, 'float': <class 'float'>, 'str': <class 'str'>, 'bool': <class 'bool'>, 'date': <class 'datetime.date'>, 'datetime': <class 'datetime.datetime'>, 'object': <class 'object'>} + + +
+ + + + +
+
+
+ OAUTH_TYPES = ('OAuthToken', 'OAuthUserInfo', 'Account', 'Organization', 'Link') + + +
+ + + + +
+
+
+ user_agent + + +
+ + +

Gets user agent.

+
+ + +
+
+ +
+ + def + set_default_header(self, header_name, header_value) + + + +
+ +
111    def set_default_header(self, header_name, header_value):
+112        self.default_headers[header_name] = header_value
+
+ + + + +
+
+ +
+ + def + sanitize_for_serialization(self, obj) + + + +
+ +
209    def sanitize_for_serialization(self, obj):
+210        """
+211        Builds a JSON POST object.
+212
+213        If obj is None, return None.
+214        If obj is str, int, long, float, bool, return directly.
+215        If obj is datetime.datetime, datetime.date
+216            convert to string in iso8601 format.
+217        If obj is list, sanitize each element in the list.
+218        If obj is dict, return the dict.
+219        If obj is swagger model, return the properties dict.
+220
+221        :param obj: The data to serialize.
+222        :return: The serialized form of data.
+223        """
+224        if obj is None:
+225            return None
+226        elif isinstance(obj, self.PRIMITIVE_TYPES):
+227            return obj
+228        elif isinstance(obj, list):
+229            return [self.sanitize_for_serialization(sub_obj)
+230                    for sub_obj in obj]
+231        elif isinstance(obj, tuple):
+232            return tuple(self.sanitize_for_serialization(sub_obj)
+233                         for sub_obj in obj)
+234        elif isinstance(obj, (datetime, date)):
+235            return obj.isoformat()
+236
+237        if isinstance(obj, dict):
+238            obj_dict = obj
+239        else:
+240            # Convert model obj to dict except
+241            # attributes `swagger_types`, `attribute_map`
+242            # and attributes which value is not None.
+243            # Convert attribute name to json key in
+244            # model definition for request.
+245            obj_dict = {obj.attribute_map[attr]: getattr(obj, attr)
+246                        for attr, _ in iteritems(obj.swagger_types)
+247                        if getattr(obj, attr) is not None}
+248
+249        return {key: self.sanitize_for_serialization(val)
+250                for key, val in iteritems(obj_dict)}
+
+ + +

Builds a JSON POST object.

+ +

If obj is None, return None. +If obj is str, int, long, float, bool, return directly. +If obj is datetime.datetime, datetime.date + convert to string in iso8601 format. +If obj is list, sanitize each element in the list. +If obj is dict, return the dict. +If obj is swagger model, return the properties dict.

+ +
Parameters
+ +
    +
  • obj: The data to serialize.
  • +
+ +
Returns
+ +
+

The serialized form of data.

+
+
+ + +
+
+ +
+ + def + deserialize(self, response, response_type) + + + +
+ +
252    def deserialize(self, response, response_type):
+253        """
+254        Deserializes response into an object.
+255
+256        :param response: RESTResponse object to be deserialized.
+257        :param response_type: class literal for
+258            deserialized object, or string of class name.
+259
+260        :return: deserialized object.
+261        """
+262        # handle file type response
+263        if response_type == "file":
+264            return response.data
+265
+266        # fetch data from response object
+267        try:
+268            data = json.loads(response.data)
+269        except ValueError:
+270            data = response.data
+271
+272        return self.__deserialize(data, response_type)
+
+ + +

Deserializes response into an object.

+ +
Parameters
+ +
    +
  • response: RESTResponse object to be deserialized.
  • +
  • response_type: class literal for +deserialized object, or string of class name.
  • +
+ +
Returns
+ +
+

deserialized object.

+
+
+ + +
+
+ +
+ + def + call_api( self, resource_path, method, path_params=None, query_params=None, header_params=None, body=None, post_params=None, files=None, response_type=None, auth_settings=None, callback=None, _return_http_data_only=None, collection_formats=None, _preload_content=True, _request_timeout=None) + + + +
+ +
317    def call_api(self, resource_path, method,
+318                 path_params=None, query_params=None, header_params=None,
+319                 body=None, post_params=None, files=None,
+320                 response_type=None, auth_settings=None, callback=None,
+321                 _return_http_data_only=None, collection_formats=None, _preload_content=True,
+322                 _request_timeout=None):
+323        """
+324        Makes the HTTP request (synchronous) and return the deserialized data.
+325        To make an async request, define a function for callback.
+326
+327        :param resource_path: Path to method endpoint.
+328        :param method: Method to call.
+329        :param path_params: Path parameters in the url.
+330        :param query_params: Query parameters in the url.
+331        :param header_params: Header parameters to be
+332            placed in the request header.
+333        :param body: Request body.
+334        :param post_params dict: Request post form parameters,
+335            for `application/x-www-form-urlencoded`, `multipart/form-data`.
+336        :param auth_settings list: Auth Settings names for the request.
+337        :param response: Response data type.
+338        :param files dict: key -> filename, value -> filepath,
+339            for `multipart/form-data`.
+340        :param callback function: Callback function for asynchronous request.
+341            If provide this parameter,
+342            the request will be called asynchronously.
+343        :param _return_http_data_only: response data without head status code and headers
+344        :param collection_formats: dict of collection formats for path, query,
+345            header, and post parameters.
+346        :param _preload_content: if False, the urllib3.HTTPResponse object will be returned without
+347                                 reading/decoding response data. Default is True.
+348        :param _request_timeout: timeout setting for this request. If one number provided, it will be total request
+349                                 timeout. It can also be a pair (tuple) of (connection, read) timeouts.
+350        :return:
+351            If provide parameter callback,
+352            the request will be called asynchronously.
+353            The method will return the request thread.
+354            If parameter callback is None,
+355            then the method will return the response directly.
+356        """
+357        if callback is None:
+358            return self.__call_api(resource_path, method,
+359                                   path_params, query_params, header_params,
+360                                   body, post_params, files,
+361                                   response_type, auth_settings, callback,
+362                                   _return_http_data_only, collection_formats, _preload_content, _request_timeout)
+363        else:
+364            thread = threading.Thread(target=self.__call_api,
+365                                      args=(resource_path, method,
+366                                            path_params, query_params,
+367                                            header_params, body,
+368                                            post_params, files,
+369                                            response_type, auth_settings,
+370                                            callback, _return_http_data_only,
+371                                            collection_formats, _preload_content, _request_timeout))
+372        thread.start()
+373        return thread
+
+ + +

Makes the HTTP request (synchronous) and return the deserialized data. +To make an async request, define a function for callback.

+ +
Parameters
+ +
    +
  • resource_path: Path to method endpoint.
  • +
  • method: Method to call.
  • +
  • path_params: Path parameters in the url.
  • +
  • query_params: Query parameters in the url.
  • +
  • header_params: Header parameters to be +placed in the request header.
  • +
  • body: Request body.
  • +
  • post_params dict: Request post form parameters, +for application/x-www-form-urlencoded, multipart/form-data.
  • +
  • auth_settings list: Auth Settings names for the request.
  • +
  • response: Response data type.
  • +
  • files dict: key -> filename, value -> filepath, +for multipart/form-data.
  • +
  • callback function: Callback function for asynchronous request. +If provide this parameter, +the request will be called asynchronously.
  • +
  • _return_http_data_only: response data without head status code and headers
  • +
  • collection_formats: dict of collection formats for path, query, +header, and post parameters.
  • +
  • _preload_content: if False, the urllib3.HTTPResponse object will be returned without + reading/decoding response data. Default is True.
  • +
  • _request_timeout: timeout setting for this request. If one number provided, it will be total request + timeout. It can also be a pair (tuple) of (connection, read) timeouts.
  • +
+ +
Returns
+ +
+
If provide parameter callback,
+the request will be called asynchronously.
+The method will return the request thread.
+If parameter callback is None,
+then the method will return the response directly.
+
+
+
+ + +
+
+ +
+ + def + request( self, method, url, query_params=None, headers=None, post_params=None, body=None, _preload_content=True, _request_timeout=None) + + + +
+ +
375    def request(self, method, url, query_params=None, headers=None,
+376                post_params=None, body=None, _preload_content=True, _request_timeout=None):
+377        """
+378        Makes the HTTP request using RESTClient.
+379        """
+380        if method == "GET":
+381            return self.rest_client.GET(url,
+382                                        query_params=query_params,
+383                                        _preload_content=_preload_content,
+384                                        _request_timeout=_request_timeout,
+385                                        headers=headers)
+386        elif method == "HEAD":
+387            return self.rest_client.HEAD(url,
+388                                         query_params=query_params,
+389                                         _preload_content=_preload_content,
+390                                         _request_timeout=_request_timeout,
+391                                         headers=headers)
+392        elif method == "OPTIONS":
+393            return self.rest_client.OPTIONS(url,
+394                                            query_params=query_params,
+395                                            headers=headers,
+396                                            post_params=post_params,
+397                                            _preload_content=_preload_content,
+398                                            _request_timeout=_request_timeout,
+399                                            body=body)
+400        elif method == "POST":
+401            return self.rest_client.POST(url,
+402                                         query_params=query_params,
+403                                         headers=headers,
+404                                         post_params=post_params,
+405                                         _preload_content=_preload_content,
+406                                         _request_timeout=_request_timeout,
+407                                         body=body)
+408        elif method == "PUT":
+409            return self.rest_client.PUT(url,
+410                                        query_params=query_params,
+411                                        headers=headers,
+412                                        post_params=post_params,
+413                                        _preload_content=_preload_content,
+414                                        _request_timeout=_request_timeout,
+415                                        body=body)
+416        elif method == "PATCH":
+417            return self.rest_client.PATCH(url,
+418                                          query_params=query_params,
+419                                          headers=headers,
+420                                          post_params=post_params,
+421                                          _preload_content=_preload_content,
+422                                          _request_timeout=_request_timeout,
+423                                          body=body)
+424        elif method == "DELETE":
+425            return self.rest_client.DELETE(url,
+426                                           query_params=query_params,
+427                                           headers=headers,
+428                                           _preload_content=_preload_content,
+429                                           _request_timeout=_request_timeout,
+430                                           body=body)
+431        else:
+432            raise ValueError(
+433                "http method must be `GET`, `HEAD`, `OPTIONS`,"
+434                " `POST`, `PATCH`, `PUT` or `DELETE`."
+435            )
+
+ + +

Makes the HTTP request using RESTClient.

+
+ + +
+
+ +
+ + def + parameters_to_tuples(self, params, collection_formats) + + + +
+ +
437    def parameters_to_tuples(self, params, collection_formats):
+438        """
+439        Get parameters as list of tuples, formatting collections.
+440
+441        :param params: Parameters as dict or list of two-tuples
+442        :param dict collection_formats: Parameter collection formats
+443        :return: Parameters as list of tuples, collections formatted
+444        """
+445        new_params = []
+446        if collection_formats is None:
+447            collection_formats = {}
+448        for k, v in iteritems(params) if isinstance(params, dict) else params:
+449            if k in collection_formats:
+450                collection_format = collection_formats[k]
+451                if collection_format == 'multi':
+452                    new_params.extend((k, value) for value in v)
+453                else:
+454                    if collection_format == 'ssv':
+455                        delimiter = ' '
+456                    elif collection_format == 'tsv':
+457                        delimiter = '\t'
+458                    elif collection_format == 'pipes':
+459                        delimiter = '|'
+460                    else:  # csv is the default
+461                        delimiter = ','
+462                    new_params.append(
+463                        (k, delimiter.join(str(value) for value in v)))
+464            else:
+465                new_params.append((k, v))
+466        return new_params
+
+ + +

Get parameters as list of tuples, formatting collections.

+ +
Parameters
+ +
    +
  • params: Parameters as dict or list of two-tuples
  • +
  • dict collection_formats: Parameter collection formats
  • +
+ +
Returns
+ +
+

Parameters as list of tuples, collections formatted

+
+
+ + +
+
+ +
+ + def + prepare_post_parameters(self, post_params=None, files=None) + + + +
+ +
468    def prepare_post_parameters(self, post_params=None, files=None):
+469        """
+470        Builds form parameters.
+471
+472        :param post_params: Normal form parameters.
+473        :param files: File parameters.
+474        :return: Form parameters with files.
+475        """
+476        params = []
+477
+478        if post_params:
+479            params = post_params
+480
+481        if files:
+482            for k, v in iteritems(files):
+483                if not v:
+484                    continue
+485                file_names = v if type(v) is list else [v]
+486                for n in file_names:
+487                    with open(n, 'rb') as f:
+488                        filename = os.path.basename(f.name)
+489                        filedata = f.read()
+490                        mimetype = mimetypes.\
+491                            guess_type(filename)[0] or 'application/octet-stream'
+492                        params.append(tuple([k, tuple([filename, filedata, mimetype])]))
+493
+494        return params
+
+ + +

Builds form parameters.

+ +
Parameters
+ +
    +
  • post_params: Normal form parameters.
  • +
  • files: File parameters.
  • +
+ +
Returns
+ +
+

Form parameters with files.

+
+
+ + +
+
+ +
+ + def + select_header_accept(self, accepts) + + + +
+ +
496    def select_header_accept(self, accepts):
+497        """
+498        Returns `Accept` based on an array of accepts provided.
+499
+500        :param accepts: List of headers.
+501        :return: Accept (e.g. application/json).
+502        """
+503        if not accepts:
+504            return
+505
+506        accepts = [x.lower() for x in accepts]
+507
+508        if 'application/json' in accepts:
+509            return 'application/json'
+510        else:
+511            return ', '.join(accepts)
+
+ + +

Returns Accept based on an array of accepts provided.

+ +
Parameters
+ +
    +
  • accepts: List of headers.
  • +
+ +
Returns
+ +
+

Accept (e.g. application/json).

+
+
+ + +
+
+ +
+ + def + select_header_content_type(self, content_types) + + + +
+ +
513    def select_header_content_type(self, content_types):
+514        """
+515        Returns `Content-Type` based on an array of content_types provided.
+516
+517        :param content_types: List of content-types.
+518        :return: Content-Type (e.g. application/json).
+519        """
+520        if not content_types:
+521            return 'application/json'
+522
+523        content_types = [x.lower() for x in content_types]
+524
+525        if 'application/json' in content_types or '*/*' in content_types:
+526            return 'application/json'
+527        else:
+528            return content_types[0]
+
+ + +

Returns Content-Type based on an array of content_types provided.

+ +
Parameters
+ +
    +
  • content_types: List of content-types.
  • +
+ +
Returns
+ +
+

Content-Type (e.g. application/json).

+
+
+ + +
+
+ +
+ + def + update_params_for_auth(self, headers, querys, auth_settings) + + + +
+ +
530    def update_params_for_auth(self, headers, querys, auth_settings):
+531        """
+532        Updates header and query params based on authentication setting.
+533
+534        :param headers: Header parameters dict to be updated.
+535        :param querys: Query parameters tuple list to be updated.
+536        :param auth_settings: Authentication setting identifiers list.
+537        """
+538        config = Configuration()
+539
+540        if not auth_settings:
+541            return
+542
+543        for auth in auth_settings:
+544            auth_setting = config.auth_settings().get(auth)
+545            if auth_setting:
+546                if not auth_setting['value']:
+547                    continue
+548                elif auth_setting['in'] == 'header':
+549                    headers[auth_setting['key']] = auth_setting['value']
+550                elif auth_setting['in'] == 'query':
+551                    querys.append((auth_setting['key'], auth_setting['value']))
+552                else:
+553                    raise ValueError(
+554                        'Authentication token must be in `query` or `header`'
+555                    )
+
+ + +

Updates header and query params based on authentication setting.

+ +
Parameters
+ +
    +
  • headers: Header parameters dict to be updated.
  • +
  • querys: Query parameters tuple list to be updated.
  • +
  • auth_settings: Authentication setting identifiers list.
  • +
+
+ + +
+
+ +
+ + def + request_jwt_user_token( self, client_id, user_id, oauth_host_name, private_key_bytes, expires_in, scopes=('signature',)) + + + +
+ +
644    def request_jwt_user_token(self, client_id, user_id, oauth_host_name, private_key_bytes, expires_in,
+645                               scopes=(OAuth.SCOPE_SIGNATURE,)):
+646        """
+647        Request JWT User Token
+648        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+649        :param user_id: Docusign user Id to be impersonated
+650        :param oauth_host_name: Docusign OAuth host name
+651        :param private_key_bytes: the byte contents of the RSA private key
+652        :param expires_in: number of seconds remaining before the JWT assertion is considered as invalid
+653        :param scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any
+654        advanced scope.
+655        :return: OAuthToken object
+656        """
+657        if not private_key_bytes:
+658            raise ArgumentException("Private key not supplied or is invalid!")
+659        if not user_id:
+660            raise ArgumentException("User Id not supplied or is invalid!")
+661        if not oauth_host_name:
+662            raise ArgumentException("oAuthBasePath cannot be empty")
+663
+664        now = math.floor(time())
+665        later = now + (expires_in * 1)
+666        claim = {"iss": client_id, "sub": user_id, "aud": oauth_host_name, "iat": now, "exp": later,
+667                 "scope": " ".join(scopes)}
+668        token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256')
+669        response = self.request("POST", "https://" + oauth_host_name + "/oauth/token",
+670                                headers=self.sanitize_for_serialization(
+671                                    {"Content-Type": "application/x-www-form-urlencoded"}),
+672                                post_params=self.sanitize_for_serialization(
+673                                    {"assertion": token, "grant_type": OAuth.GRANT_TYPE_JWT}))
+674
+675        response_data = json.loads(response.data)
+676
+677        if 'token_type' in response_data and 'access_token' in response_data:
+678            self.set_default_header("Authorization", response_data['token_type'] + " " + response_data['access_token'])
+679        else:
+680            raise ApiException(status=response.status,
+681                               reason="Error while requesting server, received a non successful HTTP code {}"
+682                                       " with response Body: {}".format(response.status, response.data)
+683                               )
+684
+685        return self.deserialize(response=response, response_type=OAuthToken)
+
+ + +

Request JWT User Token

+ +
Parameters
+ +
    +
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • +
  • user_id: Docusign user Id to be impersonated
  • +
  • oauth_host_name: Docusign OAuth host name
  • +
  • private_key_bytes: the byte contents of the RSA private key
  • +
  • expires_in: number of seconds remaining before the JWT assertion is considered as invalid
  • +
  • scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any +advanced scope.
  • +
+ +
Returns
+ +
+

OAuthToken object

+
+
+ + +
+
+ +
+ + def + request_jwt_application_token( self, client_id, oauth_host_name, private_key_bytes, expires_in, scopes=('signature',)) + + + +
+ +
687    def request_jwt_application_token(self, client_id, oauth_host_name, private_key_bytes, expires_in,
+688                                      scopes=(OAuth.SCOPE_SIGNATURE,)):
+689        """
+690        Request JWT Application Token
+691        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+692        :param oauth_host_name: Docusign OAuth host name
+693        :param private_key_bytes: the byte contents of the RSA private key
+694        :param expires_in: number of seconds remaining before the JWT assertion is considered as invalid
+695        :param scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any
+696        advanced scope.
+697        :return: OAuthToken object
+698        """
+699
+700        if not private_key_bytes:
+701            raise ArgumentException("Private key not supplied or is invalid!")
+702        if not oauth_host_name:
+703            raise ArgumentException("oAuthBasePath cannot be empty")
+704
+705        now = math.floor(time())
+706        later = now + (expires_in * 1)
+707        claim = {"iss": client_id, "aud": oauth_host_name, "iat": now, "exp": later,
+708                 "scope": " ".join(scopes)}
+709        token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256')
+710
+711        response = self.request("POST", "https://" + oauth_host_name + "/oauth/token",
+712                                headers=self.sanitize_for_serialization(
+713                                    {"Content-Type": "application/x-www-form-urlencoded"}),
+714                                post_params=self.sanitize_for_serialization(
+715                                    {"assertion": token, "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer"}))
+716        response_data = json.loads(response.data)
+717
+718        if 'token_type' in response_data and 'access_token' in response_data:
+719            self.set_default_header("Authorization", response_data['token_type'] + " " + response_data['access_token'])
+720        else:
+721            ApiException(status=response.status,
+722                         reason="Error while requesting server, received a non successful HTTP code {}"
+723                                " with response Body: {}".format(response.status, response.data)
+724                         )
+725
+726        return self.deserialize(response=response, response_type=OAuthToken)
+
+ + +

Request JWT Application Token

+ +
Parameters
+ +
    +
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • +
  • oauth_host_name: Docusign OAuth host name
  • +
  • private_key_bytes: the byte contents of the RSA private key
  • +
  • expires_in: number of seconds remaining before the JWT assertion is considered as invalid
  • +
  • scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any +advanced scope.
  • +
+ +
Returns
+ +
+

OAuthToken object

+
+
+ + +
+
+ +
+ + def + get_user_info(self, access_token) + + + +
+ +
728    def get_user_info(self, access_token):
+729        """
+730        Get User Info method takes the accessToken to retrieve User Account Data.
+731        :param access_token:
+732        :return: The User Info model.
+733        """
+734        if not access_token:
+735            raise ArgumentException("Cannot find a valid access token."
+736                                    " Make sure OAuth is configured before you try again.")
+737        if not self.oauth_host_name:
+738            raise ArgumentException("oAuthBasePath cannot be empty")
+739
+740        resource_path = '/oauth/userinfo'
+741        headers = {"Authorization": "Bearer " + access_token}
+742
+743        response = self.request("GET", "https://" + self.oauth_host_name + resource_path, headers=headers)
+744        return self.deserialize(response=response, response_type=OAuthUserInfo)
+
+ + +

Get User Info method takes the accessToken to retrieve User Account Data.

+ +
Parameters
+ +
    +
  • access_token:
  • +
+ +
Returns
+ +
+

The User Info model.

+
+
+ + +
+
+ +
+ + def + generate_access_token(self, client_id, client_secret, code) + + + +
+ +
746    def generate_access_token(self, client_id, client_secret, code):
+747        """
+748        GenerateAccessToken will exchange the authorization code for an access token and refresh tokens.
+749        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+750        :param client_secret: The secret key you generated when you set up the integration in Docusign Admin console.
+751        :param code: The authorization code
+752        :return: OAuthToken object
+753        """
+754        if not client_id or not client_secret or not code:
+755            raise ArgumentException
+756        url = "https://{0}/oauth/token".format(self.oauth_host_name)
+757        integrator_and_secret_key = b"Basic " + base64.b64encode(str.encode("{}:{}".format(client_id, client_secret)))
+758        headers = {
+759            "Authorization": integrator_and_secret_key.decode("utf-8"),
+760            "Content-Type": "application/x-www-form-urlencoded",
+761        }
+762        post_params = self.sanitize_for_serialization({
+763            "grant_type": "authorization_code",
+764            "code": code
+765        })
+766        response = self.rest_client.POST(url, headers=headers, post_params=post_params)
+767
+768        return self.deserialize(response=response, response_type=OAuthToken)
+
+ + +

GenerateAccessToken will exchange the authorization code for an access token and refresh tokens.

+ +
Parameters
+ +
    +
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • +
  • client_secret: The secret key you generated when you set up the integration in Docusign Admin console.
  • +
  • code: The authorization code
  • +
+ +
Returns
+ +
+

OAuthToken object

+
+
+ + +
+
+ +
+ + def + set_base_path(self, base_path) + + + +
+ +
770    def set_base_path(self, base_path):
+771        """
+772        :param base_path:
+773        :return:
+774        """
+775        self.base_path = base_path
+
+ + +
Parameters
+ +
    +
  • base_path:
  • +
+ +
Returns
+
+ + +
+
+ +
+ + def + set_oauth_host_name(self, oauth_host_name=None) + + + +
+ +
777    def set_oauth_host_name(self, oauth_host_name=None):
+778        """
+779        :param oauth_host_name:
+780        :return:
+781        """
+782        if oauth_host_name:
+783            self.oauth_host_name = oauth_host_name
+784            return
+785
+786        # Derive OAuth Base Path if not given
+787        if self.base_path is None or self.base_path.startswith("https://demo") or self.base_path.startswith("http://demo") or self.base_path.startswith("https://apps-d") or self.base_path.startswith("http://apps-d"):
+788            self.oauth_host_name = OAuth.DEMO_OAUTH_BASE_PATH
+789        else:
+790            self.oauth_host_name = OAuth.PRODUCTION_OAUTH_BASE_PATH
+
+ + +
Parameters
+ +
    +
  • oauth_host_name:
  • +
+ +
Returns
+
+ + +
+
+ +
+ + def + set_access_token(self, token_obj) + + + +
+ +
792    def set_access_token(self, token_obj):
+793        """
+794
+795        :param token_obj: 
+796        :return: 
+797        """
+798        self.default_headers['Authorization'] = token_obj.access_token
+
+ + +
Parameters
+ +
    +
  • token_obj:
  • +
+ +
Returns
+
+ + +
+
+ +
+ + def + get_authorization_uri(self, client_id, scopes, redirect_uri, response_type, state=None) + + + +
+ +
800    def get_authorization_uri(self, client_id, scopes, redirect_uri, response_type, state=None):
+801        """
+802        Helper method to configure the OAuth accessCode/implicit flow parameters
+803        :param client_id: Docusign OAuth Client Id(AKA Integrator Key)
+804        :param scopes: The list of requested scopes.  Client applications may be scoped to a limited set of system access.
+805        :param redirect_uri: This determines where to deliver the response containing the authorization code
+806        :param response_type: Determines the response type of the authorization request, NOTE: these response types are
+807        mutually exclusive for a client application. A public/native client application may only request a response type
+808         of "token". A private/trusted client application may only request a response type of "code".
+809        :param state: Allows for arbitrary state that may be useful to your application. The value in this parameter
+810        will be round-tripped along with the response so you can make sure it didn't change.
+811        :return: string
+812        """
+813        if not self.oauth_host_name:
+814            self.oauth_host_name = self.get_oauth_host_name()
+815        scopes = " ".join(scopes) if scopes else ""
+816        uri = "https://{}/oauth/auth?response_type={}&scope={}&client_id={}&redirect_uri={}"
+817        if state:
+818            uri += "&state={}"
+819        return uri.format(self.oauth_host_name, response_type, quote(scopes), client_id, redirect_uri, state)
+
+ + +

Helper method to configure the OAuth accessCode/implicit flow parameters

+ +
Parameters
+ +
    +
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • +
  • scopes: The list of requested scopes. Client applications may be scoped to a limited set of system access.
  • +
  • redirect_uri: This determines where to deliver the response containing the authorization code
  • +
  • response_type: Determines the response type of the authorization request, NOTE: these response types are +mutually exclusive for a client application. A public/native client application may only request a response type +of "token". A private/trusted client application may only request a response type of "code".
  • +
  • state: Allows for arbitrary state that may be useful to your application. The value in this parameter +will be round-tripped along with the response so you can make sure it didn't change.
  • +
+ +
Returns
+ +
+

string

+
+
+ + +
+
+ +
+ + def + get_oauth_host_name(self) + + + +
+ +
821    def get_oauth_host_name(self):
+822        """
+823        :return: string
+824        """
+825        if not self.oauth_host_name:
+826            self.set_oauth_host_name()
+827
+828        return self.oauth_host_name
+
+ + +
Returns
+ +
+

string

+
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/client/api_exception.html b/docusign_webforms/client/api_exception.html new file mode 100644 index 0000000..415c283 --- /dev/null +++ b/docusign_webforms/client/api_exception.html @@ -0,0 +1,512 @@ + + + + + + + docusign_webforms.client.api_exception API documentation + + + + + + + + + +
+
+

+docusign_webforms.client.api_exception

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14from __future__ import absolute_import
+15
+16class ApiException(Exception):
+17
+18    def __init__(self, status=None, reason=None, http_resp=None):
+19        if http_resp:
+20            self.status = http_resp.status
+21            self.reason = http_resp.reason
+22            self.body = http_resp.data
+23            self.headers = http_resp.getheaders()
+24            self.trace_token = http_resp.getheader('X-DocuSign-TraceToken')
+25            self.timestamp = http_resp.getheader('date')
+26            self.response = http_resp
+27        else:
+28            self.status = status
+29            self.reason = reason
+30            self.body = None
+31            self.headers = None
+32
+33    def __str__(self):
+34        """
+35        Custom error messages for exception
+36        """
+37        error_message = "({0})\n" \
+38                        "Reason: {1}\n" \
+39                        "Trace-Token: {2}\n" \
+40                        "Timestamp: {3}\n".format(self.status, self.reason, self.trace_token, self.timestamp)
+41        if self.headers:
+42            error_message += "HTTP response headers: {0}\n".format(self.headers)
+43
+44        if self.body:
+45            error_message += "HTTP response body: {0}\n".format(self.body)
+46
+47        return error_message
+48
+49
+50class ArgumentException(Exception):
+51
+52    def __init__(self, *args, **kwargs):
+53        if not args:
+54            super().__init__("argument cannot be empty")
+55        else:
+56            super().__init__(*args, **kwargs)
+57
+58
+59class InvalidBasePath(Exception):
+60    pass
+
+ + +
+
+ +
+ + class + ApiException(builtins.Exception): + + + +
+ +
17class ApiException(Exception):
+18
+19    def __init__(self, status=None, reason=None, http_resp=None):
+20        if http_resp:
+21            self.status = http_resp.status
+22            self.reason = http_resp.reason
+23            self.body = http_resp.data
+24            self.headers = http_resp.getheaders()
+25            self.trace_token = http_resp.getheader('X-DocuSign-TraceToken')
+26            self.timestamp = http_resp.getheader('date')
+27            self.response = http_resp
+28        else:
+29            self.status = status
+30            self.reason = reason
+31            self.body = None
+32            self.headers = None
+33
+34    def __str__(self):
+35        """
+36        Custom error messages for exception
+37        """
+38        error_message = "({0})\n" \
+39                        "Reason: {1}\n" \
+40                        "Trace-Token: {2}\n" \
+41                        "Timestamp: {3}\n".format(self.status, self.reason, self.trace_token, self.timestamp)
+42        if self.headers:
+43            error_message += "HTTP response headers: {0}\n".format(self.headers)
+44
+45        if self.body:
+46            error_message += "HTTP response body: {0}\n".format(self.body)
+47
+48        return error_message
+
+ + +

Common base class for all non-exit exceptions.

+
+ + +
+ +
+ + ApiException(status=None, reason=None, http_resp=None) + + + +
+ +
19    def __init__(self, status=None, reason=None, http_resp=None):
+20        if http_resp:
+21            self.status = http_resp.status
+22            self.reason = http_resp.reason
+23            self.body = http_resp.data
+24            self.headers = http_resp.getheaders()
+25            self.trace_token = http_resp.getheader('X-DocuSign-TraceToken')
+26            self.timestamp = http_resp.getheader('date')
+27            self.response = http_resp
+28        else:
+29            self.status = status
+30            self.reason = reason
+31            self.body = None
+32            self.headers = None
+
+ + + + +
+
+
Inherited Members
+
+
builtins.BaseException
+
with_traceback
+
args
+ +
+
+
+
+
+ +
+ + class + ArgumentException(builtins.Exception): + + + +
+ +
51class ArgumentException(Exception):
+52
+53    def __init__(self, *args, **kwargs):
+54        if not args:
+55            super().__init__("argument cannot be empty")
+56        else:
+57            super().__init__(*args, **kwargs)
+
+ + +

Common base class for all non-exit exceptions.

+
+ + +
+ +
+ + ArgumentException(*args, **kwargs) + + + +
+ +
53    def __init__(self, *args, **kwargs):
+54        if not args:
+55            super().__init__("argument cannot be empty")
+56        else:
+57            super().__init__(*args, **kwargs)
+
+ + + + +
+
+
Inherited Members
+
+
builtins.BaseException
+
with_traceback
+
args
+ +
+
+
+
+
+ +
+ + class + InvalidBasePath(builtins.Exception): + + + +
+ +
60class InvalidBasePath(Exception):
+61    pass
+
+ + +

Common base class for all non-exit exceptions.

+
+ + +
+
Inherited Members
+
+
builtins.Exception
+
Exception
+ +
+
builtins.BaseException
+
with_traceback
+
args
+ +
+
+
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/client/api_response.html b/docusign_webforms/client/api_response.html new file mode 100644 index 0000000..09294e6 --- /dev/null +++ b/docusign_webforms/client/api_response.html @@ -0,0 +1,1456 @@ + + + + + + + docusign_webforms.client.api_response API documentation + + + + + + + + + +
+
+

+docusign_webforms.client.api_response

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14from __future__ import absolute_import
+ 15
+ 16import io
+ 17import json
+ 18import logging
+ 19import re
+ 20import ssl
+ 21
+ 22import certifi
+ 23# python 2 and python 3 compatibility library
+ 24import six
+ 25from six.moves.urllib.parse import urlencode
+ 26
+ 27from .api_exception import ApiException
+ 28from .configuration import Configuration
+ 29
+ 30try:
+ 31    import urllib3
+ 32except ImportError:
+ 33    raise ImportError('Swagger python client requires urllib3.')
+ 34
+ 35
+ 36logger = logging.getLogger(__name__)
+ 37
+ 38
+ 39class RESTResponse(io.IOBase):
+ 40
+ 41    def __init__(self, resp):
+ 42        self.urllib3_response = resp
+ 43        self.status = resp.status
+ 44        self.reason = resp.reason
+ 45        self.data = resp.data
+ 46
+ 47    def getheaders(self):
+ 48        """Returns a dictionary of the response headers."""
+ 49        return self.urllib3_response.getheaders()
+ 50
+ 51    def getheader(self, name, default=None):
+ 52        """Returns a given response header."""
+ 53        return self.urllib3_response.getheader(name, default)
+ 54
+ 55
+ 56class RESTClientObject(object):
+ 57
+ 58    def __init__(self, pools_size=4, maxsize=None, configuration=None):
+ 59        # urllib3.PoolManager will pass all kw parameters to connectionpool
+ 60        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75  # noqa: E501
+ 61        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680  # noqa: E501
+ 62        # maxsize is the number of requests to host that are allowed in parallel  # noqa: E501
+ 63        # Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html  # noqa: E501
+ 64
+ 65        if configuration is None:
+ 66            configuration = Configuration()
+ 67
+ 68        # cert_reqs
+ 69        if configuration.verify_ssl:
+ 70            cert_reqs = ssl.CERT_REQUIRED
+ 71        else:
+ 72            cert_reqs = ssl.CERT_NONE
+ 73
+ 74        # ca_certs
+ 75        if configuration.ssl_ca_cert:
+ 76            ca_certs = configuration.ssl_ca_cert
+ 77        else:
+ 78            # if not set certificate file, use Mozilla's root certificates.
+ 79            ca_certs = certifi.where()
+ 80
+ 81        addition_pool_args = {}
+ 82        if configuration.assert_hostname is not None:
+ 83            addition_pool_args['assert_hostname'] = configuration.assert_hostname  # noqa: E501
+ 84
+ 85        if maxsize is None:
+ 86            if configuration.connection_pool_maxsize is not None:
+ 87                maxsize = configuration.connection_pool_maxsize
+ 88            else:
+ 89                maxsize = 4
+ 90
+ 91        # https pool manager
+ 92        if configuration.proxy:
+ 93            self.pool_manager = urllib3.ProxyManager(
+ 94                num_pools=pools_size,
+ 95                maxsize=maxsize,
+ 96                cert_reqs=cert_reqs,
+ 97                ca_certs=ca_certs,
+ 98                cert_file=configuration.cert_file,
+ 99                key_file=configuration.key_file,
+100                proxy_url=configuration.proxy,
+101                **addition_pool_args
+102            )
+103        else:
+104            self.pool_manager = urllib3.PoolManager(
+105                num_pools=pools_size,
+106                maxsize=maxsize,
+107                cert_reqs=cert_reqs,
+108                ca_certs=ca_certs,
+109                cert_file=configuration.cert_file,
+110                key_file=configuration.key_file,
+111                **addition_pool_args
+112            )
+113
+114    def request(self, method, url, query_params=None, headers=None,
+115                body=None, post_params=None, _preload_content=True,
+116                _request_timeout=None):
+117        """Perform requests.
+118
+119        :param method: http request method
+120        :param url: http request url
+121        :param query_params: query parameters in the url
+122        :param headers: http request headers
+123        :param body: request json body, for `application/json`
+124        :param post_params: request post parameters,
+125                            `application/x-www-form-urlencoded`
+126                            and `multipart/form-data`
+127        :param _preload_content: if False, the urllib3.HTTPResponse object will
+128                                 be returned without reading/decoding response
+129                                 data. Default is True.
+130        :param _request_timeout: timeout setting for this request. If one
+131                                 number provided, it will be total request
+132                                 timeout. It can also be a pair (tuple) of
+133                                 (connection, read) timeouts.
+134        """
+135        method = method.upper()
+136        assert method in ['GET', 'HEAD', 'DELETE', 'POST', 'PUT',
+137                          'PATCH', 'OPTIONS']
+138
+139        if post_params and body:
+140            raise ValueError(
+141                "body parameter cannot be used with post_params parameter."
+142            )
+143
+144        post_params = post_params or {}
+145        headers = headers or {}
+146
+147        timeout = None
+148        if _request_timeout:
+149            if isinstance(_request_timeout, (int, ) if six.PY3 else (int, long)):  # noqa: E501,F821
+150                timeout = urllib3.Timeout(total=_request_timeout)
+151            elif (isinstance(_request_timeout, tuple) and
+152                  len(_request_timeout) == 2):
+153                timeout = urllib3.Timeout(
+154                    connect=_request_timeout[0], read=_request_timeout[1])
+155
+156        if 'Content-Type' not in headers:
+157            headers['Content-Type'] = 'application/json'
+158
+159        try:
+160            # For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE`
+161            if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']:
+162                if query_params:
+163                    url += '?' + urlencode(query_params)
+164                if re.search('json', headers['Content-Type'], re.IGNORECASE):
+165                    request_body = '{}'
+166                    if body is not None:
+167                        request_body = json.dumps(body)
+168                    r = self.pool_manager.request(
+169                        method, url,
+170                        body=request_body,
+171                        preload_content=_preload_content,
+172                        timeout=timeout,
+173                        headers=headers)
+174                elif headers['Content-Type'] == 'application/x-www-form-urlencoded':  # noqa: E501
+175                    r = self.pool_manager.request(
+176                        method, url,
+177                        fields=post_params,
+178                        encode_multipart=False,
+179                        preload_content=_preload_content,
+180                        timeout=timeout,
+181                        headers=headers)
+182                elif headers['Content-Type'] == 'multipart/form-data':
+183                    # must del headers['Content-Type'], or the correct
+184                    # Content-Type which generated by urllib3 will be
+185                    # overwritten.
+186                    del headers['Content-Type']
+187
+188                    body = None
+189                    fields = post_params
+190
+191                    # Custom handling for 'multipart/form-data' when there's a single file
+192                    # The standard approach is not used in this case to avoid overwriting
+193                    # the 'Content-Type' and 'Content-Disposition' headers generated by urllib3.
+194                    if len(post_params) == 1:
+195                        [k, v] = post_params[0]
+196                        [file_name, file_data, mime_type] = v
+197
+198                        if isinstance(file_data, bytes):
+199                            # If the file data is bytes, customize headers and set body
+200                            headers['Content-Type'] = mime_type
+201                            headers['Content-Disposition'] = 'form-data; name="' + k + '"; filename="' + file_name + '"'
+202                            body = file_data
+203                            fields = None  # Clear fields when there is only one file
+204
+205                    r = self.pool_manager.request(method, url,
+206                                                  fields=fields,
+207                                                  body=body,
+208                                                  encode_multipart=True,
+209                                                  preload_content=_preload_content,
+210                                                  timeout=timeout,
+211                                                  headers=headers)
+212                # Pass a `string` parameter directly in the body to support
+213                # other content types than Json when `body` argument is
+214                # provided in serialized form
+215                elif isinstance(body, str):
+216                    request_body = body
+217                    r = self.pool_manager.request(
+218                        method, url,
+219                        body=request_body,
+220                        preload_content=_preload_content,
+221                        timeout=timeout,
+222                        headers=headers)
+223                else:
+224                    # Cannot generate the request from given parameters
+225                    msg = """Cannot prepare a request message for provided
+226                             arguments. Please check that your arguments match
+227                             declared content type."""
+228                    raise ApiException(status=0, reason=msg)
+229            # For `GET`, `HEAD`
+230            else:
+231                r = self.pool_manager.request(method, url,
+232                                              fields=query_params,
+233                                              preload_content=_preload_content,
+234                                              timeout=timeout,
+235                                              headers=headers)
+236        except urllib3.exceptions.SSLError as e:
+237            msg = "{0}\n{1}".format(type(e).__name__, str(e))
+238            raise ApiException(status=0, reason=msg)
+239
+240            # log response body
+241            logger.debug("response body: %s", r.data)
+242
+243        if _preload_content:
+244            r = RESTResponse(r)
+245
+246        if not 200 <= r.status <= 299:
+247            raise ApiException(http_resp=r)
+248
+249        return r
+250
+251    def GET(self, url, headers=None, query_params=None, _preload_content=True,
+252            _request_timeout=None):
+253        return self.request("GET", url,
+254                            headers=headers,
+255                            _preload_content=_preload_content,
+256                            _request_timeout=_request_timeout,
+257                            query_params=query_params)
+258
+259    def HEAD(self, url, headers=None, query_params=None, _preload_content=True,
+260             _request_timeout=None):
+261        return self.request("HEAD", url,
+262                            headers=headers,
+263                            _preload_content=_preload_content,
+264                            _request_timeout=_request_timeout,
+265                            query_params=query_params)
+266
+267    def OPTIONS(self, url, headers=None, query_params=None, post_params=None,
+268                body=None, _preload_content=True, _request_timeout=None):
+269        return self.request("OPTIONS", url,
+270                            headers=headers,
+271                            query_params=query_params,
+272                            post_params=post_params,
+273                            _preload_content=_preload_content,
+274                            _request_timeout=_request_timeout,
+275                            body=body)
+276
+277    def DELETE(self, url, headers=None, query_params=None, body=None,
+278               _preload_content=True, _request_timeout=None):
+279        return self.request("DELETE", url,
+280                            headers=headers,
+281                            query_params=query_params,
+282                            _preload_content=_preload_content,
+283                            _request_timeout=_request_timeout,
+284                            body=body)
+285
+286    def POST(self, url, headers=None, query_params=None, post_params=None,
+287             body=None, _preload_content=True, _request_timeout=None):
+288        return self.request("POST", url,
+289                            headers=headers,
+290                            query_params=query_params,
+291                            post_params=post_params,
+292                            _preload_content=_preload_content,
+293                            _request_timeout=_request_timeout,
+294                            body=body)
+295
+296    def PUT(self, url, headers=None, query_params=None, post_params=None,
+297            body=None, _preload_content=True, _request_timeout=None):
+298        return self.request("PUT", url,
+299                            headers=headers,
+300                            query_params=query_params,
+301                            post_params=post_params,
+302                            _preload_content=_preload_content,
+303                            _request_timeout=_request_timeout,
+304                            body=body)
+305
+306    def PATCH(self, url, headers=None, query_params=None, post_params=None,
+307              body=None, _preload_content=True, _request_timeout=None):
+308        return self.request("PATCH", url,
+309                            headers=headers,
+310                            query_params=query_params,
+311                            post_params=post_params,
+312                            _preload_content=_preload_content,
+313                            _request_timeout=_request_timeout,
+314                            body=body)
+
+ + +
+
+ +
+ + class + RESTResponse(io.IOBase): + + + +
+ +
40class RESTResponse(io.IOBase):
+41
+42    def __init__(self, resp):
+43        self.urllib3_response = resp
+44        self.status = resp.status
+45        self.reason = resp.reason
+46        self.data = resp.data
+47
+48    def getheaders(self):
+49        """Returns a dictionary of the response headers."""
+50        return self.urllib3_response.getheaders()
+51
+52    def getheader(self, name, default=None):
+53        """Returns a given response header."""
+54        return self.urllib3_response.getheader(name, default)
+
+ + +

The abstract base class for all I/O classes, acting on streams of +bytes. There is no public constructor.

+ +

This class provides dummy implementations for many methods that +derived classes can override selectively; the default implementations +represent a file that cannot be read, written or seeked.

+ +

Even though IOBase does not declare read, readinto, or write because +their signatures will vary, implementations and clients should +consider those methods part of the interface. Also, implementations +may raise UnsupportedOperation when operations they do not support are +called.

+ +

The basic type used for binary data read from or written to a file is +bytes. Other bytes-like objects are accepted as method arguments too. +In some cases (such as readinto), a writable object is required. Text +I/O classes work with str data.

+ +

Note that calling any method (except additional calls to close(), +which are ignored) on a closed stream should raise a ValueError.

+ +

IOBase (and its subclasses) support the iterator protocol, meaning +that an IOBase object can be iterated over yielding the lines in a +stream.

+ +

IOBase also supports the :keyword:with statement. In this example, +fp is closed after the suite of the with statement is complete:

+ +

with open('spam.txt', 'r') as fp: + fp.write('Spam and eggs!')

+
+ + +
+ +
+ + RESTResponse(resp) + + + +
+ +
42    def __init__(self, resp):
+43        self.urllib3_response = resp
+44        self.status = resp.status
+45        self.reason = resp.reason
+46        self.data = resp.data
+
+ + + + +
+
+ +
+ + def + getheaders(self) + + + +
+ +
48    def getheaders(self):
+49        """Returns a dictionary of the response headers."""
+50        return self.urllib3_response.getheaders()
+
+ + +

Returns a dictionary of the response headers.

+
+ + +
+
+ +
+ + def + getheader(self, name, default=None) + + + +
+ +
52    def getheader(self, name, default=None):
+53        """Returns a given response header."""
+54        return self.urllib3_response.getheader(name, default)
+
+ + +

Returns a given response header.

+
+ + +
+
+
Inherited Members
+
+
_io._IOBase
+
seek
+
tell
+
truncate
+
flush
+
close
+
seekable
+
readable
+
writable
+
fileno
+
isatty
+
readline
+
readlines
+
writelines
+
closed
+ +
+
+
+
+
+ +
+ + class + RESTClientObject: + + + +
+ +
 57class RESTClientObject(object):
+ 58
+ 59    def __init__(self, pools_size=4, maxsize=None, configuration=None):
+ 60        # urllib3.PoolManager will pass all kw parameters to connectionpool
+ 61        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75  # noqa: E501
+ 62        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680  # noqa: E501
+ 63        # maxsize is the number of requests to host that are allowed in parallel  # noqa: E501
+ 64        # Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html  # noqa: E501
+ 65
+ 66        if configuration is None:
+ 67            configuration = Configuration()
+ 68
+ 69        # cert_reqs
+ 70        if configuration.verify_ssl:
+ 71            cert_reqs = ssl.CERT_REQUIRED
+ 72        else:
+ 73            cert_reqs = ssl.CERT_NONE
+ 74
+ 75        # ca_certs
+ 76        if configuration.ssl_ca_cert:
+ 77            ca_certs = configuration.ssl_ca_cert
+ 78        else:
+ 79            # if not set certificate file, use Mozilla's root certificates.
+ 80            ca_certs = certifi.where()
+ 81
+ 82        addition_pool_args = {}
+ 83        if configuration.assert_hostname is not None:
+ 84            addition_pool_args['assert_hostname'] = configuration.assert_hostname  # noqa: E501
+ 85
+ 86        if maxsize is None:
+ 87            if configuration.connection_pool_maxsize is not None:
+ 88                maxsize = configuration.connection_pool_maxsize
+ 89            else:
+ 90                maxsize = 4
+ 91
+ 92        # https pool manager
+ 93        if configuration.proxy:
+ 94            self.pool_manager = urllib3.ProxyManager(
+ 95                num_pools=pools_size,
+ 96                maxsize=maxsize,
+ 97                cert_reqs=cert_reqs,
+ 98                ca_certs=ca_certs,
+ 99                cert_file=configuration.cert_file,
+100                key_file=configuration.key_file,
+101                proxy_url=configuration.proxy,
+102                **addition_pool_args
+103            )
+104        else:
+105            self.pool_manager = urllib3.PoolManager(
+106                num_pools=pools_size,
+107                maxsize=maxsize,
+108                cert_reqs=cert_reqs,
+109                ca_certs=ca_certs,
+110                cert_file=configuration.cert_file,
+111                key_file=configuration.key_file,
+112                **addition_pool_args
+113            )
+114
+115    def request(self, method, url, query_params=None, headers=None,
+116                body=None, post_params=None, _preload_content=True,
+117                _request_timeout=None):
+118        """Perform requests.
+119
+120        :param method: http request method
+121        :param url: http request url
+122        :param query_params: query parameters in the url
+123        :param headers: http request headers
+124        :param body: request json body, for `application/json`
+125        :param post_params: request post parameters,
+126                            `application/x-www-form-urlencoded`
+127                            and `multipart/form-data`
+128        :param _preload_content: if False, the urllib3.HTTPResponse object will
+129                                 be returned without reading/decoding response
+130                                 data. Default is True.
+131        :param _request_timeout: timeout setting for this request. If one
+132                                 number provided, it will be total request
+133                                 timeout. It can also be a pair (tuple) of
+134                                 (connection, read) timeouts.
+135        """
+136        method = method.upper()
+137        assert method in ['GET', 'HEAD', 'DELETE', 'POST', 'PUT',
+138                          'PATCH', 'OPTIONS']
+139
+140        if post_params and body:
+141            raise ValueError(
+142                "body parameter cannot be used with post_params parameter."
+143            )
+144
+145        post_params = post_params or {}
+146        headers = headers or {}
+147
+148        timeout = None
+149        if _request_timeout:
+150            if isinstance(_request_timeout, (int, ) if six.PY3 else (int, long)):  # noqa: E501,F821
+151                timeout = urllib3.Timeout(total=_request_timeout)
+152            elif (isinstance(_request_timeout, tuple) and
+153                  len(_request_timeout) == 2):
+154                timeout = urllib3.Timeout(
+155                    connect=_request_timeout[0], read=_request_timeout[1])
+156
+157        if 'Content-Type' not in headers:
+158            headers['Content-Type'] = 'application/json'
+159
+160        try:
+161            # For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE`
+162            if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']:
+163                if query_params:
+164                    url += '?' + urlencode(query_params)
+165                if re.search('json', headers['Content-Type'], re.IGNORECASE):
+166                    request_body = '{}'
+167                    if body is not None:
+168                        request_body = json.dumps(body)
+169                    r = self.pool_manager.request(
+170                        method, url,
+171                        body=request_body,
+172                        preload_content=_preload_content,
+173                        timeout=timeout,
+174                        headers=headers)
+175                elif headers['Content-Type'] == 'application/x-www-form-urlencoded':  # noqa: E501
+176                    r = self.pool_manager.request(
+177                        method, url,
+178                        fields=post_params,
+179                        encode_multipart=False,
+180                        preload_content=_preload_content,
+181                        timeout=timeout,
+182                        headers=headers)
+183                elif headers['Content-Type'] == 'multipart/form-data':
+184                    # must del headers['Content-Type'], or the correct
+185                    # Content-Type which generated by urllib3 will be
+186                    # overwritten.
+187                    del headers['Content-Type']
+188
+189                    body = None
+190                    fields = post_params
+191
+192                    # Custom handling for 'multipart/form-data' when there's a single file
+193                    # The standard approach is not used in this case to avoid overwriting
+194                    # the 'Content-Type' and 'Content-Disposition' headers generated by urllib3.
+195                    if len(post_params) == 1:
+196                        [k, v] = post_params[0]
+197                        [file_name, file_data, mime_type] = v
+198
+199                        if isinstance(file_data, bytes):
+200                            # If the file data is bytes, customize headers and set body
+201                            headers['Content-Type'] = mime_type
+202                            headers['Content-Disposition'] = 'form-data; name="' + k + '"; filename="' + file_name + '"'
+203                            body = file_data
+204                            fields = None  # Clear fields when there is only one file
+205
+206                    r = self.pool_manager.request(method, url,
+207                                                  fields=fields,
+208                                                  body=body,
+209                                                  encode_multipart=True,
+210                                                  preload_content=_preload_content,
+211                                                  timeout=timeout,
+212                                                  headers=headers)
+213                # Pass a `string` parameter directly in the body to support
+214                # other content types than Json when `body` argument is
+215                # provided in serialized form
+216                elif isinstance(body, str):
+217                    request_body = body
+218                    r = self.pool_manager.request(
+219                        method, url,
+220                        body=request_body,
+221                        preload_content=_preload_content,
+222                        timeout=timeout,
+223                        headers=headers)
+224                else:
+225                    # Cannot generate the request from given parameters
+226                    msg = """Cannot prepare a request message for provided
+227                             arguments. Please check that your arguments match
+228                             declared content type."""
+229                    raise ApiException(status=0, reason=msg)
+230            # For `GET`, `HEAD`
+231            else:
+232                r = self.pool_manager.request(method, url,
+233                                              fields=query_params,
+234                                              preload_content=_preload_content,
+235                                              timeout=timeout,
+236                                              headers=headers)
+237        except urllib3.exceptions.SSLError as e:
+238            msg = "{0}\n{1}".format(type(e).__name__, str(e))
+239            raise ApiException(status=0, reason=msg)
+240
+241            # log response body
+242            logger.debug("response body: %s", r.data)
+243
+244        if _preload_content:
+245            r = RESTResponse(r)
+246
+247        if not 200 <= r.status <= 299:
+248            raise ApiException(http_resp=r)
+249
+250        return r
+251
+252    def GET(self, url, headers=None, query_params=None, _preload_content=True,
+253            _request_timeout=None):
+254        return self.request("GET", url,
+255                            headers=headers,
+256                            _preload_content=_preload_content,
+257                            _request_timeout=_request_timeout,
+258                            query_params=query_params)
+259
+260    def HEAD(self, url, headers=None, query_params=None, _preload_content=True,
+261             _request_timeout=None):
+262        return self.request("HEAD", url,
+263                            headers=headers,
+264                            _preload_content=_preload_content,
+265                            _request_timeout=_request_timeout,
+266                            query_params=query_params)
+267
+268    def OPTIONS(self, url, headers=None, query_params=None, post_params=None,
+269                body=None, _preload_content=True, _request_timeout=None):
+270        return self.request("OPTIONS", url,
+271                            headers=headers,
+272                            query_params=query_params,
+273                            post_params=post_params,
+274                            _preload_content=_preload_content,
+275                            _request_timeout=_request_timeout,
+276                            body=body)
+277
+278    def DELETE(self, url, headers=None, query_params=None, body=None,
+279               _preload_content=True, _request_timeout=None):
+280        return self.request("DELETE", url,
+281                            headers=headers,
+282                            query_params=query_params,
+283                            _preload_content=_preload_content,
+284                            _request_timeout=_request_timeout,
+285                            body=body)
+286
+287    def POST(self, url, headers=None, query_params=None, post_params=None,
+288             body=None, _preload_content=True, _request_timeout=None):
+289        return self.request("POST", url,
+290                            headers=headers,
+291                            query_params=query_params,
+292                            post_params=post_params,
+293                            _preload_content=_preload_content,
+294                            _request_timeout=_request_timeout,
+295                            body=body)
+296
+297    def PUT(self, url, headers=None, query_params=None, post_params=None,
+298            body=None, _preload_content=True, _request_timeout=None):
+299        return self.request("PUT", url,
+300                            headers=headers,
+301                            query_params=query_params,
+302                            post_params=post_params,
+303                            _preload_content=_preload_content,
+304                            _request_timeout=_request_timeout,
+305                            body=body)
+306
+307    def PATCH(self, url, headers=None, query_params=None, post_params=None,
+308              body=None, _preload_content=True, _request_timeout=None):
+309        return self.request("PATCH", url,
+310                            headers=headers,
+311                            query_params=query_params,
+312                            post_params=post_params,
+313                            _preload_content=_preload_content,
+314                            _request_timeout=_request_timeout,
+315                            body=body)
+
+ + + + +
+ +
+ + RESTClientObject(pools_size=4, maxsize=None, configuration=None) + + + +
+ +
 59    def __init__(self, pools_size=4, maxsize=None, configuration=None):
+ 60        # urllib3.PoolManager will pass all kw parameters to connectionpool
+ 61        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75  # noqa: E501
+ 62        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680  # noqa: E501
+ 63        # maxsize is the number of requests to host that are allowed in parallel  # noqa: E501
+ 64        # Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html  # noqa: E501
+ 65
+ 66        if configuration is None:
+ 67            configuration = Configuration()
+ 68
+ 69        # cert_reqs
+ 70        if configuration.verify_ssl:
+ 71            cert_reqs = ssl.CERT_REQUIRED
+ 72        else:
+ 73            cert_reqs = ssl.CERT_NONE
+ 74
+ 75        # ca_certs
+ 76        if configuration.ssl_ca_cert:
+ 77            ca_certs = configuration.ssl_ca_cert
+ 78        else:
+ 79            # if not set certificate file, use Mozilla's root certificates.
+ 80            ca_certs = certifi.where()
+ 81
+ 82        addition_pool_args = {}
+ 83        if configuration.assert_hostname is not None:
+ 84            addition_pool_args['assert_hostname'] = configuration.assert_hostname  # noqa: E501
+ 85
+ 86        if maxsize is None:
+ 87            if configuration.connection_pool_maxsize is not None:
+ 88                maxsize = configuration.connection_pool_maxsize
+ 89            else:
+ 90                maxsize = 4
+ 91
+ 92        # https pool manager
+ 93        if configuration.proxy:
+ 94            self.pool_manager = urllib3.ProxyManager(
+ 95                num_pools=pools_size,
+ 96                maxsize=maxsize,
+ 97                cert_reqs=cert_reqs,
+ 98                ca_certs=ca_certs,
+ 99                cert_file=configuration.cert_file,
+100                key_file=configuration.key_file,
+101                proxy_url=configuration.proxy,
+102                **addition_pool_args
+103            )
+104        else:
+105            self.pool_manager = urllib3.PoolManager(
+106                num_pools=pools_size,
+107                maxsize=maxsize,
+108                cert_reqs=cert_reqs,
+109                ca_certs=ca_certs,
+110                cert_file=configuration.cert_file,
+111                key_file=configuration.key_file,
+112                **addition_pool_args
+113            )
+
+ + + + +
+
+ +
+ + def + request( self, method, url, query_params=None, headers=None, body=None, post_params=None, _preload_content=True, _request_timeout=None) + + + +
+ +
115    def request(self, method, url, query_params=None, headers=None,
+116                body=None, post_params=None, _preload_content=True,
+117                _request_timeout=None):
+118        """Perform requests.
+119
+120        :param method: http request method
+121        :param url: http request url
+122        :param query_params: query parameters in the url
+123        :param headers: http request headers
+124        :param body: request json body, for `application/json`
+125        :param post_params: request post parameters,
+126                            `application/x-www-form-urlencoded`
+127                            and `multipart/form-data`
+128        :param _preload_content: if False, the urllib3.HTTPResponse object will
+129                                 be returned without reading/decoding response
+130                                 data. Default is True.
+131        :param _request_timeout: timeout setting for this request. If one
+132                                 number provided, it will be total request
+133                                 timeout. It can also be a pair (tuple) of
+134                                 (connection, read) timeouts.
+135        """
+136        method = method.upper()
+137        assert method in ['GET', 'HEAD', 'DELETE', 'POST', 'PUT',
+138                          'PATCH', 'OPTIONS']
+139
+140        if post_params and body:
+141            raise ValueError(
+142                "body parameter cannot be used with post_params parameter."
+143            )
+144
+145        post_params = post_params or {}
+146        headers = headers or {}
+147
+148        timeout = None
+149        if _request_timeout:
+150            if isinstance(_request_timeout, (int, ) if six.PY3 else (int, long)):  # noqa: E501,F821
+151                timeout = urllib3.Timeout(total=_request_timeout)
+152            elif (isinstance(_request_timeout, tuple) and
+153                  len(_request_timeout) == 2):
+154                timeout = urllib3.Timeout(
+155                    connect=_request_timeout[0], read=_request_timeout[1])
+156
+157        if 'Content-Type' not in headers:
+158            headers['Content-Type'] = 'application/json'
+159
+160        try:
+161            # For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE`
+162            if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']:
+163                if query_params:
+164                    url += '?' + urlencode(query_params)
+165                if re.search('json', headers['Content-Type'], re.IGNORECASE):
+166                    request_body = '{}'
+167                    if body is not None:
+168                        request_body = json.dumps(body)
+169                    r = self.pool_manager.request(
+170                        method, url,
+171                        body=request_body,
+172                        preload_content=_preload_content,
+173                        timeout=timeout,
+174                        headers=headers)
+175                elif headers['Content-Type'] == 'application/x-www-form-urlencoded':  # noqa: E501
+176                    r = self.pool_manager.request(
+177                        method, url,
+178                        fields=post_params,
+179                        encode_multipart=False,
+180                        preload_content=_preload_content,
+181                        timeout=timeout,
+182                        headers=headers)
+183                elif headers['Content-Type'] == 'multipart/form-data':
+184                    # must del headers['Content-Type'], or the correct
+185                    # Content-Type which generated by urllib3 will be
+186                    # overwritten.
+187                    del headers['Content-Type']
+188
+189                    body = None
+190                    fields = post_params
+191
+192                    # Custom handling for 'multipart/form-data' when there's a single file
+193                    # The standard approach is not used in this case to avoid overwriting
+194                    # the 'Content-Type' and 'Content-Disposition' headers generated by urllib3.
+195                    if len(post_params) == 1:
+196                        [k, v] = post_params[0]
+197                        [file_name, file_data, mime_type] = v
+198
+199                        if isinstance(file_data, bytes):
+200                            # If the file data is bytes, customize headers and set body
+201                            headers['Content-Type'] = mime_type
+202                            headers['Content-Disposition'] = 'form-data; name="' + k + '"; filename="' + file_name + '"'
+203                            body = file_data
+204                            fields = None  # Clear fields when there is only one file
+205
+206                    r = self.pool_manager.request(method, url,
+207                                                  fields=fields,
+208                                                  body=body,
+209                                                  encode_multipart=True,
+210                                                  preload_content=_preload_content,
+211                                                  timeout=timeout,
+212                                                  headers=headers)
+213                # Pass a `string` parameter directly in the body to support
+214                # other content types than Json when `body` argument is
+215                # provided in serialized form
+216                elif isinstance(body, str):
+217                    request_body = body
+218                    r = self.pool_manager.request(
+219                        method, url,
+220                        body=request_body,
+221                        preload_content=_preload_content,
+222                        timeout=timeout,
+223                        headers=headers)
+224                else:
+225                    # Cannot generate the request from given parameters
+226                    msg = """Cannot prepare a request message for provided
+227                             arguments. Please check that your arguments match
+228                             declared content type."""
+229                    raise ApiException(status=0, reason=msg)
+230            # For `GET`, `HEAD`
+231            else:
+232                r = self.pool_manager.request(method, url,
+233                                              fields=query_params,
+234                                              preload_content=_preload_content,
+235                                              timeout=timeout,
+236                                              headers=headers)
+237        except urllib3.exceptions.SSLError as e:
+238            msg = "{0}\n{1}".format(type(e).__name__, str(e))
+239            raise ApiException(status=0, reason=msg)
+240
+241            # log response body
+242            logger.debug("response body: %s", r.data)
+243
+244        if _preload_content:
+245            r = RESTResponse(r)
+246
+247        if not 200 <= r.status <= 299:
+248            raise ApiException(http_resp=r)
+249
+250        return r
+
+ + +

Perform requests.

+ +
Parameters
+ +
    +
  • method: http request method
  • +
  • url: http request url
  • +
  • query_params: query parameters in the url
  • +
  • headers: http request headers
  • +
  • body: request json body, for application/json
  • +
  • post_params: request post parameters, + application/x-www-form-urlencoded + and multipart/form-data
  • +
  • _preload_content: if False, the urllib3.HTTPResponse object will + be returned without reading/decoding response + data. Default is True.
  • +
  • _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts.
  • +
+
+ + +
+
+ +
+ + def + GET( self, url, headers=None, query_params=None, _preload_content=True, _request_timeout=None) + + + +
+ +
252    def GET(self, url, headers=None, query_params=None, _preload_content=True,
+253            _request_timeout=None):
+254        return self.request("GET", url,
+255                            headers=headers,
+256                            _preload_content=_preload_content,
+257                            _request_timeout=_request_timeout,
+258                            query_params=query_params)
+
+ + + + +
+
+ +
+ + def + HEAD( self, url, headers=None, query_params=None, _preload_content=True, _request_timeout=None) + + + +
+ +
260    def HEAD(self, url, headers=None, query_params=None, _preload_content=True,
+261             _request_timeout=None):
+262        return self.request("HEAD", url,
+263                            headers=headers,
+264                            _preload_content=_preload_content,
+265                            _request_timeout=_request_timeout,
+266                            query_params=query_params)
+
+ + + + +
+
+ +
+ + def + OPTIONS( self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, _request_timeout=None) + + + +
+ +
268    def OPTIONS(self, url, headers=None, query_params=None, post_params=None,
+269                body=None, _preload_content=True, _request_timeout=None):
+270        return self.request("OPTIONS", url,
+271                            headers=headers,
+272                            query_params=query_params,
+273                            post_params=post_params,
+274                            _preload_content=_preload_content,
+275                            _request_timeout=_request_timeout,
+276                            body=body)
+
+ + + + +
+
+ +
+ + def + DELETE( self, url, headers=None, query_params=None, body=None, _preload_content=True, _request_timeout=None) + + + +
+ +
278    def DELETE(self, url, headers=None, query_params=None, body=None,
+279               _preload_content=True, _request_timeout=None):
+280        return self.request("DELETE", url,
+281                            headers=headers,
+282                            query_params=query_params,
+283                            _preload_content=_preload_content,
+284                            _request_timeout=_request_timeout,
+285                            body=body)
+
+ + + + +
+
+ +
+ + def + POST( self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, _request_timeout=None) + + + +
+ +
287    def POST(self, url, headers=None, query_params=None, post_params=None,
+288             body=None, _preload_content=True, _request_timeout=None):
+289        return self.request("POST", url,
+290                            headers=headers,
+291                            query_params=query_params,
+292                            post_params=post_params,
+293                            _preload_content=_preload_content,
+294                            _request_timeout=_request_timeout,
+295                            body=body)
+
+ + + + +
+
+ +
+ + def + PUT( self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, _request_timeout=None) + + + +
+ +
297    def PUT(self, url, headers=None, query_params=None, post_params=None,
+298            body=None, _preload_content=True, _request_timeout=None):
+299        return self.request("PUT", url,
+300                            headers=headers,
+301                            query_params=query_params,
+302                            post_params=post_params,
+303                            _preload_content=_preload_content,
+304                            _request_timeout=_request_timeout,
+305                            body=body)
+
+ + + + +
+
+ +
+ + def + PATCH( self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, _request_timeout=None) + + + +
+ +
307    def PATCH(self, url, headers=None, query_params=None, post_params=None,
+308              body=None, _preload_content=True, _request_timeout=None):
+309        return self.request("PATCH", url,
+310                            headers=headers,
+311                            query_params=query_params,
+312                            post_params=post_params,
+313                            _preload_content=_preload_content,
+314                            _request_timeout=_request_timeout,
+315                            body=body)
+
+ + + + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/client/auth.html b/docusign_webforms/client/auth.html new file mode 100644 index 0000000..18d7172 --- /dev/null +++ b/docusign_webforms/client/auth.html @@ -0,0 +1,266 @@ + + + + + + + docusign_webforms.client.auth API documentation + + + + + + + + + +
+
+

+docusign_webforms.client.auth

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14from __future__ import absolute_import
+15
+16# import auth modules into client package
+17from .oauth import Account
+18from .oauth import Organization
+19from .oauth import Link
+20from .oauth import OAuth
+21from .oauth import OAuthToken
+
+ + +
+
+ + \ No newline at end of file diff --git a/docusign_webforms/client/auth/oauth.html b/docusign_webforms/client/auth/oauth.html new file mode 100644 index 0000000..dc8a329 --- /dev/null +++ b/docusign_webforms/client/auth/oauth.html @@ -0,0 +1,2556 @@ + + + + + + + docusign_webforms.client.auth.oauth API documentation + + + + + + + + + +
+
+

+docusign_webforms.client.auth.oauth

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import json
+ 15from pprint import pformat
+ 16from six import iteritems
+ 17
+ 18
+ 19class OAuth(object):
+ 20    """
+ 21        NOTE: This class is auto generated by the swagger code generator program.
+ 22        Do not edit the class manually.
+ 23        """
+ 24    #  create and send envelopes, and obtain links for starting signing sessions.
+ 25    SCOPE_SIGNATURE = "signature"
+ 26    #  obtain a refresh token with an extended lifetime.
+ 27    SCOPE_EXTENDED = "extended"
+ 28    #  obtain access to the user’s account when the user is not present.
+ 29    SCOPE_IMPERSONATION = "impersonation"
+ 30
+ 31    #  OAuth Base path constants
+ 32    #  Demo server base path
+ 33    DEMO_OAUTH_BASE_PATH = "account-d.docusign.com"
+ 34    #  Production server base path
+ 35    PRODUCTION_OAUTH_BASE_PATH = "account.docusign.com"
+ 36    #   JWT Grant Type
+ 37    GRANT_TYPE_JWT = "urn:ietf:params:oauth:grant-type:jwt-bearer"
+ 38
+ 39
+ 40class OAuthUserInfo(object):
+ 41
+ 42    def __init__(self, sub=None, email=None, accounts=None, name=None, given_name=None, family_name=None,
+ 43                 created=None):
+ 44
+ 45        self.swagger_types = {
+ 46            'sub': 'str',
+ 47            'email': 'str',
+ 48            'accounts': 'list[Account]',
+ 49            'name': 'str',
+ 50            'given_name': 'str',
+ 51            'family_name': 'str',
+ 52            'created': 'str'
+ 53        }
+ 54
+ 55        self.attribute_map = {
+ 56            'sub': 'sub',
+ 57            'email': 'email',
+ 58            'accounts': 'accounts',
+ 59            'name': 'name',
+ 60            'given_name': 'given_name',
+ 61            'family_name': 'family_name',
+ 62            'created': 'created'
+ 63        }
+ 64        self._sub = sub
+ 65        self._email = email
+ 66        self._accounts = accounts
+ 67        self._name = name
+ 68        self._given_name = given_name
+ 69        self._family_name = family_name
+ 70        self._created = created
+ 71
+ 72    @property
+ 73    def sub(self):
+ 74        return self._sub
+ 75
+ 76    @sub.setter
+ 77    def sub(self, sub):
+ 78        self._sub = sub
+ 79
+ 80    @property
+ 81    def created(self):
+ 82        return self._created
+ 83
+ 84    @created.setter
+ 85    def created(self, created):
+ 86        self._created = created
+ 87
+ 88    @property
+ 89    def email(self):
+ 90        return self._email
+ 91
+ 92    @email.setter
+ 93    def email(self, email):
+ 94        self._email = email
+ 95
+ 96    @property
+ 97    def name(self):
+ 98        return self._name
+ 99
+100    @name.setter
+101    def name(self, name):
+102        self._name = name
+103
+104    @property
+105    def given_name(self):
+106        return self._given_name
+107
+108    @given_name.setter
+109    def given_name(self, given_name):
+110        self._given_name = given_name
+111
+112    @property
+113    def family_name(self):
+114        return self._family_name
+115
+116    @family_name.setter
+117    def family_name(self, family_name):
+118        self._family_name = family_name
+119
+120    def list(self):
+121        return self._accounts
+122
+123    @property
+124    def accounts(self):
+125        return self._accounts
+126
+127    @accounts.setter
+128    def accounts(self, accounts):
+129        self._accounts = accounts
+130
+131    def add_account(self, account):
+132        if not self.accounts:
+133            self._accounts = list()
+134        self._accounts.append(account)
+135
+136    def get_accounts(self):
+137        if not self.accounts:
+138            self._accounts = list()
+139        return self._accounts
+140
+141    def to_dict(self):
+142        """
+143        Returns the model properties as a dict
+144        """
+145        result = {}
+146
+147        for attr, _ in iteritems(self.swagger_types):
+148            value = getattr(self, attr)
+149            if isinstance(value, list):
+150                result[attr] = list(map(
+151                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+152                    value
+153                ))
+154            elif hasattr(value, "to_dict"):
+155                result[attr] = value.to_dict()
+156            elif isinstance(value, dict):
+157                result[attr] = dict(map(
+158                    lambda item: (item[0], item[1].to_dict())
+159                    if hasattr(item[1], "to_dict") else item,
+160                    value.items()
+161                ))
+162            else:
+163                result[attr] = value
+164
+165        return result
+166
+167    def __str__(self):
+168        """
+169        Returns the string representation of the model
+170        """
+171        return pformat(self.to_dict())
+172
+173    def to_indented_string(self, obj):
+174        """
+175         Convert the given object to string with each line indented by 4
+176         spaces (except the first line).
+177        :param obj:
+178        :return:
+179        """
+180        if obj:
+181            return str(obj).replace("\n", "\n    ")
+182        return ""
+183
+184
+185class Account(object):
+186    def __init__(self, account_id=None, is_default=None, account_name=None, base_uri=None, organization=None):
+187        self.swagger_types = {
+188            'account_id': 'str',
+189            'is_default': 'str',
+190            'account_name': 'str',
+191            'base_uri': 'str',
+192            'organization': 'str',
+193        }
+194
+195        self.attribute_map =  {
+196            'account_id': 'account_id',
+197            'is_default': 'is_default',
+198            'account_name': 'account_name',
+199            'base_uri': 'base_uri',
+200            'organization': 'organization',
+201        }
+202        self._account_id = account_id
+203        self.is_default = is_default
+204        self._account_name = account_name
+205        self._base_uri = base_uri
+206        self._organization = organization
+207
+208    def get_is_default(self):
+209        return self.get_is_default
+210
+211    @property
+212    def account_id(self):
+213        return self._account_id
+214
+215    @account_id.setter
+216    def account_id(self, account_id):
+217        self._account_id = account_id
+218
+219    @property
+220    def is_default(self):
+221        return self._is_default
+222
+223    @is_default.setter
+224    def is_default(self, is_default):
+225        self._is_default = is_default
+226
+227    @property
+228    def account_name(self):
+229        return self._account_name
+230
+231    @account_name.setter
+232    def account_name(self, account_name):
+233        self._account_name = account_name
+234
+235    @property
+236    def base_uri(self):
+237        return self._base_uri
+238
+239    @base_uri.setter
+240    def base_uri(self, base_uri):
+241        self._base_uri = base_uri
+242
+243    @property
+244    def organization(self):
+245        return self._organization
+246
+247    @organization.setter
+248    def organization(self, organization):
+249        self._organization = organization
+250
+251
+252class Link(object):
+253    def __init__(self, rel=None, href=None):
+254        self._rel = rel
+255        self._href = href
+256
+257    @property
+258    def rel(self):
+259        return self._rel
+260
+261    @rel.setter
+262    def rel(self, rel):
+263        self._rel = rel
+264
+265    @property
+266    def href(self):
+267        return self._href
+268
+269    @href.setter
+270    def organization(self, href):
+271        self._href = href
+272
+273    def __str__(self):
+274        return "class Link {\n    rel: {}\n    href: {}".format(self.to_indented_string(self.rel),
+275                                                                self.to_indented_string(self.href))
+276
+277    def to_indented_string(self, obj):
+278        """
+279         Convert the given object to string with each line indented by 4
+280         spaces (except the first line).
+281        :param obj: 
+282        :return: 
+283        """
+284        if obj:
+285            return str(obj).replace("\n", "\n    ")
+286        return None
+287
+288    def __eq__(self, other):
+289        if not other:
+290            return False
+291        return (self.rel == other.rel or self.rel and self.rel == other.rel) and \
+292                (self.href == other.href or self.href and self.href == other.href)
+293
+294    def to_json(self):
+295        pass
+296
+297
+298class Organization(object):
+299    def __init__(self, organization_id=None, links=None):
+300        self._organization_id = organization_id
+301        self._links = links
+302
+303    @property
+304    def organization_id(self):
+305        return self._organization_id
+306
+307    @organization_id.setter
+308    def organization_id(self, organization_id):
+309        self._organization_id = organization_id
+310
+311    @property
+312    def links(self):
+313        return self._links
+314
+315    @links.setter
+316    def links(self, links):
+317        self._links = links
+318
+319    def list(self):
+320        if not self._links:
+321            self._links = list()
+322        return self._links
+323
+324    def add_links(self, link):
+325        if not self.links:
+326            self.links = list()
+327        self._links.append(link)
+328
+329    def __str__(self):
+330        return "class Organization {\n    organization_id: {}\n    links: {}".format(
+331            self.to_indented_string(self._organization_id),
+332            self.to_indented_string(self._links)
+333        )
+334
+335    def to_indented_string(self, obj):
+336
+337        if obj:
+338            return str(obj).replace("\n", "\n    ")
+339        return None
+340
+341    def __eq__(self, other):
+342        if not other:
+343            return False
+344        return (self.organization_id == other.organization_id or self.organization_id
+345                and self.organization_id == other.organization_id) and\
+346               (self.links == other.links or self.links and self.links == other.links)
+347
+348
+349class OAuthToken(object):
+350
+351    def __init__(self, access_token=None, data=None, expires_in=None, refresh_token=None, scope=None, token_type=None):
+352        """
+353        OAuthToken - a model defined in Swagger
+354
+355        :param dict swaggerTypes: The key is attribute name
+356                                  and the value is attribute type.
+357        :param dict attributeMap: The key is attribute name
+358                                  and the value is json key in definition.
+359        """
+360        self.swagger_types = {
+361            'access_token': 'str',
+362            'data': 'list[NameValue]',
+363            'expires_in': 'str',
+364            'refresh_token': 'str',
+365            'scope': 'str',
+366            'token_type': 'str'
+367        }
+368
+369        self.attribute_map = {
+370            'access_token': 'access_token',
+371            'data': 'data',
+372            'expires_in': 'expires_in',
+373            'refresh_token': 'refresh_token',
+374            'scope': 'scope',
+375            'token_type': 'token_type'
+376        }
+377
+378        self._access_token = access_token
+379        self._data = data
+380        self._expires_in = expires_in
+381        self._refresh_token = refresh_token
+382        self._scope = scope
+383        self._token_type = token_type
+384
+385    @property
+386    def access_token(self):
+387        """
+388        Gets the access_token of this OAuthToken.
+389        Access token information.
+390
+391        :return: The access_token of this OAuthToken.
+392        :rtype: str
+393        """
+394        return self._access_token
+395
+396    @access_token.setter
+397    def access_token(self, access_token):
+398        """
+399        Sets the access_token of this OAuthToken.
+400        Access token information.
+401
+402        :param access_token: The access_token of this OAuthToken.
+403        :type: str
+404        """
+405
+406        self._access_token = access_token
+407
+408    @property
+409    def data(self):
+410        """
+411        Gets the data of this OAuthToken.
+412        
+413
+414        :return: The data of this OAuthToken.
+415        :rtype: list[NameValue]
+416        """
+417        return self._data
+418
+419    @data.setter
+420    def data(self, data):
+421        """
+422        Sets the data of this OAuthToken.
+423        
+424
+425        :param data: The data of this OAuthToken.
+426        :type: list[NameValue]
+427        """
+428
+429        self._data = data
+430
+431    @property
+432    def expires_in(self):
+433        """
+434        Gets the expires_in of this OAuthToken.
+435        
+436
+437        :return: The expires_in of this OAuthToken.
+438        :rtype: str
+439        """
+440        return self._expires_in
+441
+442    @expires_in.setter
+443    def expires_in(self, expires_in):
+444        """
+445        Sets the expires_in of this OAuthToken.
+446        
+447
+448        :param expires_in: The expires_in of this OAuthToken.
+449        :type: str
+450        """
+451
+452        self._expires_in = expires_in
+453
+454    @property
+455    def refresh_token(self):
+456        """
+457        Gets the refresh_token of this OAuthToken.
+458        
+459
+460        :return: The refresh_token of this OAuthToken.
+461        :rtype: str
+462        """
+463        return self._refresh_token
+464
+465    @refresh_token.setter
+466    def refresh_token(self, refresh_token):
+467        """
+468        Sets the refresh_token of this OAuthToken.
+469        
+470
+471        :param refresh_token: The refresh_token of this OAuthToken.
+472        :type: str
+473        """
+474
+475        self._refresh_token = refresh_token
+476
+477    @property
+478    def scope(self):
+479        """
+480        Gets the scope of this OAuthToken.
+481        Must be set to \"api\".
+482
+483        :return: The scope of this OAuthToken.
+484        :rtype: str
+485        """
+486        return self._scope
+487
+488    @scope.setter
+489    def scope(self, scope):
+490        """
+491        Sets the scope of this OAuthToken.
+492        Must be set to \"api\".
+493
+494        :param scope: The scope of this OAuthToken.
+495        :type: str
+496        """
+497
+498        self._scope = scope
+499
+500    @property
+501    def token_type(self):
+502        """
+503        Gets the token_type of this OAuthToken.
+504        
+505
+506        :return: The token_type of this OAuthToken.
+507        :rtype: str
+508        """
+509        return self._token_type
+510
+511    @token_type.setter
+512    def token_type(self, token_type):
+513        """
+514        Sets the token_type of this OAuthToken.
+515        
+516
+517        :param token_type: The token_type of this OAuthToken.
+518        :type: str
+519        """
+520
+521        self._token_type = token_type
+522
+523    def to_dict(self):
+524        """
+525        Returns the model properties as a dict
+526        """
+527        result = {}
+528
+529        for attr, _ in iteritems(self.swagger_types):
+530            value = getattr(self, attr)
+531            if isinstance(value, list):
+532                result[attr] = list(map(
+533                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+534                    value
+535                ))
+536            elif hasattr(value, "to_dict"):
+537                result[attr] = value.to_dict()
+538            elif isinstance(value, dict):
+539                result[attr] = dict(map(
+540                    lambda item: (item[0], item[1].to_dict())
+541                    if hasattr(item[1], "to_dict") else item,
+542                    value.items()
+543                ))
+544            else:
+545                result[attr] = value
+546
+547        return result
+548
+549    def to_str(self):
+550        """
+551        Returns the string representation of the model
+552        """
+553        return pformat(self.to_dict())
+554
+555    def __repr__(self):
+556        """
+557        For `print` and `pprint`
+558        """
+559        return self.to_str()
+560
+561    def __eq__(self, other):
+562        """
+563        Returns true if both objects are equal
+564        """
+565        return self.__dict__ == other.__dict__
+566
+567    def __ne__(self, other):
+568        """
+569        Returns true if both objects are not equal
+570        """
+571        return not self == other
+
+ + +
+
+ +
+ + class + OAuth: + + + +
+ +
20class OAuth(object):
+21    """
+22        NOTE: This class is auto generated by the swagger code generator program.
+23        Do not edit the class manually.
+24        """
+25    #  create and send envelopes, and obtain links for starting signing sessions.
+26    SCOPE_SIGNATURE = "signature"
+27    #  obtain a refresh token with an extended lifetime.
+28    SCOPE_EXTENDED = "extended"
+29    #  obtain access to the user’s account when the user is not present.
+30    SCOPE_IMPERSONATION = "impersonation"
+31
+32    #  OAuth Base path constants
+33    #  Demo server base path
+34    DEMO_OAUTH_BASE_PATH = "account-d.docusign.com"
+35    #  Production server base path
+36    PRODUCTION_OAUTH_BASE_PATH = "account.docusign.com"
+37    #   JWT Grant Type
+38    GRANT_TYPE_JWT = "urn:ietf:params:oauth:grant-type:jwt-bearer"
+
+ + +

NOTE: This class is auto generated by the swagger code generator program. +Do not edit the class manually.

+
+ + +
+
+ + OAuth() + + +
+ + + + +
+
+
+ SCOPE_SIGNATURE = 'signature' + + +
+ + + + +
+
+
+ SCOPE_EXTENDED = 'extended' + + +
+ + + + +
+
+
+ SCOPE_IMPERSONATION = 'impersonation' + + +
+ + + + +
+
+
+ DEMO_OAUTH_BASE_PATH = 'account-d.docusign.com' + + +
+ + + + +
+
+
+ PRODUCTION_OAUTH_BASE_PATH = 'account.docusign.com' + + +
+ + + + +
+
+
+ GRANT_TYPE_JWT = 'urn:ietf:params:oauth:grant-type:jwt-bearer' + + +
+ + + + +
+
+
+ +
+ + class + OAuthUserInfo: + + + +
+ +
 41class OAuthUserInfo(object):
+ 42
+ 43    def __init__(self, sub=None, email=None, accounts=None, name=None, given_name=None, family_name=None,
+ 44                 created=None):
+ 45
+ 46        self.swagger_types = {
+ 47            'sub': 'str',
+ 48            'email': 'str',
+ 49            'accounts': 'list[Account]',
+ 50            'name': 'str',
+ 51            'given_name': 'str',
+ 52            'family_name': 'str',
+ 53            'created': 'str'
+ 54        }
+ 55
+ 56        self.attribute_map = {
+ 57            'sub': 'sub',
+ 58            'email': 'email',
+ 59            'accounts': 'accounts',
+ 60            'name': 'name',
+ 61            'given_name': 'given_name',
+ 62            'family_name': 'family_name',
+ 63            'created': 'created'
+ 64        }
+ 65        self._sub = sub
+ 66        self._email = email
+ 67        self._accounts = accounts
+ 68        self._name = name
+ 69        self._given_name = given_name
+ 70        self._family_name = family_name
+ 71        self._created = created
+ 72
+ 73    @property
+ 74    def sub(self):
+ 75        return self._sub
+ 76
+ 77    @sub.setter
+ 78    def sub(self, sub):
+ 79        self._sub = sub
+ 80
+ 81    @property
+ 82    def created(self):
+ 83        return self._created
+ 84
+ 85    @created.setter
+ 86    def created(self, created):
+ 87        self._created = created
+ 88
+ 89    @property
+ 90    def email(self):
+ 91        return self._email
+ 92
+ 93    @email.setter
+ 94    def email(self, email):
+ 95        self._email = email
+ 96
+ 97    @property
+ 98    def name(self):
+ 99        return self._name
+100
+101    @name.setter
+102    def name(self, name):
+103        self._name = name
+104
+105    @property
+106    def given_name(self):
+107        return self._given_name
+108
+109    @given_name.setter
+110    def given_name(self, given_name):
+111        self._given_name = given_name
+112
+113    @property
+114    def family_name(self):
+115        return self._family_name
+116
+117    @family_name.setter
+118    def family_name(self, family_name):
+119        self._family_name = family_name
+120
+121    def list(self):
+122        return self._accounts
+123
+124    @property
+125    def accounts(self):
+126        return self._accounts
+127
+128    @accounts.setter
+129    def accounts(self, accounts):
+130        self._accounts = accounts
+131
+132    def add_account(self, account):
+133        if not self.accounts:
+134            self._accounts = list()
+135        self._accounts.append(account)
+136
+137    def get_accounts(self):
+138        if not self.accounts:
+139            self._accounts = list()
+140        return self._accounts
+141
+142    def to_dict(self):
+143        """
+144        Returns the model properties as a dict
+145        """
+146        result = {}
+147
+148        for attr, _ in iteritems(self.swagger_types):
+149            value = getattr(self, attr)
+150            if isinstance(value, list):
+151                result[attr] = list(map(
+152                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+153                    value
+154                ))
+155            elif hasattr(value, "to_dict"):
+156                result[attr] = value.to_dict()
+157            elif isinstance(value, dict):
+158                result[attr] = dict(map(
+159                    lambda item: (item[0], item[1].to_dict())
+160                    if hasattr(item[1], "to_dict") else item,
+161                    value.items()
+162                ))
+163            else:
+164                result[attr] = value
+165
+166        return result
+167
+168    def __str__(self):
+169        """
+170        Returns the string representation of the model
+171        """
+172        return pformat(self.to_dict())
+173
+174    def to_indented_string(self, obj):
+175        """
+176         Convert the given object to string with each line indented by 4
+177         spaces (except the first line).
+178        :param obj:
+179        :return:
+180        """
+181        if obj:
+182            return str(obj).replace("\n", "\n    ")
+183        return ""
+
+ + + + +
+ +
+ + OAuthUserInfo( sub=None, email=None, accounts=None, name=None, given_name=None, family_name=None, created=None) + + + +
+ +
43    def __init__(self, sub=None, email=None, accounts=None, name=None, given_name=None, family_name=None,
+44                 created=None):
+45
+46        self.swagger_types = {
+47            'sub': 'str',
+48            'email': 'str',
+49            'accounts': 'list[Account]',
+50            'name': 'str',
+51            'given_name': 'str',
+52            'family_name': 'str',
+53            'created': 'str'
+54        }
+55
+56        self.attribute_map = {
+57            'sub': 'sub',
+58            'email': 'email',
+59            'accounts': 'accounts',
+60            'name': 'name',
+61            'given_name': 'given_name',
+62            'family_name': 'family_name',
+63            'created': 'created'
+64        }
+65        self._sub = sub
+66        self._email = email
+67        self._accounts = accounts
+68        self._name = name
+69        self._given_name = given_name
+70        self._family_name = family_name
+71        self._created = created
+
+ + + + +
+
+
+ sub + + +
+ + + + +
+
+
+ created + + +
+ + + + +
+
+
+ email + + +
+ + + + +
+
+
+ name + + +
+ + + + +
+
+
+ given_name + + +
+ + + + +
+
+
+ family_name + + +
+ + + + +
+
+ +
+ + def + list(self) + + + +
+ +
121    def list(self):
+122        return self._accounts
+
+ + + + +
+
+
+ accounts + + +
+ + + + +
+
+ +
+ + def + add_account(self, account) + + + +
+ +
132    def add_account(self, account):
+133        if not self.accounts:
+134            self._accounts = list()
+135        self._accounts.append(account)
+
+ + + + +
+
+ +
+ + def + get_accounts(self) + + + +
+ +
137    def get_accounts(self):
+138        if not self.accounts:
+139            self._accounts = list()
+140        return self._accounts
+
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
142    def to_dict(self):
+143        """
+144        Returns the model properties as a dict
+145        """
+146        result = {}
+147
+148        for attr, _ in iteritems(self.swagger_types):
+149            value = getattr(self, attr)
+150            if isinstance(value, list):
+151                result[attr] = list(map(
+152                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+153                    value
+154                ))
+155            elif hasattr(value, "to_dict"):
+156                result[attr] = value.to_dict()
+157            elif isinstance(value, dict):
+158                result[attr] = dict(map(
+159                    lambda item: (item[0], item[1].to_dict())
+160                    if hasattr(item[1], "to_dict") else item,
+161                    value.items()
+162                ))
+163            else:
+164                result[attr] = value
+165
+166        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_indented_string(self, obj) + + + +
+ +
174    def to_indented_string(self, obj):
+175        """
+176         Convert the given object to string with each line indented by 4
+177         spaces (except the first line).
+178        :param obj:
+179        :return:
+180        """
+181        if obj:
+182            return str(obj).replace("\n", "\n    ")
+183        return ""
+
+ + +

Convert the given object to string with each line indented by 4 + spaces (except the first line).

+ +
Parameters
+ +
    +
  • obj:
  • +
+ +
Returns
+
+ + +
+
+
+ +
+ + class + Account: + + + +
+ +
186class Account(object):
+187    def __init__(self, account_id=None, is_default=None, account_name=None, base_uri=None, organization=None):
+188        self.swagger_types = {
+189            'account_id': 'str',
+190            'is_default': 'str',
+191            'account_name': 'str',
+192            'base_uri': 'str',
+193            'organization': 'str',
+194        }
+195
+196        self.attribute_map =  {
+197            'account_id': 'account_id',
+198            'is_default': 'is_default',
+199            'account_name': 'account_name',
+200            'base_uri': 'base_uri',
+201            'organization': 'organization',
+202        }
+203        self._account_id = account_id
+204        self.is_default = is_default
+205        self._account_name = account_name
+206        self._base_uri = base_uri
+207        self._organization = organization
+208
+209    def get_is_default(self):
+210        return self.get_is_default
+211
+212    @property
+213    def account_id(self):
+214        return self._account_id
+215
+216    @account_id.setter
+217    def account_id(self, account_id):
+218        self._account_id = account_id
+219
+220    @property
+221    def is_default(self):
+222        return self._is_default
+223
+224    @is_default.setter
+225    def is_default(self, is_default):
+226        self._is_default = is_default
+227
+228    @property
+229    def account_name(self):
+230        return self._account_name
+231
+232    @account_name.setter
+233    def account_name(self, account_name):
+234        self._account_name = account_name
+235
+236    @property
+237    def base_uri(self):
+238        return self._base_uri
+239
+240    @base_uri.setter
+241    def base_uri(self, base_uri):
+242        self._base_uri = base_uri
+243
+244    @property
+245    def organization(self):
+246        return self._organization
+247
+248    @organization.setter
+249    def organization(self, organization):
+250        self._organization = organization
+
+ + + + +
+ +
+ + Account( account_id=None, is_default=None, account_name=None, base_uri=None, organization=None) + + + +
+ +
187    def __init__(self, account_id=None, is_default=None, account_name=None, base_uri=None, organization=None):
+188        self.swagger_types = {
+189            'account_id': 'str',
+190            'is_default': 'str',
+191            'account_name': 'str',
+192            'base_uri': 'str',
+193            'organization': 'str',
+194        }
+195
+196        self.attribute_map =  {
+197            'account_id': 'account_id',
+198            'is_default': 'is_default',
+199            'account_name': 'account_name',
+200            'base_uri': 'base_uri',
+201            'organization': 'organization',
+202        }
+203        self._account_id = account_id
+204        self.is_default = is_default
+205        self._account_name = account_name
+206        self._base_uri = base_uri
+207        self._organization = organization
+
+ + + + +
+
+
+ is_default + + +
+ + + + +
+
+ +
+ + def + get_is_default(self) + + + +
+ +
209    def get_is_default(self):
+210        return self.get_is_default
+
+ + + + +
+
+
+ account_id + + +
+ + + + +
+
+
+ account_name + + +
+ + + + +
+
+
+ base_uri + + +
+ + + + +
+
+
+ organization + + +
+ + + + +
+
+ +
+ +
+ + class + Organization: + + + +
+ +
299class Organization(object):
+300    def __init__(self, organization_id=None, links=None):
+301        self._organization_id = organization_id
+302        self._links = links
+303
+304    @property
+305    def organization_id(self):
+306        return self._organization_id
+307
+308    @organization_id.setter
+309    def organization_id(self, organization_id):
+310        self._organization_id = organization_id
+311
+312    @property
+313    def links(self):
+314        return self._links
+315
+316    @links.setter
+317    def links(self, links):
+318        self._links = links
+319
+320    def list(self):
+321        if not self._links:
+322            self._links = list()
+323        return self._links
+324
+325    def add_links(self, link):
+326        if not self.links:
+327            self.links = list()
+328        self._links.append(link)
+329
+330    def __str__(self):
+331        return "class Organization {\n    organization_id: {}\n    links: {}".format(
+332            self.to_indented_string(self._organization_id),
+333            self.to_indented_string(self._links)
+334        )
+335
+336    def to_indented_string(self, obj):
+337
+338        if obj:
+339            return str(obj).replace("\n", "\n    ")
+340        return None
+341
+342    def __eq__(self, other):
+343        if not other:
+344            return False
+345        return (self.organization_id == other.organization_id or self.organization_id
+346                and self.organization_id == other.organization_id) and\
+347               (self.links == other.links or self.links and self.links == other.links)
+
+ + + + +
+ +
+ + Organization(organization_id=None, links=None) + + + +
+ +
300    def __init__(self, organization_id=None, links=None):
+301        self._organization_id = organization_id
+302        self._links = links
+
+ + + + +
+
+
+ organization_id + + +
+ + + + +
+ +
+ +
+ + def + list(self) + + + +
+ +
320    def list(self):
+321        if not self._links:
+322            self._links = list()
+323        return self._links
+
+ + + + +
+ +
+ +
+ + def + to_indented_string(self, obj) + + + +
+ +
336    def to_indented_string(self, obj):
+337
+338        if obj:
+339            return str(obj).replace("\n", "\n    ")
+340        return None
+
+ + + + +
+
+
+ +
+ + class + OAuthToken: + + + +
+ +
350class OAuthToken(object):
+351
+352    def __init__(self, access_token=None, data=None, expires_in=None, refresh_token=None, scope=None, token_type=None):
+353        """
+354        OAuthToken - a model defined in Swagger
+355
+356        :param dict swaggerTypes: The key is attribute name
+357                                  and the value is attribute type.
+358        :param dict attributeMap: The key is attribute name
+359                                  and the value is json key in definition.
+360        """
+361        self.swagger_types = {
+362            'access_token': 'str',
+363            'data': 'list[NameValue]',
+364            'expires_in': 'str',
+365            'refresh_token': 'str',
+366            'scope': 'str',
+367            'token_type': 'str'
+368        }
+369
+370        self.attribute_map = {
+371            'access_token': 'access_token',
+372            'data': 'data',
+373            'expires_in': 'expires_in',
+374            'refresh_token': 'refresh_token',
+375            'scope': 'scope',
+376            'token_type': 'token_type'
+377        }
+378
+379        self._access_token = access_token
+380        self._data = data
+381        self._expires_in = expires_in
+382        self._refresh_token = refresh_token
+383        self._scope = scope
+384        self._token_type = token_type
+385
+386    @property
+387    def access_token(self):
+388        """
+389        Gets the access_token of this OAuthToken.
+390        Access token information.
+391
+392        :return: The access_token of this OAuthToken.
+393        :rtype: str
+394        """
+395        return self._access_token
+396
+397    @access_token.setter
+398    def access_token(self, access_token):
+399        """
+400        Sets the access_token of this OAuthToken.
+401        Access token information.
+402
+403        :param access_token: The access_token of this OAuthToken.
+404        :type: str
+405        """
+406
+407        self._access_token = access_token
+408
+409    @property
+410    def data(self):
+411        """
+412        Gets the data of this OAuthToken.
+413        
+414
+415        :return: The data of this OAuthToken.
+416        :rtype: list[NameValue]
+417        """
+418        return self._data
+419
+420    @data.setter
+421    def data(self, data):
+422        """
+423        Sets the data of this OAuthToken.
+424        
+425
+426        :param data: The data of this OAuthToken.
+427        :type: list[NameValue]
+428        """
+429
+430        self._data = data
+431
+432    @property
+433    def expires_in(self):
+434        """
+435        Gets the expires_in of this OAuthToken.
+436        
+437
+438        :return: The expires_in of this OAuthToken.
+439        :rtype: str
+440        """
+441        return self._expires_in
+442
+443    @expires_in.setter
+444    def expires_in(self, expires_in):
+445        """
+446        Sets the expires_in of this OAuthToken.
+447        
+448
+449        :param expires_in: The expires_in of this OAuthToken.
+450        :type: str
+451        """
+452
+453        self._expires_in = expires_in
+454
+455    @property
+456    def refresh_token(self):
+457        """
+458        Gets the refresh_token of this OAuthToken.
+459        
+460
+461        :return: The refresh_token of this OAuthToken.
+462        :rtype: str
+463        """
+464        return self._refresh_token
+465
+466    @refresh_token.setter
+467    def refresh_token(self, refresh_token):
+468        """
+469        Sets the refresh_token of this OAuthToken.
+470        
+471
+472        :param refresh_token: The refresh_token of this OAuthToken.
+473        :type: str
+474        """
+475
+476        self._refresh_token = refresh_token
+477
+478    @property
+479    def scope(self):
+480        """
+481        Gets the scope of this OAuthToken.
+482        Must be set to \"api\".
+483
+484        :return: The scope of this OAuthToken.
+485        :rtype: str
+486        """
+487        return self._scope
+488
+489    @scope.setter
+490    def scope(self, scope):
+491        """
+492        Sets the scope of this OAuthToken.
+493        Must be set to \"api\".
+494
+495        :param scope: The scope of this OAuthToken.
+496        :type: str
+497        """
+498
+499        self._scope = scope
+500
+501    @property
+502    def token_type(self):
+503        """
+504        Gets the token_type of this OAuthToken.
+505        
+506
+507        :return: The token_type of this OAuthToken.
+508        :rtype: str
+509        """
+510        return self._token_type
+511
+512    @token_type.setter
+513    def token_type(self, token_type):
+514        """
+515        Sets the token_type of this OAuthToken.
+516        
+517
+518        :param token_type: The token_type of this OAuthToken.
+519        :type: str
+520        """
+521
+522        self._token_type = token_type
+523
+524    def to_dict(self):
+525        """
+526        Returns the model properties as a dict
+527        """
+528        result = {}
+529
+530        for attr, _ in iteritems(self.swagger_types):
+531            value = getattr(self, attr)
+532            if isinstance(value, list):
+533                result[attr] = list(map(
+534                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+535                    value
+536                ))
+537            elif hasattr(value, "to_dict"):
+538                result[attr] = value.to_dict()
+539            elif isinstance(value, dict):
+540                result[attr] = dict(map(
+541                    lambda item: (item[0], item[1].to_dict())
+542                    if hasattr(item[1], "to_dict") else item,
+543                    value.items()
+544                ))
+545            else:
+546                result[attr] = value
+547
+548        return result
+549
+550    def to_str(self):
+551        """
+552        Returns the string representation of the model
+553        """
+554        return pformat(self.to_dict())
+555
+556    def __repr__(self):
+557        """
+558        For `print` and `pprint`
+559        """
+560        return self.to_str()
+561
+562    def __eq__(self, other):
+563        """
+564        Returns true if both objects are equal
+565        """
+566        return self.__dict__ == other.__dict__
+567
+568    def __ne__(self, other):
+569        """
+570        Returns true if both objects are not equal
+571        """
+572        return not self == other
+
+ + + + +
+ +
+ + OAuthToken( access_token=None, data=None, expires_in=None, refresh_token=None, scope=None, token_type=None) + + + +
+ +
352    def __init__(self, access_token=None, data=None, expires_in=None, refresh_token=None, scope=None, token_type=None):
+353        """
+354        OAuthToken - a model defined in Swagger
+355
+356        :param dict swaggerTypes: The key is attribute name
+357                                  and the value is attribute type.
+358        :param dict attributeMap: The key is attribute name
+359                                  and the value is json key in definition.
+360        """
+361        self.swagger_types = {
+362            'access_token': 'str',
+363            'data': 'list[NameValue]',
+364            'expires_in': 'str',
+365            'refresh_token': 'str',
+366            'scope': 'str',
+367            'token_type': 'str'
+368        }
+369
+370        self.attribute_map = {
+371            'access_token': 'access_token',
+372            'data': 'data',
+373            'expires_in': 'expires_in',
+374            'refresh_token': 'refresh_token',
+375            'scope': 'scope',
+376            'token_type': 'token_type'
+377        }
+378
+379        self._access_token = access_token
+380        self._data = data
+381        self._expires_in = expires_in
+382        self._refresh_token = refresh_token
+383        self._scope = scope
+384        self._token_type = token_type
+
+ + +

OAuthToken - a model defined in Swagger

+ +
Parameters
+ +
    +
  • dict swaggerTypes: The key is attribute name + and the value is attribute type.
  • +
  • dict attributeMap: The key is attribute name + and the value is json key in definition.
  • +
+
+ + +
+
+
+ access_token + + +
+ + +

Gets the access_token of this OAuthToken. +Access token information.

+ +
Returns
+ +
+

The access_token of this OAuthToken.

+
+
+ + +
+
+
+ data + + +
+ + +

Gets the data of this OAuthToken.

+ +
Returns
+ +
+

The data of this OAuthToken.

+
+
+ + +
+
+
+ expires_in + + +
+ + +

Gets the expires_in of this OAuthToken.

+ +
Returns
+ +
+

The expires_in of this OAuthToken.

+
+
+ + +
+
+
+ refresh_token + + +
+ + +

Gets the refresh_token of this OAuthToken.

+ +
Returns
+ +
+

The refresh_token of this OAuthToken.

+
+
+ + +
+
+
+ scope + + +
+ + +

Gets the scope of this OAuthToken. +Must be set to "api".

+ +
Returns
+ +
+

The scope of this OAuthToken.

+
+
+ + +
+
+
+ token_type + + +
+ + +

Gets the token_type of this OAuthToken.

+ +
Returns
+ +
+

The token_type of this OAuthToken.

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
524    def to_dict(self):
+525        """
+526        Returns the model properties as a dict
+527        """
+528        result = {}
+529
+530        for attr, _ in iteritems(self.swagger_types):
+531            value = getattr(self, attr)
+532            if isinstance(value, list):
+533                result[attr] = list(map(
+534                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+535                    value
+536                ))
+537            elif hasattr(value, "to_dict"):
+538                result[attr] = value.to_dict()
+539            elif isinstance(value, dict):
+540                result[attr] = dict(map(
+541                    lambda item: (item[0], item[1].to_dict())
+542                    if hasattr(item[1], "to_dict") else item,
+543                    value.items()
+544                ))
+545            else:
+546                result[attr] = value
+547
+548        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
550    def to_str(self):
+551        """
+552        Returns the string representation of the model
+553        """
+554        return pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/client/configuration.html b/docusign_webforms/client/configuration.html new file mode 100644 index 0000000..b2352be --- /dev/null +++ b/docusign_webforms/client/configuration.html @@ -0,0 +1,575 @@ + + + + + + + docusign_webforms.client.configuration API documentation + + + + + + + + + +
+
+

+docusign_webforms.client.configuration

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14from __future__ import absolute_import
+ 15
+ 16import copy
+ 17import logging
+ 18import multiprocessing
+ 19import sys
+ 20import urllib3
+ 21import platform
+ 22
+ 23import six
+ 24from six.moves import http_client as httplib
+ 25
+ 26def singleton(cls, *args, **kw):
+ 27    instances = {}
+ 28
+ 29    def _singleton():
+ 30        if cls not in instances:
+ 31            instances[cls] = cls(*args, **kw)
+ 32        return instances[cls]
+ 33    return _singleton
+ 34
+ 35@singleton
+ 36class Configuration(object):
+ 37    """NOTE: This class is auto generated by the swagger code generator program.
+ 38
+ 39    Ref: https://github.com/swagger-api/swagger-codegen
+ 40    Do not edit the class manually.
+ 41    """
+ 42
+ 43    _default = None
+ 44
+ 45    def __init__(self):
+ 46        """Constructor"""
+ 47        if self._default:
+ 48            for key in self._default.__dict__.keys():
+ 49                self.__dict__[key] = copy.copy(self._default.__dict__[key])
+ 50            return
+ 51
+ 52        # Default Base url
+ 53        self.host = "https://apps-d.docusign.com/api/webforms"
+ 54        
+ 55        # Default api client
+ 56        self.api_client = None
+ 57
+ 58        # Authentication Settings
+ 59        # dict to store API key(s)
+ 60        self.api_key = {}
+ 61        # dict to store API prefix (e.g. Bearer)
+ 62        self.api_key_prefix = {}
+ 63        # function to refresh API key if expired
+ 64        self.refresh_api_key_hook = None
+ 65        # Username for HTTP basic authentication
+ 66        self.username = ""
+ 67        # Password for HTTP basic authentication
+ 68        self.password = ""
+ 69
+ 70        # access token for OAuth
+ 71        self.access_token = ""
+ 72
+ 73        # Logging Settings
+ 74        self.logger = {}
+ 75        self.logger["package_logger"] = logging.getLogger("docusign_webforms")
+ 76        self.logger["urllib3_logger"] = logging.getLogger("urllib3")
+ 77        # Log format
+ 78        self.logger_format = '%(asctime)s %(levelname)s %(message)s'
+ 79        # Log stream handler
+ 80        self.logger_stream_handler = None
+ 81        # Log file handler
+ 82        self.logger_file_handler = None
+ 83        # Debug file location
+ 84        self.logger_file = None
+ 85        # Debug switch
+ 86        self.debug = False
+ 87
+ 88        # SSL/TLS verification
+ 89        # Set this to false to skip verifying SSL certificate when calling API
+ 90        # from https server.
+ 91        self.verify_ssl = True
+ 92        # Set this to customize the certificate file to verify the peer.
+ 93        self.ssl_ca_cert = None
+ 94        # client certificate file
+ 95        self.cert_file = None
+ 96        # client key file
+ 97        self.key_file = None
+ 98        # Set this to True/False to enable/disable SSL hostname verification.
+ 99        self.assert_hostname = None
+100
+101        # urllib3 connection pool's maximum number of connections saved
+102        # per pool. urllib3 uses 1 connection as default value, but this is
+103        # not the best value when you are making a lot of possibly parallel
+104        # requests to the same host, which is often the case here.
+105        # cpu_count * 5 is used as default value to increase performance.
+106        self.connection_pool_maxsize = multiprocessing.cpu_count() * 5
+107
+108        # Proxy URL
+109        self.proxy = None
+110        # Safe chars for path_param
+111        self.safe_chars_for_path_param = ''
+112
+113        # Disable client side validation
+114        self.client_side_validation = True
+115
+116        python_version = platform.python_version()
+117
+118        if six.PY3:
+119            self.user_agent = "Swagger-Codegen/1.1.0/2.0.0/python3/" + f"{python_version}"
+120        else:
+121            self.user_agent = "Swagger-Codegen/1.1.0/2.0.0/python2/" + f"{python_version}"
+122
+123
+124    @classmethod
+125    def set_default(cls, default):
+126        cls._default = default
+127
+128    @property
+129    def logger_file(self):
+130        """The logger file.
+131
+132        If the logger_file is None, then add stream handler and remove file
+133        handler. Otherwise, add file handler and remove stream handler.
+134
+135        :param value: The logger_file path.
+136        :type: str
+137        """
+138        return self.__logger_file
+139
+140    @logger_file.setter
+141    def logger_file(self, value):
+142        """The logger file.
+143
+144        If the logger_file is None, then add stream handler and remove file
+145        handler. Otherwise, add file handler and remove stream handler.
+146
+147        :param value: The logger_file path.
+148        :type: str
+149        """
+150        self.__logger_file = value
+151        if self.__logger_file:
+152            # If set logging file,
+153            # then add file handler and remove stream handler.
+154            self.logger_file_handler = logging.FileHandler(self.__logger_file)
+155            self.logger_file_handler.setFormatter(self.logger_formatter)
+156            for _, logger in six.iteritems(self.logger):
+157                logger.addHandler(self.logger_file_handler)
+158                if self.logger_stream_handler:
+159                    logger.removeHandler(self.logger_stream_handler)
+160        else:
+161            # If not set logging file,
+162            # then add stream handler and remove file handler.
+163            self.logger_stream_handler = logging.StreamHandler()
+164            self.logger_stream_handler.setFormatter(self.logger_formatter)
+165            for _, logger in six.iteritems(self.logger):
+166                logger.addHandler(self.logger_stream_handler)
+167                if self.logger_file_handler:
+168                    logger.removeHandler(self.logger_file_handler)
+169
+170    @property
+171    def debug(self):
+172        """Debug status
+173
+174        :param value: The debug status, True or False.
+175        :type: bool
+176        """
+177        return self.__debug
+178
+179    @debug.setter
+180    def debug(self, value):
+181        """Debug status
+182
+183        :param value: The debug status, True or False.
+184        :type: bool
+185        """
+186        self.__debug = value
+187        if self.__debug:
+188            # if debug status is True, turn on debug logging
+189            for _, logger in six.iteritems(self.logger):
+190                logger.setLevel(logging.DEBUG)
+191            # turn on httplib debug
+192            httplib.HTTPConnection.debuglevel = 1
+193        else:
+194            # if debug status is False, turn off debug logging,
+195            # setting log level to default `logging.WARNING`
+196            for _, logger in six.iteritems(self.logger):
+197                logger.setLevel(logging.WARNING)
+198            # turn off httplib debug
+199            httplib.HTTPConnection.debuglevel = 0
+200
+201    @property
+202    def logger_format(self):
+203        """The logger format.
+204
+205        The logger_formatter will be updated when sets logger_format.
+206
+207        :param value: The format string.
+208        :type: str
+209        """
+210        return self.__logger_format
+211
+212    @logger_format.setter
+213    def logger_format(self, value):
+214        """The logger format.
+215
+216        The logger_formatter will be updated when sets logger_format.
+217
+218        :param value: The format string.
+219        :type: str
+220        """
+221        self.__logger_format = value
+222        self.logger_formatter = logging.Formatter(self.__logger_format)
+223
+224    def get_api_key_with_prefix(self, identifier):
+225        """Gets API key (with prefix if set).
+226
+227        :param identifier: The identifier of apiKey.
+228        :return: The token for api key authentication.
+229        """
+230
+231        if self.refresh_api_key_hook:
+232            self.refresh_api_key_hook(self)
+233
+234        key = self.api_key.get(identifier)
+235        if key:
+236            prefix = self.api_key_prefix.get(identifier)
+237            if prefix:
+238                return "%s %s" % (prefix, key)
+239            else:
+240                return key
+241
+242    def get_basic_auth_token(self):
+243        """Gets HTTP basic authentication header (string).
+244
+245        :return: The token for basic HTTP authentication.
+246        """
+247        return urllib3.util.make_headers(
+248            basic_auth=self.username + ':' + self.password
+249        ).get('authorization')
+250
+251    def auth_settings(self):
+252        """Gets Auth Settings dict for api client.
+253
+254        :return: The Auth Settings information dict.
+255        """
+256        return {
+257
+258            'docusignAccessCode':
+259                {
+260                    'type': 'oauth2',
+261                    'in': 'header',
+262                    'key': 'Authorization',
+263                    'value': 'Bearer ' + self.access_token
+264                },
+265
+266        }
+267
+268    def to_debug_report(self):
+269        """Gets the essential information for debugging.
+270
+271        :return: The report for debugging.
+272        """
+273        return "Python SDK Debug Report:\n"\
+274               "OS: {env}\n"\
+275               "Python Version: {pyversion}\n"\
+276               "Version of the API: 1.1.0\n"\
+277               "SDK Package Version: 2.0.0".\
+278               format(env=sys.platform, pyversion=sys.version)
+
+ + +
+
+ +
+ + def + singleton(cls, *args, **kw) + + + +
+ +
27def singleton(cls, *args, **kw):
+28    instances = {}
+29
+30    def _singleton():
+31        if cls not in instances:
+32            instances[cls] = cls(*args, **kw)
+33        return instances[cls]
+34    return _singleton
+
+ + + + +
+
+ +
+ + def + Configuration() + + + +
+ +
30    def _singleton():
+31        if cls not in instances:
+32            instances[cls] = cls(*args, **kw)
+33        return instances[cls]
+
+ + + + +
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models.html b/docusign_webforms/models.html new file mode 100644 index 0000000..1b8244b --- /dev/null +++ b/docusign_webforms/models.html @@ -0,0 +1,345 @@ + + + + + + + docusign_webforms.models API documentation + + + + + + + + + +
+
+

+docusign_webforms.models

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3# flake8: noqa
+ 4"""
+ 5    Web Forms API version 1.1
+ 6
+ 7    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 8
+ 9    OpenAPI spec version: 1.1.0
+10    Contact: devcenter@docusign.com
+11    Generated by: https://github.com/swagger-api/swagger-codegen.git
+12"""
+13
+14
+15from __future__ import absolute_import
+16
+17# import models into model package
+18from docusign_webforms.models.authentication_method import AuthenticationMethod
+19from docusign_webforms.models.create_instance_request_body import CreateInstanceRequestBody
+20from docusign_webforms.models.http_error import HttpError
+21from docusign_webforms.models.http_success import HttpSuccess
+22from docusign_webforms.models.instance_source import InstanceSource
+23from docusign_webforms.models.instance_status import InstanceStatus
+24from docusign_webforms.models.template_properties import TemplateProperties
+25from docusign_webforms.models.web_form import WebForm
+26from docusign_webforms.models.web_form_component_type import WebFormComponentType
+27from docusign_webforms.models.web_form_content import WebFormContent
+28from docusign_webforms.models.web_form_instance import WebFormInstance
+29from docusign_webforms.models.web_form_instance_envelopes import WebFormInstanceEnvelopes
+30from docusign_webforms.models.web_form_instance_list import WebFormInstanceList
+31from docusign_webforms.models.web_form_instance_metadata import WebFormInstanceMetadata
+32from docusign_webforms.models.web_form_metadata import WebFormMetadata
+33from docusign_webforms.models.web_form_properties import WebFormProperties
+34from docusign_webforms.models.web_form_source import WebFormSource
+35from docusign_webforms.models.web_form_state import WebFormState
+36from docusign_webforms.models.web_form_summary import WebFormSummary
+37from docusign_webforms.models.web_form_summary_list import WebFormSummaryList
+38from docusign_webforms.models.web_form_type import WebFormType
+39from docusign_webforms.models.web_form_user_info import WebFormUserInfo
+40from docusign_webforms.models.web_form_values import WebFormValues
+
+ + +
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/account_id.html b/docusign_webforms/models/account_id.html new file mode 100644 index 0000000..22ea99e --- /dev/null +++ b/docusign_webforms/models/account_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.account_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.account_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class AccountId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """AccountId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(AccountId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, AccountId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, AccountId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + AccountId: + + + +
+ +
23class AccountId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """AccountId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(AccountId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, AccountId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, AccountId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + AccountId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """AccountId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

AccountId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(AccountId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/assertion_id.html b/docusign_webforms/models/assertion_id.html new file mode 100644 index 0000000..8267e69 --- /dev/null +++ b/docusign_webforms/models/assertion_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.assertion_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.assertion_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class AssertionId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """AssertionId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(AssertionId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, AssertionId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, AssertionId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + AssertionId: + + + +
+ +
23class AssertionId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """AssertionId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(AssertionId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, AssertionId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, AssertionId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + AssertionId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """AssertionId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

AssertionId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(AssertionId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/authentication_instant.html b/docusign_webforms/models/authentication_instant.html new file mode 100644 index 0000000..b48a5cf --- /dev/null +++ b/docusign_webforms/models/authentication_instant.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.authentication_instant API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.authentication_instant

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class AuthenticationInstant(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """AuthenticationInstant - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(AuthenticationInstant, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, AuthenticationInstant):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, AuthenticationInstant):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + AuthenticationInstant: + + + +
+ +
23class AuthenticationInstant(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """AuthenticationInstant - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(AuthenticationInstant, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, AuthenticationInstant):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, AuthenticationInstant):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + AuthenticationInstant(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """AuthenticationInstant - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

AuthenticationInstant - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(AuthenticationInstant, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/authentication_method.html b/docusign_webforms/models/authentication_method.html new file mode 100644 index 0000000..165f5a2 --- /dev/null +++ b/docusign_webforms/models/authentication_method.html @@ -0,0 +1,871 @@ + + + + + + + docusign_webforms.models.authentication_method API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.authentication_method

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class AuthenticationMethod(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    BIOMETRIC = "Biometric"
+ 32    EMAIL = "Email"
+ 33    HTTPBASICAUTH = "HTTPBasicAuth"
+ 34    KERBEROS = "Kerberos"
+ 35    KNOWLEDGEBASEDAUTH = "KnowledgeBasedAuth"
+ 36    NONE = "None"
+ 37    PAPERDOCUMENTS = "PaperDocuments"
+ 38    PASSWORD = "Password"
+ 39    RSASECUREID = "RSASecureID"
+ 40    SINGLESIGNON_CASITEMINDER = "SingleSignOn_CASiteminder"
+ 41    SINGLESIGNON_INFOCARD = "SingleSignOn_InfoCard"
+ 42    SINGLESIGNON_MICROSOFTACTIVEDIRECTORY = "SingleSignOn_MicrosoftActiveDirectory"
+ 43    SINGLESIGNON_OTHER = "SingleSignOn_Other"
+ 44    SINGLESIGNON_PASSPORT = "SingleSignOn_Passport"
+ 45    SINGLESIGNON_SAML = "SingleSignOn_SAML"
+ 46    SMARTCARD = "Smartcard"
+ 47    SSLMUTUALAUTH = "SSLMutualAuth"
+ 48    X509CERTIFICATE = "X509Certificate"
+ 49
+ 50    """
+ 51    Attributes:
+ 52      swagger_types (dict): The key is attribute name
+ 53                            and the value is attribute type.
+ 54      attribute_map (dict): The key is attribute name
+ 55                            and the value is json key in definition.
+ 56    """
+ 57    swagger_types = {
+ 58    }
+ 59
+ 60    attribute_map = {
+ 61    }
+ 62
+ 63    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 64        """AuthenticationMethod - a model defined in Swagger"""  # noqa: E501
+ 65        if _configuration is None:
+ 66            _configuration = Configuration()
+ 67        self._configuration = _configuration
+ 68        self.discriminator = None
+ 69
+ 70    def to_dict(self):
+ 71        """Returns the model properties as a dict"""
+ 72        result = {}
+ 73
+ 74        for attr, _ in six.iteritems(self.swagger_types):
+ 75            value = getattr(self, attr)
+ 76            if isinstance(value, list):
+ 77                result[attr] = list(map(
+ 78                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 79                    value
+ 80                ))
+ 81            elif hasattr(value, "to_dict"):
+ 82                result[attr] = value.to_dict()
+ 83            elif isinstance(value, dict):
+ 84                result[attr] = dict(map(
+ 85                    lambda item: (item[0], item[1].to_dict())
+ 86                    if hasattr(item[1], "to_dict") else item,
+ 87                    value.items()
+ 88                ))
+ 89            else:
+ 90                result[attr] = value
+ 91        if issubclass(AuthenticationMethod, dict):
+ 92            for key, value in self.items():
+ 93                result[key] = value
+ 94
+ 95        return result
+ 96
+ 97    def to_str(self):
+ 98        """Returns the string representation of the model"""
+ 99        return pprint.pformat(self.to_dict())
+100
+101    def __repr__(self):
+102        """For `print` and `pprint`"""
+103        return self.to_str()
+104
+105    def __eq__(self, other):
+106        """Returns true if both objects are equal"""
+107        if not isinstance(other, AuthenticationMethod):
+108            return False
+109
+110        return self.to_dict() == other.to_dict()
+111
+112    def __ne__(self, other):
+113        """Returns true if both objects are not equal"""
+114        if not isinstance(other, AuthenticationMethod):
+115            return True
+116
+117        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + AuthenticationMethod: + + + +
+ +
 23class AuthenticationMethod(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    BIOMETRIC = "Biometric"
+ 33    EMAIL = "Email"
+ 34    HTTPBASICAUTH = "HTTPBasicAuth"
+ 35    KERBEROS = "Kerberos"
+ 36    KNOWLEDGEBASEDAUTH = "KnowledgeBasedAuth"
+ 37    NONE = "None"
+ 38    PAPERDOCUMENTS = "PaperDocuments"
+ 39    PASSWORD = "Password"
+ 40    RSASECUREID = "RSASecureID"
+ 41    SINGLESIGNON_CASITEMINDER = "SingleSignOn_CASiteminder"
+ 42    SINGLESIGNON_INFOCARD = "SingleSignOn_InfoCard"
+ 43    SINGLESIGNON_MICROSOFTACTIVEDIRECTORY = "SingleSignOn_MicrosoftActiveDirectory"
+ 44    SINGLESIGNON_OTHER = "SingleSignOn_Other"
+ 45    SINGLESIGNON_PASSPORT = "SingleSignOn_Passport"
+ 46    SINGLESIGNON_SAML = "SingleSignOn_SAML"
+ 47    SMARTCARD = "Smartcard"
+ 48    SSLMUTUALAUTH = "SSLMutualAuth"
+ 49    X509CERTIFICATE = "X509Certificate"
+ 50
+ 51    """
+ 52    Attributes:
+ 53      swagger_types (dict): The key is attribute name
+ 54                            and the value is attribute type.
+ 55      attribute_map (dict): The key is attribute name
+ 56                            and the value is json key in definition.
+ 57    """
+ 58    swagger_types = {
+ 59    }
+ 60
+ 61    attribute_map = {
+ 62    }
+ 63
+ 64    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 65        """AuthenticationMethod - a model defined in Swagger"""  # noqa: E501
+ 66        if _configuration is None:
+ 67            _configuration = Configuration()
+ 68        self._configuration = _configuration
+ 69        self.discriminator = None
+ 70
+ 71    def to_dict(self):
+ 72        """Returns the model properties as a dict"""
+ 73        result = {}
+ 74
+ 75        for attr, _ in six.iteritems(self.swagger_types):
+ 76            value = getattr(self, attr)
+ 77            if isinstance(value, list):
+ 78                result[attr] = list(map(
+ 79                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 80                    value
+ 81                ))
+ 82            elif hasattr(value, "to_dict"):
+ 83                result[attr] = value.to_dict()
+ 84            elif isinstance(value, dict):
+ 85                result[attr] = dict(map(
+ 86                    lambda item: (item[0], item[1].to_dict())
+ 87                    if hasattr(item[1], "to_dict") else item,
+ 88                    value.items()
+ 89                ))
+ 90            else:
+ 91                result[attr] = value
+ 92        if issubclass(AuthenticationMethod, dict):
+ 93            for key, value in self.items():
+ 94                result[key] = value
+ 95
+ 96        return result
+ 97
+ 98    def to_str(self):
+ 99        """Returns the string representation of the model"""
+100        return pprint.pformat(self.to_dict())
+101
+102    def __repr__(self):
+103        """For `print` and `pprint`"""
+104        return self.to_str()
+105
+106    def __eq__(self, other):
+107        """Returns true if both objects are equal"""
+108        if not isinstance(other, AuthenticationMethod):
+109            return False
+110
+111        return self.to_dict() == other.to_dict()
+112
+113    def __ne__(self, other):
+114        """Returns true if both objects are not equal"""
+115        if not isinstance(other, AuthenticationMethod):
+116            return True
+117
+118        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + AuthenticationMethod(_configuration=None, **kwargs) + + + +
+ +
64    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+65        """AuthenticationMethod - a model defined in Swagger"""  # noqa: E501
+66        if _configuration is None:
+67            _configuration = Configuration()
+68        self._configuration = _configuration
+69        self.discriminator = None
+
+ + +

AuthenticationMethod - a model defined in Swagger

+
+ + +
+
+
+ BIOMETRIC = 'Biometric' + + +
+ + + + +
+
+
+ EMAIL = 'Email' + + +
+ + + + +
+
+
+ HTTPBASICAUTH = 'HTTPBasicAuth' + + +
+ + + + +
+
+
+ KERBEROS = 'Kerberos' + + +
+ + + + +
+
+
+ KNOWLEDGEBASEDAUTH = 'KnowledgeBasedAuth' + + +
+ + + + +
+
+
+ NONE = 'None' + + +
+ + + + +
+
+
+ PAPERDOCUMENTS = 'PaperDocuments' + + +
+ + + + +
+
+
+ PASSWORD = 'Password' + + +
+ + + + +
+
+
+ RSASECUREID = 'RSASecureID' + + +
+ + + + +
+
+
+ SINGLESIGNON_CASITEMINDER = 'SingleSignOn_CASiteminder' + + +
+ + + + +
+
+
+ SINGLESIGNON_INFOCARD = 'SingleSignOn_InfoCard' + + +
+ + + + +
+
+
+ SINGLESIGNON_MICROSOFTACTIVEDIRECTORY = 'SingleSignOn_MicrosoftActiveDirectory' + + +
+ + + + +
+
+
+ SINGLESIGNON_OTHER = 'SingleSignOn_Other' + + +
+ + + + +
+
+
+ SINGLESIGNON_PASSPORT = 'SingleSignOn_Passport' + + +
+ + + + +
+
+
+ SINGLESIGNON_SAML = 'SingleSignOn_SAML' + + +
+ + + + +
+
+
+ SMARTCARD = 'Smartcard' + + +
+ + + + +
+
+
+ SSLMUTUALAUTH = 'SSLMutualAuth' + + +
+ + + + +
+
+
+ X509CERTIFICATE = 'X509Certificate' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
71    def to_dict(self):
+72        """Returns the model properties as a dict"""
+73        result = {}
+74
+75        for attr, _ in six.iteritems(self.swagger_types):
+76            value = getattr(self, attr)
+77            if isinstance(value, list):
+78                result[attr] = list(map(
+79                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+80                    value
+81                ))
+82            elif hasattr(value, "to_dict"):
+83                result[attr] = value.to_dict()
+84            elif isinstance(value, dict):
+85                result[attr] = dict(map(
+86                    lambda item: (item[0], item[1].to_dict())
+87                    if hasattr(item[1], "to_dict") else item,
+88                    value.items()
+89                ))
+90            else:
+91                result[attr] = value
+92        if issubclass(AuthenticationMethod, dict):
+93            for key, value in self.items():
+94                result[key] = value
+95
+96        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
 98    def to_str(self):
+ 99        """Returns the string representation of the model"""
+100        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/brand_id.html b/docusign_webforms/models/brand_id.html new file mode 100644 index 0000000..a2e9190 --- /dev/null +++ b/docusign_webforms/models/brand_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.brand_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.brand_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class BrandId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """BrandId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(BrandId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, BrandId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, BrandId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + BrandId: + + + +
+ +
23class BrandId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """BrandId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(BrandId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, BrandId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, BrandId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + BrandId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """BrandId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

BrandId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(BrandId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/client_user_id.html b/docusign_webforms/models/client_user_id.html new file mode 100644 index 0000000..f1b17db --- /dev/null +++ b/docusign_webforms/models/client_user_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.client_user_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.client_user_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class ClientUserId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """ClientUserId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(ClientUserId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, ClientUserId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, ClientUserId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + ClientUserId: + + + +
+ +
23class ClientUserId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ClientUserId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ClientUserId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, ClientUserId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, ClientUserId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + ClientUserId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ClientUserId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

ClientUserId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ClientUserId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/component_key.html b/docusign_webforms/models/component_key.html new file mode 100644 index 0000000..34e399f --- /dev/null +++ b/docusign_webforms/models/component_key.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.component_key API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.component_key

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class ComponentKey(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """ComponentKey - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(ComponentKey, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, ComponentKey):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, ComponentKey):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + ComponentKey: + + + +
+ +
23class ComponentKey(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ComponentKey - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ComponentKey, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, ComponentKey):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, ComponentKey):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + ComponentKey(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ComponentKey - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

ComponentKey - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ComponentKey, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/count.html b/docusign_webforms/models/count.html new file mode 100644 index 0000000..e3c02f0 --- /dev/null +++ b/docusign_webforms/models/count.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.count API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.count

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class Count(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """Count - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(Count, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, Count):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, Count):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + Count: + + + +
+ +
23class Count(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """Count - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(Count, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, Count):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, Count):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + Count(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """Count - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

Count - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(Count, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/create_instance_request_body.html b/docusign_webforms/models/create_instance_request_body.html new file mode 100644 index 0000000..bcf18ac --- /dev/null +++ b/docusign_webforms/models/create_instance_request_body.html @@ -0,0 +1,1251 @@ + + + + + + + docusign_webforms.models.create_instance_request_body API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.create_instance_request_body

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class CreateInstanceRequestBody(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'form_values': 'WebFormValues',
+ 37        'client_user_id': 'str',
+ 38        'authentication_instant': 'datetime',
+ 39        'authentication_method': 'AuthenticationMethod',
+ 40        'assertion_id': 'str',
+ 41        'security_domain': 'str',
+ 42        'return_url': 'str',
+ 43        'expiration_offset': 'int',
+ 44        'tags': 'list[str]'
+ 45    }
+ 46
+ 47    attribute_map = {
+ 48        'form_values': 'formValues',
+ 49        'client_user_id': 'clientUserId',
+ 50        'authentication_instant': 'authenticationInstant',
+ 51        'authentication_method': 'authenticationMethod',
+ 52        'assertion_id': 'assertionId',
+ 53        'security_domain': 'securityDomain',
+ 54        'return_url': 'returnUrl',
+ 55        'expiration_offset': 'expirationOffset',
+ 56        'tags': 'tags'
+ 57    }
+ 58
+ 59    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 60        """CreateInstanceRequestBody - a model defined in Swagger"""  # noqa: E501
+ 61        if _configuration is None:
+ 62            _configuration = Configuration()
+ 63        self._configuration = _configuration
+ 64
+ 65        self._form_values = None
+ 66        self._client_user_id = None
+ 67        self._authentication_instant = None
+ 68        self._authentication_method = None
+ 69        self._assertion_id = None
+ 70        self._security_domain = None
+ 71        self._return_url = None
+ 72        self._expiration_offset = None
+ 73        self._tags = None
+ 74        self.discriminator = None
+ 75
+ 76        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+ 77        setattr(self, "_{}".format('client_user_id'), kwargs.get('client_user_id', None))
+ 78        setattr(self, "_{}".format('authentication_instant'), kwargs.get('authentication_instant', None))
+ 79        setattr(self, "_{}".format('authentication_method'), kwargs.get('authentication_method', None))
+ 80        setattr(self, "_{}".format('assertion_id'), kwargs.get('assertion_id', None))
+ 81        setattr(self, "_{}".format('security_domain'), kwargs.get('security_domain', None))
+ 82        setattr(self, "_{}".format('return_url'), kwargs.get('return_url', None))
+ 83        setattr(self, "_{}".format('expiration_offset'), kwargs.get('expiration_offset', None))
+ 84        setattr(self, "_{}".format('tags'), kwargs.get('tags', None))
+ 85
+ 86    @property
+ 87    def form_values(self):
+ 88        """Gets the form_values of this CreateInstanceRequestBody.  # noqa: E501
+ 89
+ 90
+ 91        :return: The form_values of this CreateInstanceRequestBody.  # noqa: E501
+ 92        :rtype: WebFormValues
+ 93        """
+ 94        return self._form_values
+ 95
+ 96    @form_values.setter
+ 97    def form_values(self, form_values):
+ 98        """Sets the form_values of this CreateInstanceRequestBody.
+ 99
+100
+101        :param form_values: The form_values of this CreateInstanceRequestBody.  # noqa: E501
+102        :type: WebFormValues
+103        """
+104
+105        self._form_values = form_values
+106
+107    @property
+108    def client_user_id(self):
+109        """Gets the client_user_id of this CreateInstanceRequestBody.  # noqa: E501
+110
+111
+112        :return: The client_user_id of this CreateInstanceRequestBody.  # noqa: E501
+113        :rtype: str
+114        """
+115        return self._client_user_id
+116
+117    @client_user_id.setter
+118    def client_user_id(self, client_user_id):
+119        """Sets the client_user_id of this CreateInstanceRequestBody.
+120
+121
+122        :param client_user_id: The client_user_id of this CreateInstanceRequestBody.  # noqa: E501
+123        :type: str
+124        """
+125        if self._configuration.client_side_validation and client_user_id is None:
+126            raise ValueError("Invalid value for `client_user_id`, must not be `None`")  # noqa: E501
+127
+128        self._client_user_id = client_user_id
+129
+130    @property
+131    def authentication_instant(self):
+132        """Gets the authentication_instant of this CreateInstanceRequestBody.  # noqa: E501
+133
+134
+135        :return: The authentication_instant of this CreateInstanceRequestBody.  # noqa: E501
+136        :rtype: datetime
+137        """
+138        return self._authentication_instant
+139
+140    @authentication_instant.setter
+141    def authentication_instant(self, authentication_instant):
+142        """Sets the authentication_instant of this CreateInstanceRequestBody.
+143
+144
+145        :param authentication_instant: The authentication_instant of this CreateInstanceRequestBody.  # noqa: E501
+146        :type: datetime
+147        """
+148
+149        self._authentication_instant = authentication_instant
+150
+151    @property
+152    def authentication_method(self):
+153        """Gets the authentication_method of this CreateInstanceRequestBody.  # noqa: E501
+154
+155
+156        :return: The authentication_method of this CreateInstanceRequestBody.  # noqa: E501
+157        :rtype: AuthenticationMethod
+158        """
+159        return self._authentication_method
+160
+161    @authentication_method.setter
+162    def authentication_method(self, authentication_method):
+163        """Sets the authentication_method of this CreateInstanceRequestBody.
+164
+165
+166        :param authentication_method: The authentication_method of this CreateInstanceRequestBody.  # noqa: E501
+167        :type: AuthenticationMethod
+168        """
+169
+170        self._authentication_method = authentication_method
+171
+172    @property
+173    def assertion_id(self):
+174        """Gets the assertion_id of this CreateInstanceRequestBody.  # noqa: E501
+175
+176
+177        :return: The assertion_id of this CreateInstanceRequestBody.  # noqa: E501
+178        :rtype: str
+179        """
+180        return self._assertion_id
+181
+182    @assertion_id.setter
+183    def assertion_id(self, assertion_id):
+184        """Sets the assertion_id of this CreateInstanceRequestBody.
+185
+186
+187        :param assertion_id: The assertion_id of this CreateInstanceRequestBody.  # noqa: E501
+188        :type: str
+189        """
+190
+191        self._assertion_id = assertion_id
+192
+193    @property
+194    def security_domain(self):
+195        """Gets the security_domain of this CreateInstanceRequestBody.  # noqa: E501
+196
+197
+198        :return: The security_domain of this CreateInstanceRequestBody.  # noqa: E501
+199        :rtype: str
+200        """
+201        return self._security_domain
+202
+203    @security_domain.setter
+204    def security_domain(self, security_domain):
+205        """Sets the security_domain of this CreateInstanceRequestBody.
+206
+207
+208        :param security_domain: The security_domain of this CreateInstanceRequestBody.  # noqa: E501
+209        :type: str
+210        """
+211
+212        self._security_domain = security_domain
+213
+214    @property
+215    def return_url(self):
+216        """Gets the return_url of this CreateInstanceRequestBody.  # noqa: E501
+217
+218
+219        :return: The return_url of this CreateInstanceRequestBody.  # noqa: E501
+220        :rtype: str
+221        """
+222        return self._return_url
+223
+224    @return_url.setter
+225    def return_url(self, return_url):
+226        """Sets the return_url of this CreateInstanceRequestBody.
+227
+228
+229        :param return_url: The return_url of this CreateInstanceRequestBody.  # noqa: E501
+230        :type: str
+231        """
+232
+233        self._return_url = return_url
+234
+235    @property
+236    def expiration_offset(self):
+237        """Gets the expiration_offset of this CreateInstanceRequestBody.  # noqa: E501
+238
+239
+240        :return: The expiration_offset of this CreateInstanceRequestBody.  # noqa: E501
+241        :rtype: int
+242        """
+243        return self._expiration_offset
+244
+245    @expiration_offset.setter
+246    def expiration_offset(self, expiration_offset):
+247        """Sets the expiration_offset of this CreateInstanceRequestBody.
+248
+249
+250        :param expiration_offset: The expiration_offset of this CreateInstanceRequestBody.  # noqa: E501
+251        :type: int
+252        """
+253
+254        self._expiration_offset = expiration_offset
+255
+256    @property
+257    def tags(self):
+258        """Gets the tags of this CreateInstanceRequestBody.  # noqa: E501
+259
+260        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+261
+262        :return: The tags of this CreateInstanceRequestBody.  # noqa: E501
+263        :rtype: list[str]
+264        """
+265        return self._tags
+266
+267    @tags.setter
+268    def tags(self, tags):
+269        """Sets the tags of this CreateInstanceRequestBody.
+270
+271        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+272
+273        :param tags: The tags of this CreateInstanceRequestBody.  # noqa: E501
+274        :type: list[str]
+275        """
+276
+277        self._tags = tags
+278
+279    def to_dict(self):
+280        """Returns the model properties as a dict"""
+281        result = {}
+282
+283        for attr, _ in six.iteritems(self.swagger_types):
+284            value = getattr(self, attr)
+285            if isinstance(value, list):
+286                result[attr] = list(map(
+287                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+288                    value
+289                ))
+290            elif hasattr(value, "to_dict"):
+291                result[attr] = value.to_dict()
+292            elif isinstance(value, dict):
+293                result[attr] = dict(map(
+294                    lambda item: (item[0], item[1].to_dict())
+295                    if hasattr(item[1], "to_dict") else item,
+296                    value.items()
+297                ))
+298            else:
+299                result[attr] = value
+300        if issubclass(CreateInstanceRequestBody, dict):
+301            for key, value in self.items():
+302                result[key] = value
+303
+304        return result
+305
+306    def to_str(self):
+307        """Returns the string representation of the model"""
+308        return pprint.pformat(self.to_dict())
+309
+310    def __repr__(self):
+311        """For `print` and `pprint`"""
+312        return self.to_str()
+313
+314    def __eq__(self, other):
+315        """Returns true if both objects are equal"""
+316        if not isinstance(other, CreateInstanceRequestBody):
+317            return False
+318
+319        return self.to_dict() == other.to_dict()
+320
+321    def __ne__(self, other):
+322        """Returns true if both objects are not equal"""
+323        if not isinstance(other, CreateInstanceRequestBody):
+324            return True
+325
+326        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + CreateInstanceRequestBody: + + + +
+ +
 23class CreateInstanceRequestBody(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'form_values': 'WebFormValues',
+ 38        'client_user_id': 'str',
+ 39        'authentication_instant': 'datetime',
+ 40        'authentication_method': 'AuthenticationMethod',
+ 41        'assertion_id': 'str',
+ 42        'security_domain': 'str',
+ 43        'return_url': 'str',
+ 44        'expiration_offset': 'int',
+ 45        'tags': 'list[str]'
+ 46    }
+ 47
+ 48    attribute_map = {
+ 49        'form_values': 'formValues',
+ 50        'client_user_id': 'clientUserId',
+ 51        'authentication_instant': 'authenticationInstant',
+ 52        'authentication_method': 'authenticationMethod',
+ 53        'assertion_id': 'assertionId',
+ 54        'security_domain': 'securityDomain',
+ 55        'return_url': 'returnUrl',
+ 56        'expiration_offset': 'expirationOffset',
+ 57        'tags': 'tags'
+ 58    }
+ 59
+ 60    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 61        """CreateInstanceRequestBody - a model defined in Swagger"""  # noqa: E501
+ 62        if _configuration is None:
+ 63            _configuration = Configuration()
+ 64        self._configuration = _configuration
+ 65
+ 66        self._form_values = None
+ 67        self._client_user_id = None
+ 68        self._authentication_instant = None
+ 69        self._authentication_method = None
+ 70        self._assertion_id = None
+ 71        self._security_domain = None
+ 72        self._return_url = None
+ 73        self._expiration_offset = None
+ 74        self._tags = None
+ 75        self.discriminator = None
+ 76
+ 77        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+ 78        setattr(self, "_{}".format('client_user_id'), kwargs.get('client_user_id', None))
+ 79        setattr(self, "_{}".format('authentication_instant'), kwargs.get('authentication_instant', None))
+ 80        setattr(self, "_{}".format('authentication_method'), kwargs.get('authentication_method', None))
+ 81        setattr(self, "_{}".format('assertion_id'), kwargs.get('assertion_id', None))
+ 82        setattr(self, "_{}".format('security_domain'), kwargs.get('security_domain', None))
+ 83        setattr(self, "_{}".format('return_url'), kwargs.get('return_url', None))
+ 84        setattr(self, "_{}".format('expiration_offset'), kwargs.get('expiration_offset', None))
+ 85        setattr(self, "_{}".format('tags'), kwargs.get('tags', None))
+ 86
+ 87    @property
+ 88    def form_values(self):
+ 89        """Gets the form_values of this CreateInstanceRequestBody.  # noqa: E501
+ 90
+ 91
+ 92        :return: The form_values of this CreateInstanceRequestBody.  # noqa: E501
+ 93        :rtype: WebFormValues
+ 94        """
+ 95        return self._form_values
+ 96
+ 97    @form_values.setter
+ 98    def form_values(self, form_values):
+ 99        """Sets the form_values of this CreateInstanceRequestBody.
+100
+101
+102        :param form_values: The form_values of this CreateInstanceRequestBody.  # noqa: E501
+103        :type: WebFormValues
+104        """
+105
+106        self._form_values = form_values
+107
+108    @property
+109    def client_user_id(self):
+110        """Gets the client_user_id of this CreateInstanceRequestBody.  # noqa: E501
+111
+112
+113        :return: The client_user_id of this CreateInstanceRequestBody.  # noqa: E501
+114        :rtype: str
+115        """
+116        return self._client_user_id
+117
+118    @client_user_id.setter
+119    def client_user_id(self, client_user_id):
+120        """Sets the client_user_id of this CreateInstanceRequestBody.
+121
+122
+123        :param client_user_id: The client_user_id of this CreateInstanceRequestBody.  # noqa: E501
+124        :type: str
+125        """
+126        if self._configuration.client_side_validation and client_user_id is None:
+127            raise ValueError("Invalid value for `client_user_id`, must not be `None`")  # noqa: E501
+128
+129        self._client_user_id = client_user_id
+130
+131    @property
+132    def authentication_instant(self):
+133        """Gets the authentication_instant of this CreateInstanceRequestBody.  # noqa: E501
+134
+135
+136        :return: The authentication_instant of this CreateInstanceRequestBody.  # noqa: E501
+137        :rtype: datetime
+138        """
+139        return self._authentication_instant
+140
+141    @authentication_instant.setter
+142    def authentication_instant(self, authentication_instant):
+143        """Sets the authentication_instant of this CreateInstanceRequestBody.
+144
+145
+146        :param authentication_instant: The authentication_instant of this CreateInstanceRequestBody.  # noqa: E501
+147        :type: datetime
+148        """
+149
+150        self._authentication_instant = authentication_instant
+151
+152    @property
+153    def authentication_method(self):
+154        """Gets the authentication_method of this CreateInstanceRequestBody.  # noqa: E501
+155
+156
+157        :return: The authentication_method of this CreateInstanceRequestBody.  # noqa: E501
+158        :rtype: AuthenticationMethod
+159        """
+160        return self._authentication_method
+161
+162    @authentication_method.setter
+163    def authentication_method(self, authentication_method):
+164        """Sets the authentication_method of this CreateInstanceRequestBody.
+165
+166
+167        :param authentication_method: The authentication_method of this CreateInstanceRequestBody.  # noqa: E501
+168        :type: AuthenticationMethod
+169        """
+170
+171        self._authentication_method = authentication_method
+172
+173    @property
+174    def assertion_id(self):
+175        """Gets the assertion_id of this CreateInstanceRequestBody.  # noqa: E501
+176
+177
+178        :return: The assertion_id of this CreateInstanceRequestBody.  # noqa: E501
+179        :rtype: str
+180        """
+181        return self._assertion_id
+182
+183    @assertion_id.setter
+184    def assertion_id(self, assertion_id):
+185        """Sets the assertion_id of this CreateInstanceRequestBody.
+186
+187
+188        :param assertion_id: The assertion_id of this CreateInstanceRequestBody.  # noqa: E501
+189        :type: str
+190        """
+191
+192        self._assertion_id = assertion_id
+193
+194    @property
+195    def security_domain(self):
+196        """Gets the security_domain of this CreateInstanceRequestBody.  # noqa: E501
+197
+198
+199        :return: The security_domain of this CreateInstanceRequestBody.  # noqa: E501
+200        :rtype: str
+201        """
+202        return self._security_domain
+203
+204    @security_domain.setter
+205    def security_domain(self, security_domain):
+206        """Sets the security_domain of this CreateInstanceRequestBody.
+207
+208
+209        :param security_domain: The security_domain of this CreateInstanceRequestBody.  # noqa: E501
+210        :type: str
+211        """
+212
+213        self._security_domain = security_domain
+214
+215    @property
+216    def return_url(self):
+217        """Gets the return_url of this CreateInstanceRequestBody.  # noqa: E501
+218
+219
+220        :return: The return_url of this CreateInstanceRequestBody.  # noqa: E501
+221        :rtype: str
+222        """
+223        return self._return_url
+224
+225    @return_url.setter
+226    def return_url(self, return_url):
+227        """Sets the return_url of this CreateInstanceRequestBody.
+228
+229
+230        :param return_url: The return_url of this CreateInstanceRequestBody.  # noqa: E501
+231        :type: str
+232        """
+233
+234        self._return_url = return_url
+235
+236    @property
+237    def expiration_offset(self):
+238        """Gets the expiration_offset of this CreateInstanceRequestBody.  # noqa: E501
+239
+240
+241        :return: The expiration_offset of this CreateInstanceRequestBody.  # noqa: E501
+242        :rtype: int
+243        """
+244        return self._expiration_offset
+245
+246    @expiration_offset.setter
+247    def expiration_offset(self, expiration_offset):
+248        """Sets the expiration_offset of this CreateInstanceRequestBody.
+249
+250
+251        :param expiration_offset: The expiration_offset of this CreateInstanceRequestBody.  # noqa: E501
+252        :type: int
+253        """
+254
+255        self._expiration_offset = expiration_offset
+256
+257    @property
+258    def tags(self):
+259        """Gets the tags of this CreateInstanceRequestBody.  # noqa: E501
+260
+261        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+262
+263        :return: The tags of this CreateInstanceRequestBody.  # noqa: E501
+264        :rtype: list[str]
+265        """
+266        return self._tags
+267
+268    @tags.setter
+269    def tags(self, tags):
+270        """Sets the tags of this CreateInstanceRequestBody.
+271
+272        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+273
+274        :param tags: The tags of this CreateInstanceRequestBody.  # noqa: E501
+275        :type: list[str]
+276        """
+277
+278        self._tags = tags
+279
+280    def to_dict(self):
+281        """Returns the model properties as a dict"""
+282        result = {}
+283
+284        for attr, _ in six.iteritems(self.swagger_types):
+285            value = getattr(self, attr)
+286            if isinstance(value, list):
+287                result[attr] = list(map(
+288                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+289                    value
+290                ))
+291            elif hasattr(value, "to_dict"):
+292                result[attr] = value.to_dict()
+293            elif isinstance(value, dict):
+294                result[attr] = dict(map(
+295                    lambda item: (item[0], item[1].to_dict())
+296                    if hasattr(item[1], "to_dict") else item,
+297                    value.items()
+298                ))
+299            else:
+300                result[attr] = value
+301        if issubclass(CreateInstanceRequestBody, dict):
+302            for key, value in self.items():
+303                result[key] = value
+304
+305        return result
+306
+307    def to_str(self):
+308        """Returns the string representation of the model"""
+309        return pprint.pformat(self.to_dict())
+310
+311    def __repr__(self):
+312        """For `print` and `pprint`"""
+313        return self.to_str()
+314
+315    def __eq__(self, other):
+316        """Returns true if both objects are equal"""
+317        if not isinstance(other, CreateInstanceRequestBody):
+318            return False
+319
+320        return self.to_dict() == other.to_dict()
+321
+322    def __ne__(self, other):
+323        """Returns true if both objects are not equal"""
+324        if not isinstance(other, CreateInstanceRequestBody):
+325            return True
+326
+327        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + CreateInstanceRequestBody(_configuration=None, **kwargs) + + + +
+ +
60    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+61        """CreateInstanceRequestBody - a model defined in Swagger"""  # noqa: E501
+62        if _configuration is None:
+63            _configuration = Configuration()
+64        self._configuration = _configuration
+65
+66        self._form_values = None
+67        self._client_user_id = None
+68        self._authentication_instant = None
+69        self._authentication_method = None
+70        self._assertion_id = None
+71        self._security_domain = None
+72        self._return_url = None
+73        self._expiration_offset = None
+74        self._tags = None
+75        self.discriminator = None
+76
+77        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+78        setattr(self, "_{}".format('client_user_id'), kwargs.get('client_user_id', None))
+79        setattr(self, "_{}".format('authentication_instant'), kwargs.get('authentication_instant', None))
+80        setattr(self, "_{}".format('authentication_method'), kwargs.get('authentication_method', None))
+81        setattr(self, "_{}".format('assertion_id'), kwargs.get('assertion_id', None))
+82        setattr(self, "_{}".format('security_domain'), kwargs.get('security_domain', None))
+83        setattr(self, "_{}".format('return_url'), kwargs.get('return_url', None))
+84        setattr(self, "_{}".format('expiration_offset'), kwargs.get('expiration_offset', None))
+85        setattr(self, "_{}".format('tags'), kwargs.get('tags', None))
+
+ + +

CreateInstanceRequestBody - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'form_values': 'WebFormValues', 'client_user_id': 'str', 'authentication_instant': 'datetime', 'authentication_method': 'AuthenticationMethod', 'assertion_id': 'str', 'security_domain': 'str', 'return_url': 'str', 'expiration_offset': 'int', 'tags': 'list[str]'} + + +
+ + + + +
+
+
+ attribute_map = {'form_values': 'formValues', 'client_user_id': 'clientUserId', 'authentication_instant': 'authenticationInstant', 'authentication_method': 'authenticationMethod', 'assertion_id': 'assertionId', 'security_domain': 'securityDomain', 'return_url': 'returnUrl', 'expiration_offset': 'expirationOffset', 'tags': 'tags'} + + +
+ + + + +
+
+
+ form_values + + +
+ + +

Gets the form_values of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The form_values of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ client_user_id + + +
+ + +

Gets the client_user_id of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The client_user_id of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ authentication_instant + + +
+ + +

Gets the authentication_instant of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The authentication_instant of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ authentication_method + + +
+ + +

Gets the authentication_method of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The authentication_method of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ assertion_id + + +
+ + +

Gets the assertion_id of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The assertion_id of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ security_domain + + +
+ + +

Gets the security_domain of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The security_domain of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ return_url + + +
+ + +

Gets the return_url of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The return_url of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ expiration_offset + + +
+ + +

Gets the expiration_offset of this CreateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The expiration_offset of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+
+ tags + + +
+ + +

Gets the tags of this CreateInstanceRequestBody. # noqa: E501

+ +

List of tags provided by the user with each request. This field is optional. # noqa: E501

+ +
Returns
+ +
+

The tags of this CreateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
280    def to_dict(self):
+281        """Returns the model properties as a dict"""
+282        result = {}
+283
+284        for attr, _ in six.iteritems(self.swagger_types):
+285            value = getattr(self, attr)
+286            if isinstance(value, list):
+287                result[attr] = list(map(
+288                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+289                    value
+290                ))
+291            elif hasattr(value, "to_dict"):
+292                result[attr] = value.to_dict()
+293            elif isinstance(value, dict):
+294                result[attr] = dict(map(
+295                    lambda item: (item[0], item[1].to_dict())
+296                    if hasattr(item[1], "to_dict") else item,
+297                    value.items()
+298                ))
+299            else:
+300                result[attr] = value
+301        if issubclass(CreateInstanceRequestBody, dict):
+302            for key, value in self.items():
+303                result[key] = value
+304
+305        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
307    def to_str(self):
+308        """Returns the string representation of the model"""
+309        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/created_date_time.html b/docusign_webforms/models/created_date_time.html new file mode 100644 index 0000000..4ee359e --- /dev/null +++ b/docusign_webforms/models/created_date_time.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.created_date_time API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.created_date_time

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class CreatedDateTime(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """CreatedDateTime - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(CreatedDateTime, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, CreatedDateTime):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, CreatedDateTime):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + CreatedDateTime: + + + +
+ +
23class CreatedDateTime(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """CreatedDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(CreatedDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, CreatedDateTime):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, CreatedDateTime):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + CreatedDateTime(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """CreatedDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

CreatedDateTime - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(CreatedDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/envelope_id.html b/docusign_webforms/models/envelope_id.html new file mode 100644 index 0000000..5f829c7 --- /dev/null +++ b/docusign_webforms/models/envelope_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.envelope_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.envelope_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class EnvelopeId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """EnvelopeId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(EnvelopeId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, EnvelopeId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, EnvelopeId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + EnvelopeId: + + + +
+ +
23class EnvelopeId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """EnvelopeId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(EnvelopeId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, EnvelopeId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, EnvelopeId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + EnvelopeId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """EnvelopeId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

EnvelopeId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(EnvelopeId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/expiration_date_time.html b/docusign_webforms/models/expiration_date_time.html new file mode 100644 index 0000000..2848a31 --- /dev/null +++ b/docusign_webforms/models/expiration_date_time.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.expiration_date_time API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.expiration_date_time

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class ExpirationDateTime(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """ExpirationDateTime - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(ExpirationDateTime, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, ExpirationDateTime):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, ExpirationDateTime):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + ExpirationDateTime: + + + +
+ +
23class ExpirationDateTime(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ExpirationDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ExpirationDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, ExpirationDateTime):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, ExpirationDateTime):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + ExpirationDateTime(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ExpirationDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

ExpirationDateTime - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ExpirationDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/expiration_offset.html b/docusign_webforms/models/expiration_offset.html new file mode 100644 index 0000000..3fb11df --- /dev/null +++ b/docusign_webforms/models/expiration_offset.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.expiration_offset API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.expiration_offset

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class ExpirationOffset(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """ExpirationOffset - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(ExpirationOffset, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, ExpirationOffset):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, ExpirationOffset):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + ExpirationOffset: + + + +
+ +
23class ExpirationOffset(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ExpirationOffset - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ExpirationOffset, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, ExpirationOffset):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, ExpirationOffset):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + ExpirationOffset(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ExpirationOffset - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

ExpirationOffset - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ExpirationOffset, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/form_sort_by.html b/docusign_webforms/models/form_sort_by.html new file mode 100644 index 0000000..c17f34d --- /dev/null +++ b/docusign_webforms/models/form_sort_by.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.form_sort_by API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.form_sort_by

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class FormSortBy(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """FormSortBy - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(FormSortBy, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, FormSortBy):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, FormSortBy):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + FormSortBy: + + + +
+ +
23class FormSortBy(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """FormSortBy - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(FormSortBy, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, FormSortBy):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, FormSortBy):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + FormSortBy(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """FormSortBy - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

FormSortBy - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(FormSortBy, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/form_url.html b/docusign_webforms/models/form_url.html new file mode 100644 index 0000000..356e200 --- /dev/null +++ b/docusign_webforms/models/form_url.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.form_url API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.form_url

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class FormUrl(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """FormUrl - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(FormUrl, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, FormUrl):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, FormUrl):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + FormUrl: + + + +
+ +
23class FormUrl(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """FormUrl - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(FormUrl, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, FormUrl):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, FormUrl):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + FormUrl(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """FormUrl - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

FormUrl - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(FormUrl, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/guid.html b/docusign_webforms/models/guid.html new file mode 100644 index 0000000..09b6644 --- /dev/null +++ b/docusign_webforms/models/guid.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.guid API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.guid

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class Guid(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """Guid - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(Guid, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, Guid):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, Guid):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + Guid: + + + +
+ +
23class Guid(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """Guid - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(Guid, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, Guid):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, Guid):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + Guid(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """Guid - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

Guid - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(Guid, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/http_error.html b/docusign_webforms/models/http_error.html new file mode 100644 index 0000000..def3ffe --- /dev/null +++ b/docusign_webforms/models/http_error.html @@ -0,0 +1,735 @@ + + + + + + + docusign_webforms.models.http_error API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.http_error

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class HttpError(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'error_code': 'str',
+ 37        'message': 'str'
+ 38    }
+ 39
+ 40    attribute_map = {
+ 41        'error_code': 'errorCode',
+ 42        'message': 'message'
+ 43    }
+ 44
+ 45    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 46        """HttpError - a model defined in Swagger"""  # noqa: E501
+ 47        if _configuration is None:
+ 48            _configuration = Configuration()
+ 49        self._configuration = _configuration
+ 50
+ 51        self._error_code = None
+ 52        self._message = None
+ 53        self.discriminator = None
+ 54
+ 55        setattr(self, "_{}".format('error_code'), kwargs.get('error_code', None))
+ 56        setattr(self, "_{}".format('message'), kwargs.get('message', None))
+ 57
+ 58    @property
+ 59    def error_code(self):
+ 60        """Gets the error_code of this HttpError.  # noqa: E501
+ 61
+ 62        A granular, human and computer readable code indicating more deeply what error occurred.  # noqa: E501
+ 63
+ 64        :return: The error_code of this HttpError.  # noqa: E501
+ 65        :rtype: str
+ 66        """
+ 67        return self._error_code
+ 68
+ 69    @error_code.setter
+ 70    def error_code(self, error_code):
+ 71        """Sets the error_code of this HttpError.
+ 72
+ 73        A granular, human and computer readable code indicating more deeply what error occurred.  # noqa: E501
+ 74
+ 75        :param error_code: The error_code of this HttpError.  # noqa: E501
+ 76        :type: str
+ 77        """
+ 78
+ 79        self._error_code = error_code
+ 80
+ 81    @property
+ 82    def message(self):
+ 83        """Gets the message of this HttpError.  # noqa: E501
+ 84
+ 85        A human-readable description of the error, meant for developers to store for their review.  # noqa: E501
+ 86
+ 87        :return: The message of this HttpError.  # noqa: E501
+ 88        :rtype: str
+ 89        """
+ 90        return self._message
+ 91
+ 92    @message.setter
+ 93    def message(self, message):
+ 94        """Sets the message of this HttpError.
+ 95
+ 96        A human-readable description of the error, meant for developers to store for their review.  # noqa: E501
+ 97
+ 98        :param message: The message of this HttpError.  # noqa: E501
+ 99        :type: str
+100        """
+101
+102        self._message = message
+103
+104    def to_dict(self):
+105        """Returns the model properties as a dict"""
+106        result = {}
+107
+108        for attr, _ in six.iteritems(self.swagger_types):
+109            value = getattr(self, attr)
+110            if isinstance(value, list):
+111                result[attr] = list(map(
+112                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+113                    value
+114                ))
+115            elif hasattr(value, "to_dict"):
+116                result[attr] = value.to_dict()
+117            elif isinstance(value, dict):
+118                result[attr] = dict(map(
+119                    lambda item: (item[0], item[1].to_dict())
+120                    if hasattr(item[1], "to_dict") else item,
+121                    value.items()
+122                ))
+123            else:
+124                result[attr] = value
+125        if issubclass(HttpError, dict):
+126            for key, value in self.items():
+127                result[key] = value
+128
+129        return result
+130
+131    def to_str(self):
+132        """Returns the string representation of the model"""
+133        return pprint.pformat(self.to_dict())
+134
+135    def __repr__(self):
+136        """For `print` and `pprint`"""
+137        return self.to_str()
+138
+139    def __eq__(self, other):
+140        """Returns true if both objects are equal"""
+141        if not isinstance(other, HttpError):
+142            return False
+143
+144        return self.to_dict() == other.to_dict()
+145
+146    def __ne__(self, other):
+147        """Returns true if both objects are not equal"""
+148        if not isinstance(other, HttpError):
+149            return True
+150
+151        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + HttpError: + + + +
+ +
 23class HttpError(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'error_code': 'str',
+ 38        'message': 'str'
+ 39    }
+ 40
+ 41    attribute_map = {
+ 42        'error_code': 'errorCode',
+ 43        'message': 'message'
+ 44    }
+ 45
+ 46    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 47        """HttpError - a model defined in Swagger"""  # noqa: E501
+ 48        if _configuration is None:
+ 49            _configuration = Configuration()
+ 50        self._configuration = _configuration
+ 51
+ 52        self._error_code = None
+ 53        self._message = None
+ 54        self.discriminator = None
+ 55
+ 56        setattr(self, "_{}".format('error_code'), kwargs.get('error_code', None))
+ 57        setattr(self, "_{}".format('message'), kwargs.get('message', None))
+ 58
+ 59    @property
+ 60    def error_code(self):
+ 61        """Gets the error_code of this HttpError.  # noqa: E501
+ 62
+ 63        A granular, human and computer readable code indicating more deeply what error occurred.  # noqa: E501
+ 64
+ 65        :return: The error_code of this HttpError.  # noqa: E501
+ 66        :rtype: str
+ 67        """
+ 68        return self._error_code
+ 69
+ 70    @error_code.setter
+ 71    def error_code(self, error_code):
+ 72        """Sets the error_code of this HttpError.
+ 73
+ 74        A granular, human and computer readable code indicating more deeply what error occurred.  # noqa: E501
+ 75
+ 76        :param error_code: The error_code of this HttpError.  # noqa: E501
+ 77        :type: str
+ 78        """
+ 79
+ 80        self._error_code = error_code
+ 81
+ 82    @property
+ 83    def message(self):
+ 84        """Gets the message of this HttpError.  # noqa: E501
+ 85
+ 86        A human-readable description of the error, meant for developers to store for their review.  # noqa: E501
+ 87
+ 88        :return: The message of this HttpError.  # noqa: E501
+ 89        :rtype: str
+ 90        """
+ 91        return self._message
+ 92
+ 93    @message.setter
+ 94    def message(self, message):
+ 95        """Sets the message of this HttpError.
+ 96
+ 97        A human-readable description of the error, meant for developers to store for their review.  # noqa: E501
+ 98
+ 99        :param message: The message of this HttpError.  # noqa: E501
+100        :type: str
+101        """
+102
+103        self._message = message
+104
+105    def to_dict(self):
+106        """Returns the model properties as a dict"""
+107        result = {}
+108
+109        for attr, _ in six.iteritems(self.swagger_types):
+110            value = getattr(self, attr)
+111            if isinstance(value, list):
+112                result[attr] = list(map(
+113                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+114                    value
+115                ))
+116            elif hasattr(value, "to_dict"):
+117                result[attr] = value.to_dict()
+118            elif isinstance(value, dict):
+119                result[attr] = dict(map(
+120                    lambda item: (item[0], item[1].to_dict())
+121                    if hasattr(item[1], "to_dict") else item,
+122                    value.items()
+123                ))
+124            else:
+125                result[attr] = value
+126        if issubclass(HttpError, dict):
+127            for key, value in self.items():
+128                result[key] = value
+129
+130        return result
+131
+132    def to_str(self):
+133        """Returns the string representation of the model"""
+134        return pprint.pformat(self.to_dict())
+135
+136    def __repr__(self):
+137        """For `print` and `pprint`"""
+138        return self.to_str()
+139
+140    def __eq__(self, other):
+141        """Returns true if both objects are equal"""
+142        if not isinstance(other, HttpError):
+143            return False
+144
+145        return self.to_dict() == other.to_dict()
+146
+147    def __ne__(self, other):
+148        """Returns true if both objects are not equal"""
+149        if not isinstance(other, HttpError):
+150            return True
+151
+152        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + HttpError(_configuration=None, **kwargs) + + + +
+ +
46    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+47        """HttpError - a model defined in Swagger"""  # noqa: E501
+48        if _configuration is None:
+49            _configuration = Configuration()
+50        self._configuration = _configuration
+51
+52        self._error_code = None
+53        self._message = None
+54        self.discriminator = None
+55
+56        setattr(self, "_{}".format('error_code'), kwargs.get('error_code', None))
+57        setattr(self, "_{}".format('message'), kwargs.get('message', None))
+
+ + +

HttpError - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'error_code': 'str', 'message': 'str'} + + +
+ + + + +
+
+
+ attribute_map = {'error_code': 'errorCode', 'message': 'message'} + + +
+ + + + +
+
+
+ error_code + + +
+ + +

Gets the error_code of this HttpError. # noqa: E501

+ +

A granular, human and computer readable code indicating more deeply what error occurred. # noqa: E501

+ +
Returns
+ +
+

The error_code of this HttpError. # noqa: E501

+
+
+ + +
+
+
+ message + + +
+ + +

Gets the message of this HttpError. # noqa: E501

+ +

A human-readable description of the error, meant for developers to store for their review. # noqa: E501

+ +
Returns
+ +
+

The message of this HttpError. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
105    def to_dict(self):
+106        """Returns the model properties as a dict"""
+107        result = {}
+108
+109        for attr, _ in six.iteritems(self.swagger_types):
+110            value = getattr(self, attr)
+111            if isinstance(value, list):
+112                result[attr] = list(map(
+113                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+114                    value
+115                ))
+116            elif hasattr(value, "to_dict"):
+117                result[attr] = value.to_dict()
+118            elif isinstance(value, dict):
+119                result[attr] = dict(map(
+120                    lambda item: (item[0], item[1].to_dict())
+121                    if hasattr(item[1], "to_dict") else item,
+122                    value.items()
+123                ))
+124            else:
+125                result[attr] = value
+126        if issubclass(HttpError, dict):
+127            for key, value in self.items():
+128                result[key] = value
+129
+130        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
132    def to_str(self):
+133        """Returns the string representation of the model"""
+134        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/http_success.html b/docusign_webforms/models/http_success.html new file mode 100644 index 0000000..146a6e8 --- /dev/null +++ b/docusign_webforms/models/http_success.html @@ -0,0 +1,649 @@ + + + + + + + docusign_webforms.models.http_success API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.http_success

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class HttpSuccess(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'status': 'str'
+ 37    }
+ 38
+ 39    attribute_map = {
+ 40        'status': 'status'
+ 41    }
+ 42
+ 43    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 44        """HttpSuccess - a model defined in Swagger"""  # noqa: E501
+ 45        if _configuration is None:
+ 46            _configuration = Configuration()
+ 47        self._configuration = _configuration
+ 48
+ 49        self._status = None
+ 50        self.discriminator = None
+ 51
+ 52        setattr(self, "_{}".format('status'), kwargs.get('status', None))
+ 53
+ 54    @property
+ 55    def status(self):
+ 56        """Gets the status of this HttpSuccess.  # noqa: E501
+ 57
+ 58
+ 59        :return: The status of this HttpSuccess.  # noqa: E501
+ 60        :rtype: str
+ 61        """
+ 62        return self._status
+ 63
+ 64    @status.setter
+ 65    def status(self, status):
+ 66        """Sets the status of this HttpSuccess.
+ 67
+ 68
+ 69        :param status: The status of this HttpSuccess.  # noqa: E501
+ 70        :type: str
+ 71        """
+ 72
+ 73        self._status = status
+ 74
+ 75    def to_dict(self):
+ 76        """Returns the model properties as a dict"""
+ 77        result = {}
+ 78
+ 79        for attr, _ in six.iteritems(self.swagger_types):
+ 80            value = getattr(self, attr)
+ 81            if isinstance(value, list):
+ 82                result[attr] = list(map(
+ 83                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 84                    value
+ 85                ))
+ 86            elif hasattr(value, "to_dict"):
+ 87                result[attr] = value.to_dict()
+ 88            elif isinstance(value, dict):
+ 89                result[attr] = dict(map(
+ 90                    lambda item: (item[0], item[1].to_dict())
+ 91                    if hasattr(item[1], "to_dict") else item,
+ 92                    value.items()
+ 93                ))
+ 94            else:
+ 95                result[attr] = value
+ 96        if issubclass(HttpSuccess, dict):
+ 97            for key, value in self.items():
+ 98                result[key] = value
+ 99
+100        return result
+101
+102    def to_str(self):
+103        """Returns the string representation of the model"""
+104        return pprint.pformat(self.to_dict())
+105
+106    def __repr__(self):
+107        """For `print` and `pprint`"""
+108        return self.to_str()
+109
+110    def __eq__(self, other):
+111        """Returns true if both objects are equal"""
+112        if not isinstance(other, HttpSuccess):
+113            return False
+114
+115        return self.to_dict() == other.to_dict()
+116
+117    def __ne__(self, other):
+118        """Returns true if both objects are not equal"""
+119        if not isinstance(other, HttpSuccess):
+120            return True
+121
+122        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + HttpSuccess: + + + +
+ +
 23class HttpSuccess(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'status': 'str'
+ 38    }
+ 39
+ 40    attribute_map = {
+ 41        'status': 'status'
+ 42    }
+ 43
+ 44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 45        """HttpSuccess - a model defined in Swagger"""  # noqa: E501
+ 46        if _configuration is None:
+ 47            _configuration = Configuration()
+ 48        self._configuration = _configuration
+ 49
+ 50        self._status = None
+ 51        self.discriminator = None
+ 52
+ 53        setattr(self, "_{}".format('status'), kwargs.get('status', None))
+ 54
+ 55    @property
+ 56    def status(self):
+ 57        """Gets the status of this HttpSuccess.  # noqa: E501
+ 58
+ 59
+ 60        :return: The status of this HttpSuccess.  # noqa: E501
+ 61        :rtype: str
+ 62        """
+ 63        return self._status
+ 64
+ 65    @status.setter
+ 66    def status(self, status):
+ 67        """Sets the status of this HttpSuccess.
+ 68
+ 69
+ 70        :param status: The status of this HttpSuccess.  # noqa: E501
+ 71        :type: str
+ 72        """
+ 73
+ 74        self._status = status
+ 75
+ 76    def to_dict(self):
+ 77        """Returns the model properties as a dict"""
+ 78        result = {}
+ 79
+ 80        for attr, _ in six.iteritems(self.swagger_types):
+ 81            value = getattr(self, attr)
+ 82            if isinstance(value, list):
+ 83                result[attr] = list(map(
+ 84                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 85                    value
+ 86                ))
+ 87            elif hasattr(value, "to_dict"):
+ 88                result[attr] = value.to_dict()
+ 89            elif isinstance(value, dict):
+ 90                result[attr] = dict(map(
+ 91                    lambda item: (item[0], item[1].to_dict())
+ 92                    if hasattr(item[1], "to_dict") else item,
+ 93                    value.items()
+ 94                ))
+ 95            else:
+ 96                result[attr] = value
+ 97        if issubclass(HttpSuccess, dict):
+ 98            for key, value in self.items():
+ 99                result[key] = value
+100
+101        return result
+102
+103    def to_str(self):
+104        """Returns the string representation of the model"""
+105        return pprint.pformat(self.to_dict())
+106
+107    def __repr__(self):
+108        """For `print` and `pprint`"""
+109        return self.to_str()
+110
+111    def __eq__(self, other):
+112        """Returns true if both objects are equal"""
+113        if not isinstance(other, HttpSuccess):
+114            return False
+115
+116        return self.to_dict() == other.to_dict()
+117
+118    def __ne__(self, other):
+119        """Returns true if both objects are not equal"""
+120        if not isinstance(other, HttpSuccess):
+121            return True
+122
+123        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + HttpSuccess(_configuration=None, **kwargs) + + + +
+ +
44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+45        """HttpSuccess - a model defined in Swagger"""  # noqa: E501
+46        if _configuration is None:
+47            _configuration = Configuration()
+48        self._configuration = _configuration
+49
+50        self._status = None
+51        self.discriminator = None
+52
+53        setattr(self, "_{}".format('status'), kwargs.get('status', None))
+
+ + +

HttpSuccess - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'status': 'str'} + + +
+ + + + +
+
+
+ attribute_map = {'status': 'status'} + + +
+ + + + +
+
+
+ status + + +
+ + +

Gets the status of this HttpSuccess. # noqa: E501

+ +
Returns
+ +
+

The status of this HttpSuccess. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
 76    def to_dict(self):
+ 77        """Returns the model properties as a dict"""
+ 78        result = {}
+ 79
+ 80        for attr, _ in six.iteritems(self.swagger_types):
+ 81            value = getattr(self, attr)
+ 82            if isinstance(value, list):
+ 83                result[attr] = list(map(
+ 84                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 85                    value
+ 86                ))
+ 87            elif hasattr(value, "to_dict"):
+ 88                result[attr] = value.to_dict()
+ 89            elif isinstance(value, dict):
+ 90                result[attr] = dict(map(
+ 91                    lambda item: (item[0], item[1].to_dict())
+ 92                    if hasattr(item[1], "to_dict") else item,
+ 93                    value.items()
+ 94                ))
+ 95            else:
+ 96                result[attr] = value
+ 97        if issubclass(HttpSuccess, dict):
+ 98            for key, value in self.items():
+ 99                result[key] = value
+100
+101        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
103    def to_str(self):
+104        """Returns the string representation of the model"""
+105        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/instance_id.html b/docusign_webforms/models/instance_id.html new file mode 100644 index 0000000..400eac7 --- /dev/null +++ b/docusign_webforms/models/instance_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.instance_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.instance_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class InstanceId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """InstanceId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(InstanceId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, InstanceId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, InstanceId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + InstanceId: + + + +
+ +
23class InstanceId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """InstanceId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(InstanceId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, InstanceId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, InstanceId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + InstanceId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """InstanceId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

InstanceId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(InstanceId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/instance_source.html b/docusign_webforms/models/instance_source.html new file mode 100644 index 0000000..384f66c --- /dev/null +++ b/docusign_webforms/models/instance_source.html @@ -0,0 +1,663 @@ + + + + + + + docusign_webforms.models.instance_source API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.instance_source

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class InstanceSource(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    PUBLIC_URL = "PUBLIC_URL"
+ 32    API_EMBEDDED = "API_EMBEDDED"
+ 33    API_REMOTE = "API_REMOTE"
+ 34    UI_REMOTE = "UI_REMOTE"
+ 35    WORKFLOW = "WORKFLOW"
+ 36
+ 37    """
+ 38    Attributes:
+ 39      swagger_types (dict): The key is attribute name
+ 40                            and the value is attribute type.
+ 41      attribute_map (dict): The key is attribute name
+ 42                            and the value is json key in definition.
+ 43    """
+ 44    swagger_types = {
+ 45    }
+ 46
+ 47    attribute_map = {
+ 48    }
+ 49
+ 50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 51        """InstanceSource - a model defined in Swagger"""  # noqa: E501
+ 52        if _configuration is None:
+ 53            _configuration = Configuration()
+ 54        self._configuration = _configuration
+ 55        self.discriminator = None
+ 56
+ 57    def to_dict(self):
+ 58        """Returns the model properties as a dict"""
+ 59        result = {}
+ 60
+ 61        for attr, _ in six.iteritems(self.swagger_types):
+ 62            value = getattr(self, attr)
+ 63            if isinstance(value, list):
+ 64                result[attr] = list(map(
+ 65                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 66                    value
+ 67                ))
+ 68            elif hasattr(value, "to_dict"):
+ 69                result[attr] = value.to_dict()
+ 70            elif isinstance(value, dict):
+ 71                result[attr] = dict(map(
+ 72                    lambda item: (item[0], item[1].to_dict())
+ 73                    if hasattr(item[1], "to_dict") else item,
+ 74                    value.items()
+ 75                ))
+ 76            else:
+ 77                result[attr] = value
+ 78        if issubclass(InstanceSource, dict):
+ 79            for key, value in self.items():
+ 80                result[key] = value
+ 81
+ 82        return result
+ 83
+ 84    def to_str(self):
+ 85        """Returns the string representation of the model"""
+ 86        return pprint.pformat(self.to_dict())
+ 87
+ 88    def __repr__(self):
+ 89        """For `print` and `pprint`"""
+ 90        return self.to_str()
+ 91
+ 92    def __eq__(self, other):
+ 93        """Returns true if both objects are equal"""
+ 94        if not isinstance(other, InstanceSource):
+ 95            return False
+ 96
+ 97        return self.to_dict() == other.to_dict()
+ 98
+ 99    def __ne__(self, other):
+100        """Returns true if both objects are not equal"""
+101        if not isinstance(other, InstanceSource):
+102            return True
+103
+104        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + InstanceSource: + + + +
+ +
 23class InstanceSource(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    PUBLIC_URL = "PUBLIC_URL"
+ 33    API_EMBEDDED = "API_EMBEDDED"
+ 34    API_REMOTE = "API_REMOTE"
+ 35    UI_REMOTE = "UI_REMOTE"
+ 36    WORKFLOW = "WORKFLOW"
+ 37
+ 38    """
+ 39    Attributes:
+ 40      swagger_types (dict): The key is attribute name
+ 41                            and the value is attribute type.
+ 42      attribute_map (dict): The key is attribute name
+ 43                            and the value is json key in definition.
+ 44    """
+ 45    swagger_types = {
+ 46    }
+ 47
+ 48    attribute_map = {
+ 49    }
+ 50
+ 51    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 52        """InstanceSource - a model defined in Swagger"""  # noqa: E501
+ 53        if _configuration is None:
+ 54            _configuration = Configuration()
+ 55        self._configuration = _configuration
+ 56        self.discriminator = None
+ 57
+ 58    def to_dict(self):
+ 59        """Returns the model properties as a dict"""
+ 60        result = {}
+ 61
+ 62        for attr, _ in six.iteritems(self.swagger_types):
+ 63            value = getattr(self, attr)
+ 64            if isinstance(value, list):
+ 65                result[attr] = list(map(
+ 66                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 67                    value
+ 68                ))
+ 69            elif hasattr(value, "to_dict"):
+ 70                result[attr] = value.to_dict()
+ 71            elif isinstance(value, dict):
+ 72                result[attr] = dict(map(
+ 73                    lambda item: (item[0], item[1].to_dict())
+ 74                    if hasattr(item[1], "to_dict") else item,
+ 75                    value.items()
+ 76                ))
+ 77            else:
+ 78                result[attr] = value
+ 79        if issubclass(InstanceSource, dict):
+ 80            for key, value in self.items():
+ 81                result[key] = value
+ 82
+ 83        return result
+ 84
+ 85    def to_str(self):
+ 86        """Returns the string representation of the model"""
+ 87        return pprint.pformat(self.to_dict())
+ 88
+ 89    def __repr__(self):
+ 90        """For `print` and `pprint`"""
+ 91        return self.to_str()
+ 92
+ 93    def __eq__(self, other):
+ 94        """Returns true if both objects are equal"""
+ 95        if not isinstance(other, InstanceSource):
+ 96            return False
+ 97
+ 98        return self.to_dict() == other.to_dict()
+ 99
+100    def __ne__(self, other):
+101        """Returns true if both objects are not equal"""
+102        if not isinstance(other, InstanceSource):
+103            return True
+104
+105        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + InstanceSource(_configuration=None, **kwargs) + + + +
+ +
51    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+52        """InstanceSource - a model defined in Swagger"""  # noqa: E501
+53        if _configuration is None:
+54            _configuration = Configuration()
+55        self._configuration = _configuration
+56        self.discriminator = None
+
+ + +

InstanceSource - a model defined in Swagger

+
+ + +
+
+
+ PUBLIC_URL = 'PUBLIC_URL' + + +
+ + + + +
+
+
+ API_EMBEDDED = 'API_EMBEDDED' + + +
+ + + + +
+
+
+ API_REMOTE = 'API_REMOTE' + + +
+ + + + +
+
+
+ UI_REMOTE = 'UI_REMOTE' + + +
+ + + + +
+
+
+ WORKFLOW = 'WORKFLOW' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
58    def to_dict(self):
+59        """Returns the model properties as a dict"""
+60        result = {}
+61
+62        for attr, _ in six.iteritems(self.swagger_types):
+63            value = getattr(self, attr)
+64            if isinstance(value, list):
+65                result[attr] = list(map(
+66                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+67                    value
+68                ))
+69            elif hasattr(value, "to_dict"):
+70                result[attr] = value.to_dict()
+71            elif isinstance(value, dict):
+72                result[attr] = dict(map(
+73                    lambda item: (item[0], item[1].to_dict())
+74                    if hasattr(item[1], "to_dict") else item,
+75                    value.items()
+76                ))
+77            else:
+78                result[attr] = value
+79        if issubclass(InstanceSource, dict):
+80            for key, value in self.items():
+81                result[key] = value
+82
+83        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
85    def to_str(self):
+86        """Returns the string representation of the model"""
+87        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/instance_status.html b/docusign_webforms/models/instance_status.html new file mode 100644 index 0000000..1474ecd --- /dev/null +++ b/docusign_webforms/models/instance_status.html @@ -0,0 +1,663 @@ + + + + + + + docusign_webforms.models.instance_status API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.instance_status

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class InstanceStatus(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    INITIATED = "INITIATED"
+ 32    IN_PROGRESS = "IN_PROGRESS"
+ 33    SUBMITTED = "SUBMITTED"
+ 34    EXPIRED = "EXPIRED"
+ 35    FAILED = "FAILED"
+ 36
+ 37    """
+ 38    Attributes:
+ 39      swagger_types (dict): The key is attribute name
+ 40                            and the value is attribute type.
+ 41      attribute_map (dict): The key is attribute name
+ 42                            and the value is json key in definition.
+ 43    """
+ 44    swagger_types = {
+ 45    }
+ 46
+ 47    attribute_map = {
+ 48    }
+ 49
+ 50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 51        """InstanceStatus - a model defined in Swagger"""  # noqa: E501
+ 52        if _configuration is None:
+ 53            _configuration = Configuration()
+ 54        self._configuration = _configuration
+ 55        self.discriminator = None
+ 56
+ 57    def to_dict(self):
+ 58        """Returns the model properties as a dict"""
+ 59        result = {}
+ 60
+ 61        for attr, _ in six.iteritems(self.swagger_types):
+ 62            value = getattr(self, attr)
+ 63            if isinstance(value, list):
+ 64                result[attr] = list(map(
+ 65                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 66                    value
+ 67                ))
+ 68            elif hasattr(value, "to_dict"):
+ 69                result[attr] = value.to_dict()
+ 70            elif isinstance(value, dict):
+ 71                result[attr] = dict(map(
+ 72                    lambda item: (item[0], item[1].to_dict())
+ 73                    if hasattr(item[1], "to_dict") else item,
+ 74                    value.items()
+ 75                ))
+ 76            else:
+ 77                result[attr] = value
+ 78        if issubclass(InstanceStatus, dict):
+ 79            for key, value in self.items():
+ 80                result[key] = value
+ 81
+ 82        return result
+ 83
+ 84    def to_str(self):
+ 85        """Returns the string representation of the model"""
+ 86        return pprint.pformat(self.to_dict())
+ 87
+ 88    def __repr__(self):
+ 89        """For `print` and `pprint`"""
+ 90        return self.to_str()
+ 91
+ 92    def __eq__(self, other):
+ 93        """Returns true if both objects are equal"""
+ 94        if not isinstance(other, InstanceStatus):
+ 95            return False
+ 96
+ 97        return self.to_dict() == other.to_dict()
+ 98
+ 99    def __ne__(self, other):
+100        """Returns true if both objects are not equal"""
+101        if not isinstance(other, InstanceStatus):
+102            return True
+103
+104        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + InstanceStatus: + + + +
+ +
 23class InstanceStatus(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    INITIATED = "INITIATED"
+ 33    IN_PROGRESS = "IN_PROGRESS"
+ 34    SUBMITTED = "SUBMITTED"
+ 35    EXPIRED = "EXPIRED"
+ 36    FAILED = "FAILED"
+ 37
+ 38    """
+ 39    Attributes:
+ 40      swagger_types (dict): The key is attribute name
+ 41                            and the value is attribute type.
+ 42      attribute_map (dict): The key is attribute name
+ 43                            and the value is json key in definition.
+ 44    """
+ 45    swagger_types = {
+ 46    }
+ 47
+ 48    attribute_map = {
+ 49    }
+ 50
+ 51    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 52        """InstanceStatus - a model defined in Swagger"""  # noqa: E501
+ 53        if _configuration is None:
+ 54            _configuration = Configuration()
+ 55        self._configuration = _configuration
+ 56        self.discriminator = None
+ 57
+ 58    def to_dict(self):
+ 59        """Returns the model properties as a dict"""
+ 60        result = {}
+ 61
+ 62        for attr, _ in six.iteritems(self.swagger_types):
+ 63            value = getattr(self, attr)
+ 64            if isinstance(value, list):
+ 65                result[attr] = list(map(
+ 66                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 67                    value
+ 68                ))
+ 69            elif hasattr(value, "to_dict"):
+ 70                result[attr] = value.to_dict()
+ 71            elif isinstance(value, dict):
+ 72                result[attr] = dict(map(
+ 73                    lambda item: (item[0], item[1].to_dict())
+ 74                    if hasattr(item[1], "to_dict") else item,
+ 75                    value.items()
+ 76                ))
+ 77            else:
+ 78                result[attr] = value
+ 79        if issubclass(InstanceStatus, dict):
+ 80            for key, value in self.items():
+ 81                result[key] = value
+ 82
+ 83        return result
+ 84
+ 85    def to_str(self):
+ 86        """Returns the string representation of the model"""
+ 87        return pprint.pformat(self.to_dict())
+ 88
+ 89    def __repr__(self):
+ 90        """For `print` and `pprint`"""
+ 91        return self.to_str()
+ 92
+ 93    def __eq__(self, other):
+ 94        """Returns true if both objects are equal"""
+ 95        if not isinstance(other, InstanceStatus):
+ 96            return False
+ 97
+ 98        return self.to_dict() == other.to_dict()
+ 99
+100    def __ne__(self, other):
+101        """Returns true if both objects are not equal"""
+102        if not isinstance(other, InstanceStatus):
+103            return True
+104
+105        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + InstanceStatus(_configuration=None, **kwargs) + + + +
+ +
51    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+52        """InstanceStatus - a model defined in Swagger"""  # noqa: E501
+53        if _configuration is None:
+54            _configuration = Configuration()
+55        self._configuration = _configuration
+56        self.discriminator = None
+
+ + +

InstanceStatus - a model defined in Swagger

+
+ + +
+
+
+ INITIATED = 'INITIATED' + + +
+ + + + +
+
+
+ IN_PROGRESS = 'IN_PROGRESS' + + +
+ + + + +
+
+
+ SUBMITTED = 'SUBMITTED' + + +
+ + + + +
+
+
+ EXPIRED = 'EXPIRED' + + +
+ + + + +
+
+
+ FAILED = 'FAILED' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
58    def to_dict(self):
+59        """Returns the model properties as a dict"""
+60        result = {}
+61
+62        for attr, _ in six.iteritems(self.swagger_types):
+63            value = getattr(self, attr)
+64            if isinstance(value, list):
+65                result[attr] = list(map(
+66                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+67                    value
+68                ))
+69            elif hasattr(value, "to_dict"):
+70                result[attr] = value.to_dict()
+71            elif isinstance(value, dict):
+72                result[attr] = dict(map(
+73                    lambda item: (item[0], item[1].to_dict())
+74                    if hasattr(item[1], "to_dict") else item,
+75                    value.items()
+76                ))
+77            else:
+78                result[attr] = value
+79        if issubclass(InstanceStatus, dict):
+80            for key, value in self.items():
+81                result[key] = value
+82
+83        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
85    def to_str(self):
+86        """Returns the string representation of the model"""
+87        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/instance_token.html b/docusign_webforms/models/instance_token.html new file mode 100644 index 0000000..12b28a4 --- /dev/null +++ b/docusign_webforms/models/instance_token.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.instance_token API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.instance_token

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class InstanceToken(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """InstanceToken - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(InstanceToken, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, InstanceToken):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, InstanceToken):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + InstanceToken: + + + +
+ +
23class InstanceToken(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """InstanceToken - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(InstanceToken, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, InstanceToken):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, InstanceToken):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + InstanceToken(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """InstanceToken - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

InstanceToken - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(InstanceToken, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/is_private_access.html b/docusign_webforms/models/is_private_access.html new file mode 100644 index 0000000..baa40cc --- /dev/null +++ b/docusign_webforms/models/is_private_access.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.is_private_access API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.is_private_access

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class IsPrivateAccess(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """IsPrivateAccess - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(IsPrivateAccess, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, IsPrivateAccess):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, IsPrivateAccess):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + IsPrivateAccess: + + + +
+ +
23class IsPrivateAccess(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """IsPrivateAccess - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(IsPrivateAccess, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, IsPrivateAccess):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, IsPrivateAccess):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + IsPrivateAccess(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """IsPrivateAccess - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

IsPrivateAccess - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(IsPrivateAccess, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/is_published.html b/docusign_webforms/models/is_published.html new file mode 100644 index 0000000..7f46a09 --- /dev/null +++ b/docusign_webforms/models/is_published.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.is_published API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.is_published

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class IsPublished(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """IsPublished - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(IsPublished, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, IsPublished):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, IsPublished):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + IsPublished: + + + +
+ +
23class IsPublished(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """IsPublished - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(IsPublished, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, IsPublished):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, IsPublished):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + IsPublished(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """IsPublished - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

IsPublished - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(IsPublished, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/is_standalone.html b/docusign_webforms/models/is_standalone.html new file mode 100644 index 0000000..7b2172b --- /dev/null +++ b/docusign_webforms/models/is_standalone.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.is_standalone API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.is_standalone

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class IsStandalone(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """IsStandalone - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(IsStandalone, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, IsStandalone):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, IsStandalone):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + IsStandalone: + + + +
+ +
23class IsStandalone(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """IsStandalone - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(IsStandalone, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, IsStandalone):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, IsStandalone):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + IsStandalone(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """IsStandalone - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

IsStandalone - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(IsStandalone, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/last_modified_date_time.html b/docusign_webforms/models/last_modified_date_time.html new file mode 100644 index 0000000..054ec3c --- /dev/null +++ b/docusign_webforms/models/last_modified_date_time.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.last_modified_date_time API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.last_modified_date_time

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class LastModifiedDateTime(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """LastModifiedDateTime - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(LastModifiedDateTime, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, LastModifiedDateTime):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, LastModifiedDateTime):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + LastModifiedDateTime: + + + +
+ +
23class LastModifiedDateTime(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """LastModifiedDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(LastModifiedDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, LastModifiedDateTime):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, LastModifiedDateTime):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + LastModifiedDateTime(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """LastModifiedDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

LastModifiedDateTime - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(LastModifiedDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/model_date_time.html b/docusign_webforms/models/model_date_time.html new file mode 100644 index 0000000..7f3e04e --- /dev/null +++ b/docusign_webforms/models/model_date_time.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.model_date_time API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.model_date_time

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class ModelDateTime(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """ModelDateTime - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(ModelDateTime, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, ModelDateTime):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, ModelDateTime):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + ModelDateTime: + + + +
+ +
23class ModelDateTime(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ModelDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ModelDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, ModelDateTime):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, ModelDateTime):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + ModelDateTime(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ModelDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

ModelDateTime - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ModelDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/return_url.html b/docusign_webforms/models/return_url.html new file mode 100644 index 0000000..c14b194 --- /dev/null +++ b/docusign_webforms/models/return_url.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.return_url API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.return_url

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class ReturnUrl(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """ReturnUrl - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(ReturnUrl, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, ReturnUrl):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, ReturnUrl):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + ReturnUrl: + + + +
+ +
23class ReturnUrl(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ReturnUrl - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ReturnUrl, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, ReturnUrl):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, ReturnUrl):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + ReturnUrl(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """ReturnUrl - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

ReturnUrl - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(ReturnUrl, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/search_text.html b/docusign_webforms/models/search_text.html new file mode 100644 index 0000000..669ebda --- /dev/null +++ b/docusign_webforms/models/search_text.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.search_text API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.search_text

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class SearchText(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """SearchText - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(SearchText, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, SearchText):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, SearchText):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + SearchText: + + + +
+ +
23class SearchText(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """SearchText - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(SearchText, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, SearchText):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, SearchText):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + SearchText(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """SearchText - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

SearchText - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(SearchText, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/security_domain.html b/docusign_webforms/models/security_domain.html new file mode 100644 index 0000000..df8928d --- /dev/null +++ b/docusign_webforms/models/security_domain.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.security_domain API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.security_domain

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class SecurityDomain(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """SecurityDomain - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(SecurityDomain, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, SecurityDomain):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, SecurityDomain):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + SecurityDomain: + + + +
+ +
23class SecurityDomain(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """SecurityDomain - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(SecurityDomain, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, SecurityDomain):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, SecurityDomain):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + SecurityDomain(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """SecurityDomain - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

SecurityDomain - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(SecurityDomain, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/source.html b/docusign_webforms/models/source.html new file mode 100644 index 0000000..bf7fccb --- /dev/null +++ b/docusign_webforms/models/source.html @@ -0,0 +1,647 @@ + + + + + + + docusign_webforms.models.source API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.source

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class Source(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    PUBLIC_URL = "PUBLIC_URL"
+ 32    API_EMBEDDED = "API_EMBEDDED"
+ 33    API_REMOTE = "API_REMOTE"
+ 34    UI_REMOTE = "UI_REMOTE"
+ 35
+ 36    """
+ 37    Attributes:
+ 38      swagger_types (dict): The key is attribute name
+ 39                            and the value is attribute type.
+ 40      attribute_map (dict): The key is attribute name
+ 41                            and the value is json key in definition.
+ 42    """
+ 43    swagger_types = {
+ 44    }
+ 45
+ 46    attribute_map = {
+ 47    }
+ 48
+ 49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 50        """Source - a model defined in Swagger"""  # noqa: E501
+ 51        if _configuration is None:
+ 52            _configuration = Configuration()
+ 53        self._configuration = _configuration
+ 54        self.discriminator = None
+ 55
+ 56    def to_dict(self):
+ 57        """Returns the model properties as a dict"""
+ 58        result = {}
+ 59
+ 60        for attr, _ in six.iteritems(self.swagger_types):
+ 61            value = getattr(self, attr)
+ 62            if isinstance(value, list):
+ 63                result[attr] = list(map(
+ 64                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 65                    value
+ 66                ))
+ 67            elif hasattr(value, "to_dict"):
+ 68                result[attr] = value.to_dict()
+ 69            elif isinstance(value, dict):
+ 70                result[attr] = dict(map(
+ 71                    lambda item: (item[0], item[1].to_dict())
+ 72                    if hasattr(item[1], "to_dict") else item,
+ 73                    value.items()
+ 74                ))
+ 75            else:
+ 76                result[attr] = value
+ 77        if issubclass(Source, dict):
+ 78            for key, value in self.items():
+ 79                result[key] = value
+ 80
+ 81        return result
+ 82
+ 83    def to_str(self):
+ 84        """Returns the string representation of the model"""
+ 85        return pprint.pformat(self.to_dict())
+ 86
+ 87    def __repr__(self):
+ 88        """For `print` and `pprint`"""
+ 89        return self.to_str()
+ 90
+ 91    def __eq__(self, other):
+ 92        """Returns true if both objects are equal"""
+ 93        if not isinstance(other, Source):
+ 94            return False
+ 95
+ 96        return self.to_dict() == other.to_dict()
+ 97
+ 98    def __ne__(self, other):
+ 99        """Returns true if both objects are not equal"""
+100        if not isinstance(other, Source):
+101            return True
+102
+103        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + Source: + + + +
+ +
 23class Source(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    PUBLIC_URL = "PUBLIC_URL"
+ 33    API_EMBEDDED = "API_EMBEDDED"
+ 34    API_REMOTE = "API_REMOTE"
+ 35    UI_REMOTE = "UI_REMOTE"
+ 36
+ 37    """
+ 38    Attributes:
+ 39      swagger_types (dict): The key is attribute name
+ 40                            and the value is attribute type.
+ 41      attribute_map (dict): The key is attribute name
+ 42                            and the value is json key in definition.
+ 43    """
+ 44    swagger_types = {
+ 45    }
+ 46
+ 47    attribute_map = {
+ 48    }
+ 49
+ 50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 51        """Source - a model defined in Swagger"""  # noqa: E501
+ 52        if _configuration is None:
+ 53            _configuration = Configuration()
+ 54        self._configuration = _configuration
+ 55        self.discriminator = None
+ 56
+ 57    def to_dict(self):
+ 58        """Returns the model properties as a dict"""
+ 59        result = {}
+ 60
+ 61        for attr, _ in six.iteritems(self.swagger_types):
+ 62            value = getattr(self, attr)
+ 63            if isinstance(value, list):
+ 64                result[attr] = list(map(
+ 65                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 66                    value
+ 67                ))
+ 68            elif hasattr(value, "to_dict"):
+ 69                result[attr] = value.to_dict()
+ 70            elif isinstance(value, dict):
+ 71                result[attr] = dict(map(
+ 72                    lambda item: (item[0], item[1].to_dict())
+ 73                    if hasattr(item[1], "to_dict") else item,
+ 74                    value.items()
+ 75                ))
+ 76            else:
+ 77                result[attr] = value
+ 78        if issubclass(Source, dict):
+ 79            for key, value in self.items():
+ 80                result[key] = value
+ 81
+ 82        return result
+ 83
+ 84    def to_str(self):
+ 85        """Returns the string representation of the model"""
+ 86        return pprint.pformat(self.to_dict())
+ 87
+ 88    def __repr__(self):
+ 89        """For `print` and `pprint`"""
+ 90        return self.to_str()
+ 91
+ 92    def __eq__(self, other):
+ 93        """Returns true if both objects are equal"""
+ 94        if not isinstance(other, Source):
+ 95            return False
+ 96
+ 97        return self.to_dict() == other.to_dict()
+ 98
+ 99    def __ne__(self, other):
+100        """Returns true if both objects are not equal"""
+101        if not isinstance(other, Source):
+102            return True
+103
+104        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + Source(_configuration=None, **kwargs) + + + +
+ +
50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+51        """Source - a model defined in Swagger"""  # noqa: E501
+52        if _configuration is None:
+53            _configuration = Configuration()
+54        self._configuration = _configuration
+55        self.discriminator = None
+
+ + +

Source - a model defined in Swagger

+
+ + +
+
+
+ PUBLIC_URL = 'PUBLIC_URL' + + +
+ + + + +
+
+
+ API_EMBEDDED = 'API_EMBEDDED' + + +
+ + + + +
+
+
+ API_REMOTE = 'API_REMOTE' + + +
+ + + + +
+
+
+ UI_REMOTE = 'UI_REMOTE' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
57    def to_dict(self):
+58        """Returns the model properties as a dict"""
+59        result = {}
+60
+61        for attr, _ in six.iteritems(self.swagger_types):
+62            value = getattr(self, attr)
+63            if isinstance(value, list):
+64                result[attr] = list(map(
+65                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+66                    value
+67                ))
+68            elif hasattr(value, "to_dict"):
+69                result[attr] = value.to_dict()
+70            elif isinstance(value, dict):
+71                result[attr] = dict(map(
+72                    lambda item: (item[0], item[1].to_dict())
+73                    if hasattr(item[1], "to_dict") else item,
+74                    value.items()
+75                ))
+76            else:
+77                result[attr] = value
+78        if issubclass(Source, dict):
+79            for key, value in self.items():
+80                result[key] = value
+81
+82        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
84    def to_str(self):
+85        """Returns the string representation of the model"""
+86        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/start_position.html b/docusign_webforms/models/start_position.html new file mode 100644 index 0000000..0c66af4 --- /dev/null +++ b/docusign_webforms/models/start_position.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.start_position API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.start_position

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class StartPosition(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """StartPosition - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(StartPosition, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, StartPosition):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, StartPosition):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + StartPosition: + + + +
+ +
23class StartPosition(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """StartPosition - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(StartPosition, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, StartPosition):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, StartPosition):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + StartPosition(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """StartPosition - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

StartPosition - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(StartPosition, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/tags.html b/docusign_webforms/models/tags.html new file mode 100644 index 0000000..41c4c01 --- /dev/null +++ b/docusign_webforms/models/tags.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.tags API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.tags

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class Tags(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """Tags - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(Tags, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, Tags):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, Tags):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + Tags: + + + +
+ +
23class Tags(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """Tags - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(Tags, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, Tags):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, Tags):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + Tags(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """Tags - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

Tags - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(Tags, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/template_properties.html b/docusign_webforms/models/template_properties.html new file mode 100644 index 0000000..99a3bc3 --- /dev/null +++ b/docusign_webforms/models/template_properties.html @@ -0,0 +1,895 @@ + + + + + + + docusign_webforms.models.template_properties API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.template_properties

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class TemplateProperties(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'original_template_id': 'str',
+ 37        'cloned_template_id': 'str',
+ 38        'imported_date_time': 'datetime',
+ 39        'recipient_ids': 'list[str]'
+ 40    }
+ 41
+ 42    attribute_map = {
+ 43        'original_template_id': 'originalTemplateId',
+ 44        'cloned_template_id': 'clonedTemplateId',
+ 45        'imported_date_time': 'importedDateTime',
+ 46        'recipient_ids': 'recipientIds'
+ 47    }
+ 48
+ 49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 50        """TemplateProperties - a model defined in Swagger"""  # noqa: E501
+ 51        if _configuration is None:
+ 52            _configuration = Configuration()
+ 53        self._configuration = _configuration
+ 54
+ 55        self._original_template_id = None
+ 56        self._cloned_template_id = None
+ 57        self._imported_date_time = None
+ 58        self._recipient_ids = None
+ 59        self.discriminator = None
+ 60
+ 61        setattr(self, "_{}".format('original_template_id'), kwargs.get('original_template_id', None))
+ 62        setattr(self, "_{}".format('cloned_template_id'), kwargs.get('cloned_template_id', None))
+ 63        setattr(self, "_{}".format('imported_date_time'), kwargs.get('imported_date_time', None))
+ 64        setattr(self, "_{}".format('recipient_ids'), kwargs.get('recipient_ids', None))
+ 65
+ 66    @property
+ 67    def original_template_id(self):
+ 68        """Gets the original_template_id of this TemplateProperties.  # noqa: E501
+ 69
+ 70        Template identifier for original Template that is used by the DocuSign Template API.  # noqa: E501
+ 71
+ 72        :return: The original_template_id of this TemplateProperties.  # noqa: E501
+ 73        :rtype: str
+ 74        """
+ 75        return self._original_template_id
+ 76
+ 77    @original_template_id.setter
+ 78    def original_template_id(self, original_template_id):
+ 79        """Sets the original_template_id of this TemplateProperties.
+ 80
+ 81        Template identifier for original Template that is used by the DocuSign Template API.  # noqa: E501
+ 82
+ 83        :param original_template_id: The original_template_id of this TemplateProperties.  # noqa: E501
+ 84        :type: str
+ 85        """
+ 86
+ 87        self._original_template_id = original_template_id
+ 88
+ 89    @property
+ 90    def cloned_template_id(self):
+ 91        """Gets the cloned_template_id of this TemplateProperties.  # noqa: E501
+ 92
+ 93        Template identifier for cloned Template that is used by the DocuSign Template API.  # noqa: E501
+ 94
+ 95        :return: The cloned_template_id of this TemplateProperties.  # noqa: E501
+ 96        :rtype: str
+ 97        """
+ 98        return self._cloned_template_id
+ 99
+100    @cloned_template_id.setter
+101    def cloned_template_id(self, cloned_template_id):
+102        """Sets the cloned_template_id of this TemplateProperties.
+103
+104        Template identifier for cloned Template that is used by the DocuSign Template API.  # noqa: E501
+105
+106        :param cloned_template_id: The cloned_template_id of this TemplateProperties.  # noqa: E501
+107        :type: str
+108        """
+109
+110        self._cloned_template_id = cloned_template_id
+111
+112    @property
+113    def imported_date_time(self):
+114        """Gets the imported_date_time of this TemplateProperties.  # noqa: E501
+115
+116        Track the time of assignment of Template information to the Form.  # noqa: E501
+117
+118        :return: The imported_date_time of this TemplateProperties.  # noqa: E501
+119        :rtype: datetime
+120        """
+121        return self._imported_date_time
+122
+123    @imported_date_time.setter
+124    def imported_date_time(self, imported_date_time):
+125        """Sets the imported_date_time of this TemplateProperties.
+126
+127        Track the time of assignment of Template information to the Form.  # noqa: E501
+128
+129        :param imported_date_time: The imported_date_time of this TemplateProperties.  # noqa: E501
+130        :type: datetime
+131        """
+132
+133        self._imported_date_time = imported_date_time
+134
+135    @property
+136    def recipient_ids(self):
+137        """Gets the recipient_ids of this TemplateProperties.  # noqa: E501
+138
+139        Track mapped recipients on Template.  # noqa: E501
+140
+141        :return: The recipient_ids of this TemplateProperties.  # noqa: E501
+142        :rtype: list[str]
+143        """
+144        return self._recipient_ids
+145
+146    @recipient_ids.setter
+147    def recipient_ids(self, recipient_ids):
+148        """Sets the recipient_ids of this TemplateProperties.
+149
+150        Track mapped recipients on Template.  # noqa: E501
+151
+152        :param recipient_ids: The recipient_ids of this TemplateProperties.  # noqa: E501
+153        :type: list[str]
+154        """
+155
+156        self._recipient_ids = recipient_ids
+157
+158    def to_dict(self):
+159        """Returns the model properties as a dict"""
+160        result = {}
+161
+162        for attr, _ in six.iteritems(self.swagger_types):
+163            value = getattr(self, attr)
+164            if isinstance(value, list):
+165                result[attr] = list(map(
+166                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+167                    value
+168                ))
+169            elif hasattr(value, "to_dict"):
+170                result[attr] = value.to_dict()
+171            elif isinstance(value, dict):
+172                result[attr] = dict(map(
+173                    lambda item: (item[0], item[1].to_dict())
+174                    if hasattr(item[1], "to_dict") else item,
+175                    value.items()
+176                ))
+177            else:
+178                result[attr] = value
+179        if issubclass(TemplateProperties, dict):
+180            for key, value in self.items():
+181                result[key] = value
+182
+183        return result
+184
+185    def to_str(self):
+186        """Returns the string representation of the model"""
+187        return pprint.pformat(self.to_dict())
+188
+189    def __repr__(self):
+190        """For `print` and `pprint`"""
+191        return self.to_str()
+192
+193    def __eq__(self, other):
+194        """Returns true if both objects are equal"""
+195        if not isinstance(other, TemplateProperties):
+196            return False
+197
+198        return self.to_dict() == other.to_dict()
+199
+200    def __ne__(self, other):
+201        """Returns true if both objects are not equal"""
+202        if not isinstance(other, TemplateProperties):
+203            return True
+204
+205        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + TemplateProperties: + + + +
+ +
 23class TemplateProperties(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'original_template_id': 'str',
+ 38        'cloned_template_id': 'str',
+ 39        'imported_date_time': 'datetime',
+ 40        'recipient_ids': 'list[str]'
+ 41    }
+ 42
+ 43    attribute_map = {
+ 44        'original_template_id': 'originalTemplateId',
+ 45        'cloned_template_id': 'clonedTemplateId',
+ 46        'imported_date_time': 'importedDateTime',
+ 47        'recipient_ids': 'recipientIds'
+ 48    }
+ 49
+ 50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 51        """TemplateProperties - a model defined in Swagger"""  # noqa: E501
+ 52        if _configuration is None:
+ 53            _configuration = Configuration()
+ 54        self._configuration = _configuration
+ 55
+ 56        self._original_template_id = None
+ 57        self._cloned_template_id = None
+ 58        self._imported_date_time = None
+ 59        self._recipient_ids = None
+ 60        self.discriminator = None
+ 61
+ 62        setattr(self, "_{}".format('original_template_id'), kwargs.get('original_template_id', None))
+ 63        setattr(self, "_{}".format('cloned_template_id'), kwargs.get('cloned_template_id', None))
+ 64        setattr(self, "_{}".format('imported_date_time'), kwargs.get('imported_date_time', None))
+ 65        setattr(self, "_{}".format('recipient_ids'), kwargs.get('recipient_ids', None))
+ 66
+ 67    @property
+ 68    def original_template_id(self):
+ 69        """Gets the original_template_id of this TemplateProperties.  # noqa: E501
+ 70
+ 71        Template identifier for original Template that is used by the DocuSign Template API.  # noqa: E501
+ 72
+ 73        :return: The original_template_id of this TemplateProperties.  # noqa: E501
+ 74        :rtype: str
+ 75        """
+ 76        return self._original_template_id
+ 77
+ 78    @original_template_id.setter
+ 79    def original_template_id(self, original_template_id):
+ 80        """Sets the original_template_id of this TemplateProperties.
+ 81
+ 82        Template identifier for original Template that is used by the DocuSign Template API.  # noqa: E501
+ 83
+ 84        :param original_template_id: The original_template_id of this TemplateProperties.  # noqa: E501
+ 85        :type: str
+ 86        """
+ 87
+ 88        self._original_template_id = original_template_id
+ 89
+ 90    @property
+ 91    def cloned_template_id(self):
+ 92        """Gets the cloned_template_id of this TemplateProperties.  # noqa: E501
+ 93
+ 94        Template identifier for cloned Template that is used by the DocuSign Template API.  # noqa: E501
+ 95
+ 96        :return: The cloned_template_id of this TemplateProperties.  # noqa: E501
+ 97        :rtype: str
+ 98        """
+ 99        return self._cloned_template_id
+100
+101    @cloned_template_id.setter
+102    def cloned_template_id(self, cloned_template_id):
+103        """Sets the cloned_template_id of this TemplateProperties.
+104
+105        Template identifier for cloned Template that is used by the DocuSign Template API.  # noqa: E501
+106
+107        :param cloned_template_id: The cloned_template_id of this TemplateProperties.  # noqa: E501
+108        :type: str
+109        """
+110
+111        self._cloned_template_id = cloned_template_id
+112
+113    @property
+114    def imported_date_time(self):
+115        """Gets the imported_date_time of this TemplateProperties.  # noqa: E501
+116
+117        Track the time of assignment of Template information to the Form.  # noqa: E501
+118
+119        :return: The imported_date_time of this TemplateProperties.  # noqa: E501
+120        :rtype: datetime
+121        """
+122        return self._imported_date_time
+123
+124    @imported_date_time.setter
+125    def imported_date_time(self, imported_date_time):
+126        """Sets the imported_date_time of this TemplateProperties.
+127
+128        Track the time of assignment of Template information to the Form.  # noqa: E501
+129
+130        :param imported_date_time: The imported_date_time of this TemplateProperties.  # noqa: E501
+131        :type: datetime
+132        """
+133
+134        self._imported_date_time = imported_date_time
+135
+136    @property
+137    def recipient_ids(self):
+138        """Gets the recipient_ids of this TemplateProperties.  # noqa: E501
+139
+140        Track mapped recipients on Template.  # noqa: E501
+141
+142        :return: The recipient_ids of this TemplateProperties.  # noqa: E501
+143        :rtype: list[str]
+144        """
+145        return self._recipient_ids
+146
+147    @recipient_ids.setter
+148    def recipient_ids(self, recipient_ids):
+149        """Sets the recipient_ids of this TemplateProperties.
+150
+151        Track mapped recipients on Template.  # noqa: E501
+152
+153        :param recipient_ids: The recipient_ids of this TemplateProperties.  # noqa: E501
+154        :type: list[str]
+155        """
+156
+157        self._recipient_ids = recipient_ids
+158
+159    def to_dict(self):
+160        """Returns the model properties as a dict"""
+161        result = {}
+162
+163        for attr, _ in six.iteritems(self.swagger_types):
+164            value = getattr(self, attr)
+165            if isinstance(value, list):
+166                result[attr] = list(map(
+167                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+168                    value
+169                ))
+170            elif hasattr(value, "to_dict"):
+171                result[attr] = value.to_dict()
+172            elif isinstance(value, dict):
+173                result[attr] = dict(map(
+174                    lambda item: (item[0], item[1].to_dict())
+175                    if hasattr(item[1], "to_dict") else item,
+176                    value.items()
+177                ))
+178            else:
+179                result[attr] = value
+180        if issubclass(TemplateProperties, dict):
+181            for key, value in self.items():
+182                result[key] = value
+183
+184        return result
+185
+186    def to_str(self):
+187        """Returns the string representation of the model"""
+188        return pprint.pformat(self.to_dict())
+189
+190    def __repr__(self):
+191        """For `print` and `pprint`"""
+192        return self.to_str()
+193
+194    def __eq__(self, other):
+195        """Returns true if both objects are equal"""
+196        if not isinstance(other, TemplateProperties):
+197            return False
+198
+199        return self.to_dict() == other.to_dict()
+200
+201    def __ne__(self, other):
+202        """Returns true if both objects are not equal"""
+203        if not isinstance(other, TemplateProperties):
+204            return True
+205
+206        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + TemplateProperties(_configuration=None, **kwargs) + + + +
+ +
50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+51        """TemplateProperties - a model defined in Swagger"""  # noqa: E501
+52        if _configuration is None:
+53            _configuration = Configuration()
+54        self._configuration = _configuration
+55
+56        self._original_template_id = None
+57        self._cloned_template_id = None
+58        self._imported_date_time = None
+59        self._recipient_ids = None
+60        self.discriminator = None
+61
+62        setattr(self, "_{}".format('original_template_id'), kwargs.get('original_template_id', None))
+63        setattr(self, "_{}".format('cloned_template_id'), kwargs.get('cloned_template_id', None))
+64        setattr(self, "_{}".format('imported_date_time'), kwargs.get('imported_date_time', None))
+65        setattr(self, "_{}".format('recipient_ids'), kwargs.get('recipient_ids', None))
+
+ + +

TemplateProperties - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'original_template_id': 'str', 'cloned_template_id': 'str', 'imported_date_time': 'datetime', 'recipient_ids': 'list[str]'} + + +
+ + + + +
+
+
+ attribute_map = {'original_template_id': 'originalTemplateId', 'cloned_template_id': 'clonedTemplateId', 'imported_date_time': 'importedDateTime', 'recipient_ids': 'recipientIds'} + + +
+ + + + +
+
+
+ original_template_id + + +
+ + +

Gets the original_template_id of this TemplateProperties. # noqa: E501

+ +

Template identifier for original Template that is used by the DocuSign Template API. # noqa: E501

+ +
Returns
+ +
+

The original_template_id of this TemplateProperties. # noqa: E501

+
+
+ + +
+
+
+ cloned_template_id + + +
+ + +

Gets the cloned_template_id of this TemplateProperties. # noqa: E501

+ +

Template identifier for cloned Template that is used by the DocuSign Template API. # noqa: E501

+ +
Returns
+ +
+

The cloned_template_id of this TemplateProperties. # noqa: E501

+
+
+ + +
+
+
+ imported_date_time + + +
+ + +

Gets the imported_date_time of this TemplateProperties. # noqa: E501

+ +

Track the time of assignment of Template information to the Form. # noqa: E501

+ +
Returns
+ +
+

The imported_date_time of this TemplateProperties. # noqa: E501

+
+
+ + +
+
+
+ recipient_ids + + +
+ + +

Gets the recipient_ids of this TemplateProperties. # noqa: E501

+ +

Track mapped recipients on Template. # noqa: E501

+ +
Returns
+ +
+

The recipient_ids of this TemplateProperties. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
159    def to_dict(self):
+160        """Returns the model properties as a dict"""
+161        result = {}
+162
+163        for attr, _ in six.iteritems(self.swagger_types):
+164            value = getattr(self, attr)
+165            if isinstance(value, list):
+166                result[attr] = list(map(
+167                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+168                    value
+169                ))
+170            elif hasattr(value, "to_dict"):
+171                result[attr] = value.to_dict()
+172            elif isinstance(value, dict):
+173                result[attr] = dict(map(
+174                    lambda item: (item[0], item[1].to_dict())
+175                    if hasattr(item[1], "to_dict") else item,
+176                    value.items()
+177                ))
+178            else:
+179                result[attr] = value
+180        if issubclass(TemplateProperties, dict):
+181            for key, value in self.items():
+182                result[key] = value
+183
+184        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
186    def to_str(self):
+187        """Returns the string representation of the model"""
+188        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/token_expiration_date_time.html b/docusign_webforms/models/token_expiration_date_time.html new file mode 100644 index 0000000..707b3fc --- /dev/null +++ b/docusign_webforms/models/token_expiration_date_time.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.token_expiration_date_time API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.token_expiration_date_time

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class TokenExpirationDateTime(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """TokenExpirationDateTime - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(TokenExpirationDateTime, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, TokenExpirationDateTime):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, TokenExpirationDateTime):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + TokenExpirationDateTime: + + + +
+ +
23class TokenExpirationDateTime(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """TokenExpirationDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(TokenExpirationDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, TokenExpirationDateTime):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, TokenExpirationDateTime):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + TokenExpirationDateTime(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """TokenExpirationDateTime - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

TokenExpirationDateTime - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(TokenExpirationDateTime, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/update_instance_request_body.html b/docusign_webforms/models/update_instance_request_body.html new file mode 100644 index 0000000..06c1472 --- /dev/null +++ b/docusign_webforms/models/update_instance_request_body.html @@ -0,0 +1,649 @@ + + + + + + + docusign_webforms.models.update_instance_request_body API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.update_instance_request_body

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class UpdateInstanceRequestBody(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'form_values': 'WebFormValues'
+ 37    }
+ 38
+ 39    attribute_map = {
+ 40        'form_values': 'formValues'
+ 41    }
+ 42
+ 43    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 44        """UpdateInstanceRequestBody - a model defined in Swagger"""  # noqa: E501
+ 45        if _configuration is None:
+ 46            _configuration = Configuration()
+ 47        self._configuration = _configuration
+ 48
+ 49        self._form_values = None
+ 50        self.discriminator = None
+ 51
+ 52        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+ 53
+ 54    @property
+ 55    def form_values(self):
+ 56        """Gets the form_values of this UpdateInstanceRequestBody.  # noqa: E501
+ 57
+ 58
+ 59        :return: The form_values of this UpdateInstanceRequestBody.  # noqa: E501
+ 60        :rtype: WebFormValues
+ 61        """
+ 62        return self._form_values
+ 63
+ 64    @form_values.setter
+ 65    def form_values(self, form_values):
+ 66        """Sets the form_values of this UpdateInstanceRequestBody.
+ 67
+ 68
+ 69        :param form_values: The form_values of this UpdateInstanceRequestBody.  # noqa: E501
+ 70        :type: WebFormValues
+ 71        """
+ 72
+ 73        self._form_values = form_values
+ 74
+ 75    def to_dict(self):
+ 76        """Returns the model properties as a dict"""
+ 77        result = {}
+ 78
+ 79        for attr, _ in six.iteritems(self.swagger_types):
+ 80            value = getattr(self, attr)
+ 81            if isinstance(value, list):
+ 82                result[attr] = list(map(
+ 83                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 84                    value
+ 85                ))
+ 86            elif hasattr(value, "to_dict"):
+ 87                result[attr] = value.to_dict()
+ 88            elif isinstance(value, dict):
+ 89                result[attr] = dict(map(
+ 90                    lambda item: (item[0], item[1].to_dict())
+ 91                    if hasattr(item[1], "to_dict") else item,
+ 92                    value.items()
+ 93                ))
+ 94            else:
+ 95                result[attr] = value
+ 96        if issubclass(UpdateInstanceRequestBody, dict):
+ 97            for key, value in self.items():
+ 98                result[key] = value
+ 99
+100        return result
+101
+102    def to_str(self):
+103        """Returns the string representation of the model"""
+104        return pprint.pformat(self.to_dict())
+105
+106    def __repr__(self):
+107        """For `print` and `pprint`"""
+108        return self.to_str()
+109
+110    def __eq__(self, other):
+111        """Returns true if both objects are equal"""
+112        if not isinstance(other, UpdateInstanceRequestBody):
+113            return False
+114
+115        return self.to_dict() == other.to_dict()
+116
+117    def __ne__(self, other):
+118        """Returns true if both objects are not equal"""
+119        if not isinstance(other, UpdateInstanceRequestBody):
+120            return True
+121
+122        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + UpdateInstanceRequestBody: + + + +
+ +
 23class UpdateInstanceRequestBody(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'form_values': 'WebFormValues'
+ 38    }
+ 39
+ 40    attribute_map = {
+ 41        'form_values': 'formValues'
+ 42    }
+ 43
+ 44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 45        """UpdateInstanceRequestBody - a model defined in Swagger"""  # noqa: E501
+ 46        if _configuration is None:
+ 47            _configuration = Configuration()
+ 48        self._configuration = _configuration
+ 49
+ 50        self._form_values = None
+ 51        self.discriminator = None
+ 52
+ 53        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+ 54
+ 55    @property
+ 56    def form_values(self):
+ 57        """Gets the form_values of this UpdateInstanceRequestBody.  # noqa: E501
+ 58
+ 59
+ 60        :return: The form_values of this UpdateInstanceRequestBody.  # noqa: E501
+ 61        :rtype: WebFormValues
+ 62        """
+ 63        return self._form_values
+ 64
+ 65    @form_values.setter
+ 66    def form_values(self, form_values):
+ 67        """Sets the form_values of this UpdateInstanceRequestBody.
+ 68
+ 69
+ 70        :param form_values: The form_values of this UpdateInstanceRequestBody.  # noqa: E501
+ 71        :type: WebFormValues
+ 72        """
+ 73
+ 74        self._form_values = form_values
+ 75
+ 76    def to_dict(self):
+ 77        """Returns the model properties as a dict"""
+ 78        result = {}
+ 79
+ 80        for attr, _ in six.iteritems(self.swagger_types):
+ 81            value = getattr(self, attr)
+ 82            if isinstance(value, list):
+ 83                result[attr] = list(map(
+ 84                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 85                    value
+ 86                ))
+ 87            elif hasattr(value, "to_dict"):
+ 88                result[attr] = value.to_dict()
+ 89            elif isinstance(value, dict):
+ 90                result[attr] = dict(map(
+ 91                    lambda item: (item[0], item[1].to_dict())
+ 92                    if hasattr(item[1], "to_dict") else item,
+ 93                    value.items()
+ 94                ))
+ 95            else:
+ 96                result[attr] = value
+ 97        if issubclass(UpdateInstanceRequestBody, dict):
+ 98            for key, value in self.items():
+ 99                result[key] = value
+100
+101        return result
+102
+103    def to_str(self):
+104        """Returns the string representation of the model"""
+105        return pprint.pformat(self.to_dict())
+106
+107    def __repr__(self):
+108        """For `print` and `pprint`"""
+109        return self.to_str()
+110
+111    def __eq__(self, other):
+112        """Returns true if both objects are equal"""
+113        if not isinstance(other, UpdateInstanceRequestBody):
+114            return False
+115
+116        return self.to_dict() == other.to_dict()
+117
+118    def __ne__(self, other):
+119        """Returns true if both objects are not equal"""
+120        if not isinstance(other, UpdateInstanceRequestBody):
+121            return True
+122
+123        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + UpdateInstanceRequestBody(_configuration=None, **kwargs) + + + +
+ +
44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+45        """UpdateInstanceRequestBody - a model defined in Swagger"""  # noqa: E501
+46        if _configuration is None:
+47            _configuration = Configuration()
+48        self._configuration = _configuration
+49
+50        self._form_values = None
+51        self.discriminator = None
+52
+53        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+
+ + +

UpdateInstanceRequestBody - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'form_values': 'WebFormValues'} + + +
+ + + + +
+
+
+ attribute_map = {'form_values': 'formValues'} + + +
+ + + + +
+
+
+ form_values + + +
+ + +

Gets the form_values of this UpdateInstanceRequestBody. # noqa: E501

+ +
Returns
+ +
+

The form_values of this UpdateInstanceRequestBody. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
 76    def to_dict(self):
+ 77        """Returns the model properties as a dict"""
+ 78        result = {}
+ 79
+ 80        for attr, _ in six.iteritems(self.swagger_types):
+ 81            value = getattr(self, attr)
+ 82            if isinstance(value, list):
+ 83                result[attr] = list(map(
+ 84                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 85                    value
+ 86                ))
+ 87            elif hasattr(value, "to_dict"):
+ 88                result[attr] = value.to_dict()
+ 89            elif isinstance(value, dict):
+ 90                result[attr] = dict(map(
+ 91                    lambda item: (item[0], item[1].to_dict())
+ 92                    if hasattr(item[1], "to_dict") else item,
+ 93                    value.items()
+ 94                ))
+ 95            else:
+ 96                result[attr] = value
+ 97        if issubclass(UpdateInstanceRequestBody, dict):
+ 98            for key, value in self.items():
+ 99                result[key] = value
+100
+101        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
103    def to_str(self):
+104        """Returns the string representation of the model"""
+105        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/user_filter.html b/docusign_webforms/models/user_filter.html new file mode 100644 index 0000000..5b2e41f --- /dev/null +++ b/docusign_webforms/models/user_filter.html @@ -0,0 +1,631 @@ + + + + + + + docusign_webforms.models.user_filter API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.user_filter

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class UserFilter(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    OWNED_BY_ME = "owned_by_me"
+ 32    SHARED_WITH_ME = "shared_with_me"
+ 33    ALL = "all"
+ 34
+ 35    """
+ 36    Attributes:
+ 37      swagger_types (dict): The key is attribute name
+ 38                            and the value is attribute type.
+ 39      attribute_map (dict): The key is attribute name
+ 40                            and the value is json key in definition.
+ 41    """
+ 42    swagger_types = {
+ 43    }
+ 44
+ 45    attribute_map = {
+ 46    }
+ 47
+ 48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 49        """UserFilter - a model defined in Swagger"""  # noqa: E501
+ 50        if _configuration is None:
+ 51            _configuration = Configuration()
+ 52        self._configuration = _configuration
+ 53        self.discriminator = None
+ 54
+ 55    def to_dict(self):
+ 56        """Returns the model properties as a dict"""
+ 57        result = {}
+ 58
+ 59        for attr, _ in six.iteritems(self.swagger_types):
+ 60            value = getattr(self, attr)
+ 61            if isinstance(value, list):
+ 62                result[attr] = list(map(
+ 63                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 64                    value
+ 65                ))
+ 66            elif hasattr(value, "to_dict"):
+ 67                result[attr] = value.to_dict()
+ 68            elif isinstance(value, dict):
+ 69                result[attr] = dict(map(
+ 70                    lambda item: (item[0], item[1].to_dict())
+ 71                    if hasattr(item[1], "to_dict") else item,
+ 72                    value.items()
+ 73                ))
+ 74            else:
+ 75                result[attr] = value
+ 76        if issubclass(UserFilter, dict):
+ 77            for key, value in self.items():
+ 78                result[key] = value
+ 79
+ 80        return result
+ 81
+ 82    def to_str(self):
+ 83        """Returns the string representation of the model"""
+ 84        return pprint.pformat(self.to_dict())
+ 85
+ 86    def __repr__(self):
+ 87        """For `print` and `pprint`"""
+ 88        return self.to_str()
+ 89
+ 90    def __eq__(self, other):
+ 91        """Returns true if both objects are equal"""
+ 92        if not isinstance(other, UserFilter):
+ 93            return False
+ 94
+ 95        return self.to_dict() == other.to_dict()
+ 96
+ 97    def __ne__(self, other):
+ 98        """Returns true if both objects are not equal"""
+ 99        if not isinstance(other, UserFilter):
+100            return True
+101
+102        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + UserFilter: + + + +
+ +
 23class UserFilter(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    OWNED_BY_ME = "owned_by_me"
+ 33    SHARED_WITH_ME = "shared_with_me"
+ 34    ALL = "all"
+ 35
+ 36    """
+ 37    Attributes:
+ 38      swagger_types (dict): The key is attribute name
+ 39                            and the value is attribute type.
+ 40      attribute_map (dict): The key is attribute name
+ 41                            and the value is json key in definition.
+ 42    """
+ 43    swagger_types = {
+ 44    }
+ 45
+ 46    attribute_map = {
+ 47    }
+ 48
+ 49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 50        """UserFilter - a model defined in Swagger"""  # noqa: E501
+ 51        if _configuration is None:
+ 52            _configuration = Configuration()
+ 53        self._configuration = _configuration
+ 54        self.discriminator = None
+ 55
+ 56    def to_dict(self):
+ 57        """Returns the model properties as a dict"""
+ 58        result = {}
+ 59
+ 60        for attr, _ in six.iteritems(self.swagger_types):
+ 61            value = getattr(self, attr)
+ 62            if isinstance(value, list):
+ 63                result[attr] = list(map(
+ 64                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 65                    value
+ 66                ))
+ 67            elif hasattr(value, "to_dict"):
+ 68                result[attr] = value.to_dict()
+ 69            elif isinstance(value, dict):
+ 70                result[attr] = dict(map(
+ 71                    lambda item: (item[0], item[1].to_dict())
+ 72                    if hasattr(item[1], "to_dict") else item,
+ 73                    value.items()
+ 74                ))
+ 75            else:
+ 76                result[attr] = value
+ 77        if issubclass(UserFilter, dict):
+ 78            for key, value in self.items():
+ 79                result[key] = value
+ 80
+ 81        return result
+ 82
+ 83    def to_str(self):
+ 84        """Returns the string representation of the model"""
+ 85        return pprint.pformat(self.to_dict())
+ 86
+ 87    def __repr__(self):
+ 88        """For `print` and `pprint`"""
+ 89        return self.to_str()
+ 90
+ 91    def __eq__(self, other):
+ 92        """Returns true if both objects are equal"""
+ 93        if not isinstance(other, UserFilter):
+ 94            return False
+ 95
+ 96        return self.to_dict() == other.to_dict()
+ 97
+ 98    def __ne__(self, other):
+ 99        """Returns true if both objects are not equal"""
+100        if not isinstance(other, UserFilter):
+101            return True
+102
+103        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + UserFilter(_configuration=None, **kwargs) + + + +
+ +
49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+50        """UserFilter - a model defined in Swagger"""  # noqa: E501
+51        if _configuration is None:
+52            _configuration = Configuration()
+53        self._configuration = _configuration
+54        self.discriminator = None
+
+ + +

UserFilter - a model defined in Swagger

+
+ + +
+
+
+ OWNED_BY_ME = 'owned_by_me' + + +
+ + + + +
+
+
+ SHARED_WITH_ME = 'shared_with_me' + + +
+ + + + +
+
+
+ ALL = 'all' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
56    def to_dict(self):
+57        """Returns the model properties as a dict"""
+58        result = {}
+59
+60        for attr, _ in six.iteritems(self.swagger_types):
+61            value = getattr(self, attr)
+62            if isinstance(value, list):
+63                result[attr] = list(map(
+64                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+65                    value
+66                ))
+67            elif hasattr(value, "to_dict"):
+68                result[attr] = value.to_dict()
+69            elif isinstance(value, dict):
+70                result[attr] = dict(map(
+71                    lambda item: (item[0], item[1].to_dict())
+72                    if hasattr(item[1], "to_dict") else item,
+73                    value.items()
+74                ))
+75            else:
+76                result[attr] = value
+77        if issubclass(UserFilter, dict):
+78            for key, value in self.items():
+79                result[key] = value
+80
+81        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
83    def to_str(self):
+84        """Returns the string representation of the model"""
+85        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/user_id.html b/docusign_webforms/models/user_id.html new file mode 100644 index 0000000..5294305 --- /dev/null +++ b/docusign_webforms/models/user_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.user_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.user_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class UserId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """UserId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(UserId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, UserId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, UserId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + UserId: + + + +
+ +
23class UserId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """UserId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(UserId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, UserId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, UserId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + UserId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """UserId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

UserId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(UserId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form.html b/docusign_webforms/models/web_form.html new file mode 100644 index 0000000..0e91b66 --- /dev/null +++ b/docusign_webforms/models/web_form.html @@ -0,0 +1,750 @@ + + + + + + + docusign_webforms.models.web_form API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.models.web_form_summary import WebFormSummary  # noqa: F401,E501
+ 20from docusign_webforms.client.configuration import Configuration
+ 21
+ 22
+ 23class WebForm(WebFormSummary):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'version_id': 'int',
+ 37        'form_content': 'WebFormContent'
+ 38    }
+ 39    if hasattr(WebFormSummary, "swagger_types"):
+ 40        swagger_types.update(WebFormSummary.swagger_types)
+ 41
+ 42    attribute_map = {
+ 43        'version_id': 'versionId',
+ 44        'form_content': 'formContent'
+ 45    }
+ 46    if hasattr(WebFormSummary, "attribute_map"):
+ 47        attribute_map.update(WebFormSummary.attribute_map)
+ 48
+ 49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 50        """WebForm - a model defined in Swagger"""  # noqa: E501
+ 51        if _configuration is None:
+ 52            _configuration = Configuration()
+ 53        self._configuration = _configuration
+ 54
+ 55        self._version_id = None
+ 56        self._form_content = None
+ 57        self.discriminator = None
+ 58        WebFormSummary.__init__(self, _configuration, **kwargs)
+ 59
+ 60        setattr(self, "_{}".format('version_id'), kwargs.get('version_id', None))
+ 61        setattr(self, "_{}".format('form_content'), kwargs.get('form_content', None))
+ 62
+ 63    @property
+ 64    def version_id(self):
+ 65        """Gets the version_id of this WebForm.  # noqa: E501
+ 66
+ 67
+ 68        :return: The version_id of this WebForm.  # noqa: E501
+ 69        :rtype: int
+ 70        """
+ 71        return self._version_id
+ 72
+ 73    @version_id.setter
+ 74    def version_id(self, version_id):
+ 75        """Sets the version_id of this WebForm.
+ 76
+ 77
+ 78        :param version_id: The version_id of this WebForm.  # noqa: E501
+ 79        :type: int
+ 80        """
+ 81
+ 82        self._version_id = version_id
+ 83
+ 84    @property
+ 85    def form_content(self):
+ 86        """Gets the form_content of this WebForm.  # noqa: E501
+ 87
+ 88
+ 89        :return: The form_content of this WebForm.  # noqa: E501
+ 90        :rtype: WebFormContent
+ 91        """
+ 92        return self._form_content
+ 93
+ 94    @form_content.setter
+ 95    def form_content(self, form_content):
+ 96        """Sets the form_content of this WebForm.
+ 97
+ 98
+ 99        :param form_content: The form_content of this WebForm.  # noqa: E501
+100        :type: WebFormContent
+101        """
+102
+103        self._form_content = form_content
+104
+105    def to_dict(self):
+106        """Returns the model properties as a dict"""
+107        result = {}
+108
+109        for attr, _ in six.iteritems(self.swagger_types):
+110            value = getattr(self, attr)
+111            if isinstance(value, list):
+112                result[attr] = list(map(
+113                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+114                    value
+115                ))
+116            elif hasattr(value, "to_dict"):
+117                result[attr] = value.to_dict()
+118            elif isinstance(value, dict):
+119                result[attr] = dict(map(
+120                    lambda item: (item[0], item[1].to_dict())
+121                    if hasattr(item[1], "to_dict") else item,
+122                    value.items()
+123                ))
+124            else:
+125                result[attr] = value
+126        if issubclass(WebForm, dict):
+127            for key, value in self.items():
+128                result[key] = value
+129
+130        return result
+131
+132    def to_str(self):
+133        """Returns the string representation of the model"""
+134        return pprint.pformat(self.to_dict())
+135
+136    def __repr__(self):
+137        """For `print` and `pprint`"""
+138        return self.to_str()
+139
+140    def __eq__(self, other):
+141        """Returns true if both objects are equal"""
+142        if not isinstance(other, WebForm):
+143            return False
+144
+145        return self.to_dict() == other.to_dict()
+146
+147    def __ne__(self, other):
+148        """Returns true if both objects are not equal"""
+149        if not isinstance(other, WebForm):
+150            return True
+151
+152        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebForm(docusign_webforms.models.web_form_summary.WebFormSummary): + + + +
+ +
 24class WebForm(WebFormSummary):
+ 25    """NOTE: This class is auto generated by the swagger code generator program.
+ 26
+ 27    Do not edit the class manually.
+ 28    """
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'version_id': 'int',
+ 38        'form_content': 'WebFormContent'
+ 39    }
+ 40    if hasattr(WebFormSummary, "swagger_types"):
+ 41        swagger_types.update(WebFormSummary.swagger_types)
+ 42
+ 43    attribute_map = {
+ 44        'version_id': 'versionId',
+ 45        'form_content': 'formContent'
+ 46    }
+ 47    if hasattr(WebFormSummary, "attribute_map"):
+ 48        attribute_map.update(WebFormSummary.attribute_map)
+ 49
+ 50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 51        """WebForm - a model defined in Swagger"""  # noqa: E501
+ 52        if _configuration is None:
+ 53            _configuration = Configuration()
+ 54        self._configuration = _configuration
+ 55
+ 56        self._version_id = None
+ 57        self._form_content = None
+ 58        self.discriminator = None
+ 59        WebFormSummary.__init__(self, _configuration, **kwargs)
+ 60
+ 61        setattr(self, "_{}".format('version_id'), kwargs.get('version_id', None))
+ 62        setattr(self, "_{}".format('form_content'), kwargs.get('form_content', None))
+ 63
+ 64    @property
+ 65    def version_id(self):
+ 66        """Gets the version_id of this WebForm.  # noqa: E501
+ 67
+ 68
+ 69        :return: The version_id of this WebForm.  # noqa: E501
+ 70        :rtype: int
+ 71        """
+ 72        return self._version_id
+ 73
+ 74    @version_id.setter
+ 75    def version_id(self, version_id):
+ 76        """Sets the version_id of this WebForm.
+ 77
+ 78
+ 79        :param version_id: The version_id of this WebForm.  # noqa: E501
+ 80        :type: int
+ 81        """
+ 82
+ 83        self._version_id = version_id
+ 84
+ 85    @property
+ 86    def form_content(self):
+ 87        """Gets the form_content of this WebForm.  # noqa: E501
+ 88
+ 89
+ 90        :return: The form_content of this WebForm.  # noqa: E501
+ 91        :rtype: WebFormContent
+ 92        """
+ 93        return self._form_content
+ 94
+ 95    @form_content.setter
+ 96    def form_content(self, form_content):
+ 97        """Sets the form_content of this WebForm.
+ 98
+ 99
+100        :param form_content: The form_content of this WebForm.  # noqa: E501
+101        :type: WebFormContent
+102        """
+103
+104        self._form_content = form_content
+105
+106    def to_dict(self):
+107        """Returns the model properties as a dict"""
+108        result = {}
+109
+110        for attr, _ in six.iteritems(self.swagger_types):
+111            value = getattr(self, attr)
+112            if isinstance(value, list):
+113                result[attr] = list(map(
+114                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+115                    value
+116                ))
+117            elif hasattr(value, "to_dict"):
+118                result[attr] = value.to_dict()
+119            elif isinstance(value, dict):
+120                result[attr] = dict(map(
+121                    lambda item: (item[0], item[1].to_dict())
+122                    if hasattr(item[1], "to_dict") else item,
+123                    value.items()
+124                ))
+125            else:
+126                result[attr] = value
+127        if issubclass(WebForm, dict):
+128            for key, value in self.items():
+129                result[key] = value
+130
+131        return result
+132
+133    def to_str(self):
+134        """Returns the string representation of the model"""
+135        return pprint.pformat(self.to_dict())
+136
+137    def __repr__(self):
+138        """For `print` and `pprint`"""
+139        return self.to_str()
+140
+141    def __eq__(self, other):
+142        """Returns true if both objects are equal"""
+143        if not isinstance(other, WebForm):
+144            return False
+145
+146        return self.to_dict() == other.to_dict()
+147
+148    def __ne__(self, other):
+149        """Returns true if both objects are not equal"""
+150        if not isinstance(other, WebForm):
+151            return True
+152
+153        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebForm(_configuration=None, **kwargs) + + + +
+ +
50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+51        """WebForm - a model defined in Swagger"""  # noqa: E501
+52        if _configuration is None:
+53            _configuration = Configuration()
+54        self._configuration = _configuration
+55
+56        self._version_id = None
+57        self._form_content = None
+58        self.discriminator = None
+59        WebFormSummary.__init__(self, _configuration, **kwargs)
+60
+61        setattr(self, "_{}".format('version_id'), kwargs.get('version_id', None))
+62        setattr(self, "_{}".format('form_content'), kwargs.get('form_content', None))
+
+ + +

WebForm - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'version_id': 'int', 'form_content': 'WebFormContent', 'id': 'str', 'account_id': 'str', 'is_published': 'bool', 'is_enabled': 'bool', 'is_uploaded': 'bool', 'has_draft_changes': 'bool', 'form_state': 'WebFormState', 'form_properties': 'WebFormProperties', 'form_metadata': 'WebFormMetadata'} + + +
+ + + + +
+
+
+ attribute_map = {'version_id': 'versionId', 'form_content': 'formContent', 'id': 'id', 'account_id': 'accountId', 'is_published': 'isPublished', 'is_enabled': 'isEnabled', 'is_uploaded': 'isUploaded', 'has_draft_changes': 'hasDraftChanges', 'form_state': 'formState', 'form_properties': 'formProperties', 'form_metadata': 'formMetadata'} + + +
+ + + + +
+
+
+ version_id + + +
+ + +

Gets the version_id of this WebForm. # noqa: E501

+ +
Returns
+ +
+

The version_id of this WebForm. # noqa: E501

+
+
+ + +
+
+
+ form_content + + +
+ + +

Gets the form_content of this WebForm. # noqa: E501

+ +
Returns
+ +
+

The form_content of this WebForm. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
106    def to_dict(self):
+107        """Returns the model properties as a dict"""
+108        result = {}
+109
+110        for attr, _ in six.iteritems(self.swagger_types):
+111            value = getattr(self, attr)
+112            if isinstance(value, list):
+113                result[attr] = list(map(
+114                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+115                    value
+116                ))
+117            elif hasattr(value, "to_dict"):
+118                result[attr] = value.to_dict()
+119            elif isinstance(value, dict):
+120                result[attr] = dict(map(
+121                    lambda item: (item[0], item[1].to_dict())
+122                    if hasattr(item[1], "to_dict") else item,
+123                    value.items()
+124                ))
+125            else:
+126                result[attr] = value
+127        if issubclass(WebForm, dict):
+128            for key, value in self.items():
+129                result[key] = value
+130
+131        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
133    def to_str(self):
+134        """Returns the string representation of the model"""
+135        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+ +
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_adm_type.html b/docusign_webforms/models/web_form_adm_type.html new file mode 100644 index 0000000..17f960b --- /dev/null +++ b/docusign_webforms/models/web_form_adm_type.html @@ -0,0 +1,775 @@ + + + + + + + docusign_webforms.models.web_form_adm_type API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_adm_type

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormAdmType(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    STRING = "String"
+ 32    BOOLEAN = "Boolean"
+ 33    DOUBLE = "Double"
+ 34    DATETIME = "DateTime"
+ 35    ARRAYOFSTRING = "ArrayOfString"
+ 36    CHECKBOXGROUP = "CheckboxGroup"
+ 37    DATE = "Date"
+ 38    EMAIL = "Email"
+ 39    NUMBER = "Number"
+ 40    RADIOBUTTONGROUP = "RadioButtonGroup"
+ 41    SELECT = "Select"
+ 42    TEXTBOX = "TextBox"
+ 43
+ 44    """
+ 45    Attributes:
+ 46      swagger_types (dict): The key is attribute name
+ 47                            and the value is attribute type.
+ 48      attribute_map (dict): The key is attribute name
+ 49                            and the value is json key in definition.
+ 50    """
+ 51    swagger_types = {
+ 52    }
+ 53
+ 54    attribute_map = {
+ 55    }
+ 56
+ 57    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 58        """WebFormAdmType - a model defined in Swagger"""  # noqa: E501
+ 59        if _configuration is None:
+ 60            _configuration = Configuration()
+ 61        self._configuration = _configuration
+ 62        self.discriminator = None
+ 63
+ 64    def to_dict(self):
+ 65        """Returns the model properties as a dict"""
+ 66        result = {}
+ 67
+ 68        for attr, _ in six.iteritems(self.swagger_types):
+ 69            value = getattr(self, attr)
+ 70            if isinstance(value, list):
+ 71                result[attr] = list(map(
+ 72                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 73                    value
+ 74                ))
+ 75            elif hasattr(value, "to_dict"):
+ 76                result[attr] = value.to_dict()
+ 77            elif isinstance(value, dict):
+ 78                result[attr] = dict(map(
+ 79                    lambda item: (item[0], item[1].to_dict())
+ 80                    if hasattr(item[1], "to_dict") else item,
+ 81                    value.items()
+ 82                ))
+ 83            else:
+ 84                result[attr] = value
+ 85        if issubclass(WebFormAdmType, dict):
+ 86            for key, value in self.items():
+ 87                result[key] = value
+ 88
+ 89        return result
+ 90
+ 91    def to_str(self):
+ 92        """Returns the string representation of the model"""
+ 93        return pprint.pformat(self.to_dict())
+ 94
+ 95    def __repr__(self):
+ 96        """For `print` and `pprint`"""
+ 97        return self.to_str()
+ 98
+ 99    def __eq__(self, other):
+100        """Returns true if both objects are equal"""
+101        if not isinstance(other, WebFormAdmType):
+102            return False
+103
+104        return self.to_dict() == other.to_dict()
+105
+106    def __ne__(self, other):
+107        """Returns true if both objects are not equal"""
+108        if not isinstance(other, WebFormAdmType):
+109            return True
+110
+111        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormAdmType: + + + +
+ +
 23class WebFormAdmType(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    STRING = "String"
+ 33    BOOLEAN = "Boolean"
+ 34    DOUBLE = "Double"
+ 35    DATETIME = "DateTime"
+ 36    ARRAYOFSTRING = "ArrayOfString"
+ 37    CHECKBOXGROUP = "CheckboxGroup"
+ 38    DATE = "Date"
+ 39    EMAIL = "Email"
+ 40    NUMBER = "Number"
+ 41    RADIOBUTTONGROUP = "RadioButtonGroup"
+ 42    SELECT = "Select"
+ 43    TEXTBOX = "TextBox"
+ 44
+ 45    """
+ 46    Attributes:
+ 47      swagger_types (dict): The key is attribute name
+ 48                            and the value is attribute type.
+ 49      attribute_map (dict): The key is attribute name
+ 50                            and the value is json key in definition.
+ 51    """
+ 52    swagger_types = {
+ 53    }
+ 54
+ 55    attribute_map = {
+ 56    }
+ 57
+ 58    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 59        """WebFormAdmType - a model defined in Swagger"""  # noqa: E501
+ 60        if _configuration is None:
+ 61            _configuration = Configuration()
+ 62        self._configuration = _configuration
+ 63        self.discriminator = None
+ 64
+ 65    def to_dict(self):
+ 66        """Returns the model properties as a dict"""
+ 67        result = {}
+ 68
+ 69        for attr, _ in six.iteritems(self.swagger_types):
+ 70            value = getattr(self, attr)
+ 71            if isinstance(value, list):
+ 72                result[attr] = list(map(
+ 73                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 74                    value
+ 75                ))
+ 76            elif hasattr(value, "to_dict"):
+ 77                result[attr] = value.to_dict()
+ 78            elif isinstance(value, dict):
+ 79                result[attr] = dict(map(
+ 80                    lambda item: (item[0], item[1].to_dict())
+ 81                    if hasattr(item[1], "to_dict") else item,
+ 82                    value.items()
+ 83                ))
+ 84            else:
+ 85                result[attr] = value
+ 86        if issubclass(WebFormAdmType, dict):
+ 87            for key, value in self.items():
+ 88                result[key] = value
+ 89
+ 90        return result
+ 91
+ 92    def to_str(self):
+ 93        """Returns the string representation of the model"""
+ 94        return pprint.pformat(self.to_dict())
+ 95
+ 96    def __repr__(self):
+ 97        """For `print` and `pprint`"""
+ 98        return self.to_str()
+ 99
+100    def __eq__(self, other):
+101        """Returns true if both objects are equal"""
+102        if not isinstance(other, WebFormAdmType):
+103            return False
+104
+105        return self.to_dict() == other.to_dict()
+106
+107    def __ne__(self, other):
+108        """Returns true if both objects are not equal"""
+109        if not isinstance(other, WebFormAdmType):
+110            return True
+111
+112        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormAdmType(_configuration=None, **kwargs) + + + +
+ +
58    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+59        """WebFormAdmType - a model defined in Swagger"""  # noqa: E501
+60        if _configuration is None:
+61            _configuration = Configuration()
+62        self._configuration = _configuration
+63        self.discriminator = None
+
+ + +

WebFormAdmType - a model defined in Swagger

+
+ + +
+
+
+ STRING = 'String' + + +
+ + + + +
+
+
+ BOOLEAN = 'Boolean' + + +
+ + + + +
+
+
+ DOUBLE = 'Double' + + +
+ + + + +
+
+
+ DATETIME = 'DateTime' + + +
+ + + + +
+
+
+ ARRAYOFSTRING = 'ArrayOfString' + + +
+ + + + +
+
+
+ CHECKBOXGROUP = 'CheckboxGroup' + + +
+ + + + +
+
+
+ DATE = 'Date' + + +
+ + + + +
+
+
+ EMAIL = 'Email' + + +
+ + + + +
+
+
+ NUMBER = 'Number' + + +
+ + + + +
+
+
+ RADIOBUTTONGROUP = 'RadioButtonGroup' + + +
+ + + + +
+
+
+ SELECT = 'Select' + + +
+ + + + +
+
+
+ TEXTBOX = 'TextBox' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
65    def to_dict(self):
+66        """Returns the model properties as a dict"""
+67        result = {}
+68
+69        for attr, _ in six.iteritems(self.swagger_types):
+70            value = getattr(self, attr)
+71            if isinstance(value, list):
+72                result[attr] = list(map(
+73                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+74                    value
+75                ))
+76            elif hasattr(value, "to_dict"):
+77                result[attr] = value.to_dict()
+78            elif isinstance(value, dict):
+79                result[attr] = dict(map(
+80                    lambda item: (item[0], item[1].to_dict())
+81                    if hasattr(item[1], "to_dict") else item,
+82                    value.items()
+83                ))
+84            else:
+85                result[attr] = value
+86        if issubclass(WebFormAdmType, dict):
+87            for key, value in self.items():
+88                result[key] = value
+89
+90        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
92    def to_str(self):
+93        """Returns the string representation of the model"""
+94        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_component.html b/docusign_webforms/models/web_form_component.html new file mode 100644 index 0000000..88d3d8f --- /dev/null +++ b/docusign_webforms/models/web_form_component.html @@ -0,0 +1,829 @@ + + + + + + + docusign_webforms.models.web_form_component API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_component

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormComponent(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'component_key': 'str',
+ 37        'component_type': 'str',
+ 38        'component_name': 'str'
+ 39    }
+ 40
+ 41    attribute_map = {
+ 42        'component_key': 'componentKey',
+ 43        'component_type': 'componentType',
+ 44        'component_name': 'componentName'
+ 45    }
+ 46
+ 47    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 48        """WebFormComponent - a model defined in Swagger"""  # noqa: E501
+ 49        if _configuration is None:
+ 50            _configuration = Configuration()
+ 51        self._configuration = _configuration
+ 52
+ 53        self._component_key = None
+ 54        self._component_type = None
+ 55        self._component_name = None
+ 56        self.discriminator = None
+ 57
+ 58        setattr(self, "_{}".format('component_key'), kwargs.get('component_key', None))
+ 59        setattr(self, "_{}".format('component_type'), kwargs.get('component_type', None))
+ 60        setattr(self, "_{}".format('component_name'), kwargs.get('component_name', None))
+ 61
+ 62    @property
+ 63    def component_key(self):
+ 64        """Gets the component_key of this WebFormComponent.  # noqa: E501
+ 65
+ 66
+ 67        :return: The component_key of this WebFormComponent.  # noqa: E501
+ 68        :rtype: str
+ 69        """
+ 70        return self._component_key
+ 71
+ 72    @component_key.setter
+ 73    def component_key(self, component_key):
+ 74        """Sets the component_key of this WebFormComponent.
+ 75
+ 76
+ 77        :param component_key: The component_key of this WebFormComponent.  # noqa: E501
+ 78        :type: str
+ 79        """
+ 80        if self._configuration.client_side_validation and component_key is None:
+ 81            raise ValueError("Invalid value for `component_key`, must not be `None`")  # noqa: E501
+ 82
+ 83        self._component_key = component_key
+ 84
+ 85    @property
+ 86    def component_type(self):
+ 87        """Gets the component_type of this WebFormComponent.  # noqa: E501
+ 88
+ 89        The type of component this object represents  # noqa: E501
+ 90
+ 91        :return: The component_type of this WebFormComponent.  # noqa: E501
+ 92        :rtype: str
+ 93        """
+ 94        return self._component_type
+ 95
+ 96    @component_type.setter
+ 97    def component_type(self, component_type):
+ 98        """Sets the component_type of this WebFormComponent.
+ 99
+100        The type of component this object represents  # noqa: E501
+101
+102        :param component_type: The component_type of this WebFormComponent.  # noqa: E501
+103        :type: str
+104        """
+105        if self._configuration.client_side_validation and component_type is None:
+106            raise ValueError("Invalid value for `component_type`, must not be `None`")  # noqa: E501
+107        if (self._configuration.client_side_validation and
+108                component_type is not None and len(component_type) > 100):
+109            raise ValueError("Invalid value for `component_type`, length must be less than or equal to `100`")  # noqa: E501
+110
+111        self._component_type = component_type
+112
+113    @property
+114    def component_name(self):
+115        """Gets the component_name of this WebFormComponent.  # noqa: E501
+116
+117        Name value that is used for mapping components to external sources  # noqa: E501
+118
+119        :return: The component_name of this WebFormComponent.  # noqa: E501
+120        :rtype: str
+121        """
+122        return self._component_name
+123
+124    @component_name.setter
+125    def component_name(self, component_name):
+126        """Sets the component_name of this WebFormComponent.
+127
+128        Name value that is used for mapping components to external sources  # noqa: E501
+129
+130        :param component_name: The component_name of this WebFormComponent.  # noqa: E501
+131        :type: str
+132        """
+133        if (self._configuration.client_side_validation and
+134                component_name is not None and len(component_name) > 100):
+135            raise ValueError("Invalid value for `component_name`, length must be less than or equal to `100`")  # noqa: E501
+136
+137        self._component_name = component_name
+138
+139    def to_dict(self):
+140        """Returns the model properties as a dict"""
+141        result = {}
+142
+143        for attr, _ in six.iteritems(self.swagger_types):
+144            value = getattr(self, attr)
+145            if isinstance(value, list):
+146                result[attr] = list(map(
+147                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+148                    value
+149                ))
+150            elif hasattr(value, "to_dict"):
+151                result[attr] = value.to_dict()
+152            elif isinstance(value, dict):
+153                result[attr] = dict(map(
+154                    lambda item: (item[0], item[1].to_dict())
+155                    if hasattr(item[1], "to_dict") else item,
+156                    value.items()
+157                ))
+158            else:
+159                result[attr] = value
+160        if issubclass(WebFormComponent, dict):
+161            for key, value in self.items():
+162                result[key] = value
+163
+164        return result
+165
+166    def to_str(self):
+167        """Returns the string representation of the model"""
+168        return pprint.pformat(self.to_dict())
+169
+170    def __repr__(self):
+171        """For `print` and `pprint`"""
+172        return self.to_str()
+173
+174    def __eq__(self, other):
+175        """Returns true if both objects are equal"""
+176        if not isinstance(other, WebFormComponent):
+177            return False
+178
+179        return self.to_dict() == other.to_dict()
+180
+181    def __ne__(self, other):
+182        """Returns true if both objects are not equal"""
+183        if not isinstance(other, WebFormComponent):
+184            return True
+185
+186        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormComponent: + + + +
+ +
 23class WebFormComponent(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'component_key': 'str',
+ 38        'component_type': 'str',
+ 39        'component_name': 'str'
+ 40    }
+ 41
+ 42    attribute_map = {
+ 43        'component_key': 'componentKey',
+ 44        'component_type': 'componentType',
+ 45        'component_name': 'componentName'
+ 46    }
+ 47
+ 48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 49        """WebFormComponent - a model defined in Swagger"""  # noqa: E501
+ 50        if _configuration is None:
+ 51            _configuration = Configuration()
+ 52        self._configuration = _configuration
+ 53
+ 54        self._component_key = None
+ 55        self._component_type = None
+ 56        self._component_name = None
+ 57        self.discriminator = None
+ 58
+ 59        setattr(self, "_{}".format('component_key'), kwargs.get('component_key', None))
+ 60        setattr(self, "_{}".format('component_type'), kwargs.get('component_type', None))
+ 61        setattr(self, "_{}".format('component_name'), kwargs.get('component_name', None))
+ 62
+ 63    @property
+ 64    def component_key(self):
+ 65        """Gets the component_key of this WebFormComponent.  # noqa: E501
+ 66
+ 67
+ 68        :return: The component_key of this WebFormComponent.  # noqa: E501
+ 69        :rtype: str
+ 70        """
+ 71        return self._component_key
+ 72
+ 73    @component_key.setter
+ 74    def component_key(self, component_key):
+ 75        """Sets the component_key of this WebFormComponent.
+ 76
+ 77
+ 78        :param component_key: The component_key of this WebFormComponent.  # noqa: E501
+ 79        :type: str
+ 80        """
+ 81        if self._configuration.client_side_validation and component_key is None:
+ 82            raise ValueError("Invalid value for `component_key`, must not be `None`")  # noqa: E501
+ 83
+ 84        self._component_key = component_key
+ 85
+ 86    @property
+ 87    def component_type(self):
+ 88        """Gets the component_type of this WebFormComponent.  # noqa: E501
+ 89
+ 90        The type of component this object represents  # noqa: E501
+ 91
+ 92        :return: The component_type of this WebFormComponent.  # noqa: E501
+ 93        :rtype: str
+ 94        """
+ 95        return self._component_type
+ 96
+ 97    @component_type.setter
+ 98    def component_type(self, component_type):
+ 99        """Sets the component_type of this WebFormComponent.
+100
+101        The type of component this object represents  # noqa: E501
+102
+103        :param component_type: The component_type of this WebFormComponent.  # noqa: E501
+104        :type: str
+105        """
+106        if self._configuration.client_side_validation and component_type is None:
+107            raise ValueError("Invalid value for `component_type`, must not be `None`")  # noqa: E501
+108        if (self._configuration.client_side_validation and
+109                component_type is not None and len(component_type) > 100):
+110            raise ValueError("Invalid value for `component_type`, length must be less than or equal to `100`")  # noqa: E501
+111
+112        self._component_type = component_type
+113
+114    @property
+115    def component_name(self):
+116        """Gets the component_name of this WebFormComponent.  # noqa: E501
+117
+118        Name value that is used for mapping components to external sources  # noqa: E501
+119
+120        :return: The component_name of this WebFormComponent.  # noqa: E501
+121        :rtype: str
+122        """
+123        return self._component_name
+124
+125    @component_name.setter
+126    def component_name(self, component_name):
+127        """Sets the component_name of this WebFormComponent.
+128
+129        Name value that is used for mapping components to external sources  # noqa: E501
+130
+131        :param component_name: The component_name of this WebFormComponent.  # noqa: E501
+132        :type: str
+133        """
+134        if (self._configuration.client_side_validation and
+135                component_name is not None and len(component_name) > 100):
+136            raise ValueError("Invalid value for `component_name`, length must be less than or equal to `100`")  # noqa: E501
+137
+138        self._component_name = component_name
+139
+140    def to_dict(self):
+141        """Returns the model properties as a dict"""
+142        result = {}
+143
+144        for attr, _ in six.iteritems(self.swagger_types):
+145            value = getattr(self, attr)
+146            if isinstance(value, list):
+147                result[attr] = list(map(
+148                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+149                    value
+150                ))
+151            elif hasattr(value, "to_dict"):
+152                result[attr] = value.to_dict()
+153            elif isinstance(value, dict):
+154                result[attr] = dict(map(
+155                    lambda item: (item[0], item[1].to_dict())
+156                    if hasattr(item[1], "to_dict") else item,
+157                    value.items()
+158                ))
+159            else:
+160                result[attr] = value
+161        if issubclass(WebFormComponent, dict):
+162            for key, value in self.items():
+163                result[key] = value
+164
+165        return result
+166
+167    def to_str(self):
+168        """Returns the string representation of the model"""
+169        return pprint.pformat(self.to_dict())
+170
+171    def __repr__(self):
+172        """For `print` and `pprint`"""
+173        return self.to_str()
+174
+175    def __eq__(self, other):
+176        """Returns true if both objects are equal"""
+177        if not isinstance(other, WebFormComponent):
+178            return False
+179
+180        return self.to_dict() == other.to_dict()
+181
+182    def __ne__(self, other):
+183        """Returns true if both objects are not equal"""
+184        if not isinstance(other, WebFormComponent):
+185            return True
+186
+187        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormComponent(_configuration=None, **kwargs) + + + +
+ +
48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+49        """WebFormComponent - a model defined in Swagger"""  # noqa: E501
+50        if _configuration is None:
+51            _configuration = Configuration()
+52        self._configuration = _configuration
+53
+54        self._component_key = None
+55        self._component_type = None
+56        self._component_name = None
+57        self.discriminator = None
+58
+59        setattr(self, "_{}".format('component_key'), kwargs.get('component_key', None))
+60        setattr(self, "_{}".format('component_type'), kwargs.get('component_type', None))
+61        setattr(self, "_{}".format('component_name'), kwargs.get('component_name', None))
+
+ + +

WebFormComponent - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'component_key': 'str', 'component_type': 'str', 'component_name': 'str'} + + +
+ + + + +
+
+
+ attribute_map = {'component_key': 'componentKey', 'component_type': 'componentType', 'component_name': 'componentName'} + + +
+ + + + +
+
+
+ component_key + + +
+ + +

Gets the component_key of this WebFormComponent. # noqa: E501

+ +
Returns
+ +
+

The component_key of this WebFormComponent. # noqa: E501

+
+
+ + +
+
+
+ component_type + + +
+ + +

Gets the component_type of this WebFormComponent. # noqa: E501

+ +

The type of component this object represents # noqa: E501

+ +
Returns
+ +
+

The component_type of this WebFormComponent. # noqa: E501

+
+
+ + +
+
+
+ component_name + + +
+ + +

Gets the component_name of this WebFormComponent. # noqa: E501

+ +

Name value that is used for mapping components to external sources # noqa: E501

+ +
Returns
+ +
+

The component_name of this WebFormComponent. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
140    def to_dict(self):
+141        """Returns the model properties as a dict"""
+142        result = {}
+143
+144        for attr, _ in six.iteritems(self.swagger_types):
+145            value = getattr(self, attr)
+146            if isinstance(value, list):
+147                result[attr] = list(map(
+148                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+149                    value
+150                ))
+151            elif hasattr(value, "to_dict"):
+152                result[attr] = value.to_dict()
+153            elif isinstance(value, dict):
+154                result[attr] = dict(map(
+155                    lambda item: (item[0], item[1].to_dict())
+156                    if hasattr(item[1], "to_dict") else item,
+157                    value.items()
+158                ))
+159            else:
+160                result[attr] = value
+161        if issubclass(WebFormComponent, dict):
+162            for key, value in self.items():
+163                result[key] = value
+164
+165        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
167    def to_str(self):
+168        """Returns the string representation of the model"""
+169        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_component_type.html b/docusign_webforms/models/web_form_component_type.html new file mode 100644 index 0000000..4398927 --- /dev/null +++ b/docusign_webforms/models/web_form_component_type.html @@ -0,0 +1,695 @@ + + + + + + + docusign_webforms.models.web_form_component_type API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_component_type

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormComponentType(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    CHECKBOXGROUP = "CheckboxGroup"
+ 32    DATE = "Date"
+ 33    EMAIL = "Email"
+ 34    NUMBER = "Number"
+ 35    RADIOBUTTONGROUP = "RadioButtonGroup"
+ 36    SELECT = "Select"
+ 37    TEXTBOX = "TextBox"
+ 38
+ 39    """
+ 40    Attributes:
+ 41      swagger_types (dict): The key is attribute name
+ 42                            and the value is attribute type.
+ 43      attribute_map (dict): The key is attribute name
+ 44                            and the value is json key in definition.
+ 45    """
+ 46    swagger_types = {
+ 47    }
+ 48
+ 49    attribute_map = {
+ 50    }
+ 51
+ 52    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 53        """WebFormComponentType - a model defined in Swagger"""  # noqa: E501
+ 54        if _configuration is None:
+ 55            _configuration = Configuration()
+ 56        self._configuration = _configuration
+ 57        self.discriminator = None
+ 58
+ 59    def to_dict(self):
+ 60        """Returns the model properties as a dict"""
+ 61        result = {}
+ 62
+ 63        for attr, _ in six.iteritems(self.swagger_types):
+ 64            value = getattr(self, attr)
+ 65            if isinstance(value, list):
+ 66                result[attr] = list(map(
+ 67                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 68                    value
+ 69                ))
+ 70            elif hasattr(value, "to_dict"):
+ 71                result[attr] = value.to_dict()
+ 72            elif isinstance(value, dict):
+ 73                result[attr] = dict(map(
+ 74                    lambda item: (item[0], item[1].to_dict())
+ 75                    if hasattr(item[1], "to_dict") else item,
+ 76                    value.items()
+ 77                ))
+ 78            else:
+ 79                result[attr] = value
+ 80        if issubclass(WebFormComponentType, dict):
+ 81            for key, value in self.items():
+ 82                result[key] = value
+ 83
+ 84        return result
+ 85
+ 86    def to_str(self):
+ 87        """Returns the string representation of the model"""
+ 88        return pprint.pformat(self.to_dict())
+ 89
+ 90    def __repr__(self):
+ 91        """For `print` and `pprint`"""
+ 92        return self.to_str()
+ 93
+ 94    def __eq__(self, other):
+ 95        """Returns true if both objects are equal"""
+ 96        if not isinstance(other, WebFormComponentType):
+ 97            return False
+ 98
+ 99        return self.to_dict() == other.to_dict()
+100
+101    def __ne__(self, other):
+102        """Returns true if both objects are not equal"""
+103        if not isinstance(other, WebFormComponentType):
+104            return True
+105
+106        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormComponentType: + + + +
+ +
 23class WebFormComponentType(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    CHECKBOXGROUP = "CheckboxGroup"
+ 33    DATE = "Date"
+ 34    EMAIL = "Email"
+ 35    NUMBER = "Number"
+ 36    RADIOBUTTONGROUP = "RadioButtonGroup"
+ 37    SELECT = "Select"
+ 38    TEXTBOX = "TextBox"
+ 39
+ 40    """
+ 41    Attributes:
+ 42      swagger_types (dict): The key is attribute name
+ 43                            and the value is attribute type.
+ 44      attribute_map (dict): The key is attribute name
+ 45                            and the value is json key in definition.
+ 46    """
+ 47    swagger_types = {
+ 48    }
+ 49
+ 50    attribute_map = {
+ 51    }
+ 52
+ 53    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 54        """WebFormComponentType - a model defined in Swagger"""  # noqa: E501
+ 55        if _configuration is None:
+ 56            _configuration = Configuration()
+ 57        self._configuration = _configuration
+ 58        self.discriminator = None
+ 59
+ 60    def to_dict(self):
+ 61        """Returns the model properties as a dict"""
+ 62        result = {}
+ 63
+ 64        for attr, _ in six.iteritems(self.swagger_types):
+ 65            value = getattr(self, attr)
+ 66            if isinstance(value, list):
+ 67                result[attr] = list(map(
+ 68                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 69                    value
+ 70                ))
+ 71            elif hasattr(value, "to_dict"):
+ 72                result[attr] = value.to_dict()
+ 73            elif isinstance(value, dict):
+ 74                result[attr] = dict(map(
+ 75                    lambda item: (item[0], item[1].to_dict())
+ 76                    if hasattr(item[1], "to_dict") else item,
+ 77                    value.items()
+ 78                ))
+ 79            else:
+ 80                result[attr] = value
+ 81        if issubclass(WebFormComponentType, dict):
+ 82            for key, value in self.items():
+ 83                result[key] = value
+ 84
+ 85        return result
+ 86
+ 87    def to_str(self):
+ 88        """Returns the string representation of the model"""
+ 89        return pprint.pformat(self.to_dict())
+ 90
+ 91    def __repr__(self):
+ 92        """For `print` and `pprint`"""
+ 93        return self.to_str()
+ 94
+ 95    def __eq__(self, other):
+ 96        """Returns true if both objects are equal"""
+ 97        if not isinstance(other, WebFormComponentType):
+ 98            return False
+ 99
+100        return self.to_dict() == other.to_dict()
+101
+102    def __ne__(self, other):
+103        """Returns true if both objects are not equal"""
+104        if not isinstance(other, WebFormComponentType):
+105            return True
+106
+107        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormComponentType(_configuration=None, **kwargs) + + + +
+ +
53    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+54        """WebFormComponentType - a model defined in Swagger"""  # noqa: E501
+55        if _configuration is None:
+56            _configuration = Configuration()
+57        self._configuration = _configuration
+58        self.discriminator = None
+
+ + +

WebFormComponentType - a model defined in Swagger

+
+ + +
+
+
+ CHECKBOXGROUP = 'CheckboxGroup' + + +
+ + + + +
+
+
+ DATE = 'Date' + + +
+ + + + +
+
+
+ EMAIL = 'Email' + + +
+ + + + +
+
+
+ NUMBER = 'Number' + + +
+ + + + +
+
+
+ RADIOBUTTONGROUP = 'RadioButtonGroup' + + +
+ + + + +
+
+
+ SELECT = 'Select' + + +
+ + + + +
+
+
+ TEXTBOX = 'TextBox' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
60    def to_dict(self):
+61        """Returns the model properties as a dict"""
+62        result = {}
+63
+64        for attr, _ in six.iteritems(self.swagger_types):
+65            value = getattr(self, attr)
+66            if isinstance(value, list):
+67                result[attr] = list(map(
+68                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+69                    value
+70                ))
+71            elif hasattr(value, "to_dict"):
+72                result[attr] = value.to_dict()
+73            elif isinstance(value, dict):
+74                result[attr] = dict(map(
+75                    lambda item: (item[0], item[1].to_dict())
+76                    if hasattr(item[1], "to_dict") else item,
+77                    value.items()
+78                ))
+79            else:
+80                result[attr] = value
+81        if issubclass(WebFormComponentType, dict):
+82            for key, value in self.items():
+83                result[key] = value
+84
+85        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
87    def to_str(self):
+88        """Returns the string representation of the model"""
+89        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_components_map.html b/docusign_webforms/models/web_form_components_map.html new file mode 100644 index 0000000..d7817e8 --- /dev/null +++ b/docusign_webforms/models/web_form_components_map.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.web_form_components_map API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_components_map

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class WebFormComponentsMap(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """WebFormComponentsMap - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(WebFormComponentsMap, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, WebFormComponentsMap):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, WebFormComponentsMap):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormComponentsMap: + + + +
+ +
23class WebFormComponentsMap(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormComponentsMap - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormComponentsMap, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, WebFormComponentsMap):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, WebFormComponentsMap):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormComponentsMap(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormComponentsMap - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

WebFormComponentsMap - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormComponentsMap, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_content.html b/docusign_webforms/models/web_form_content.html new file mode 100644 index 0000000..a9f8264 --- /dev/null +++ b/docusign_webforms/models/web_form_content.html @@ -0,0 +1,883 @@ + + + + + + + docusign_webforms.models.web_form_content API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_content

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormContent(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'components': 'dict(str, dict(str, object))',
+ 37        'is_standalone': 'bool',
+ 38        'brand_id': 'str',
+ 39        'templates': 'list[TemplateProperties]'
+ 40    }
+ 41
+ 42    attribute_map = {
+ 43        'components': 'components',
+ 44        'is_standalone': 'isStandalone',
+ 45        'brand_id': 'brandId',
+ 46        'templates': 'templates'
+ 47    }
+ 48
+ 49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 50        """WebFormContent - a model defined in Swagger"""  # noqa: E501
+ 51        if _configuration is None:
+ 52            _configuration = Configuration()
+ 53        self._configuration = _configuration
+ 54
+ 55        self._components = None
+ 56        self._is_standalone = None
+ 57        self._brand_id = None
+ 58        self._templates = None
+ 59        self.discriminator = None
+ 60
+ 61        setattr(self, "_{}".format('components'), kwargs.get('components', None))
+ 62        setattr(self, "_{}".format('is_standalone'), kwargs.get('is_standalone', None))
+ 63        setattr(self, "_{}".format('brand_id'), kwargs.get('brand_id', None))
+ 64        setattr(self, "_{}".format('templates'), kwargs.get('templates', None))
+ 65
+ 66    @property
+ 67    def components(self):
+ 68        """Gets the components of this WebFormContent.  # noqa: E501
+ 69
+ 70        Key/value dictionary of components that represent the form  # noqa: E501
+ 71
+ 72        :return: The components of this WebFormContent.  # noqa: E501
+ 73        :rtype: dict(str, dict(str, object))
+ 74        """
+ 75        return self._components
+ 76
+ 77    @components.setter
+ 78    def components(self, components):
+ 79        """Sets the components of this WebFormContent.
+ 80
+ 81        Key/value dictionary of components that represent the form  # noqa: E501
+ 82
+ 83        :param components: The components of this WebFormContent.  # noqa: E501
+ 84        :type: dict(str, dict(str, object))
+ 85        """
+ 86
+ 87        self._components = components
+ 88
+ 89    @property
+ 90    def is_standalone(self):
+ 91        """Gets the is_standalone of this WebFormContent.  # noqa: E501
+ 92
+ 93
+ 94        :return: The is_standalone of this WebFormContent.  # noqa: E501
+ 95        :rtype: bool
+ 96        """
+ 97        return self._is_standalone
+ 98
+ 99    @is_standalone.setter
+100    def is_standalone(self, is_standalone):
+101        """Sets the is_standalone of this WebFormContent.
+102
+103
+104        :param is_standalone: The is_standalone of this WebFormContent.  # noqa: E501
+105        :type: bool
+106        """
+107
+108        self._is_standalone = is_standalone
+109
+110    @property
+111    def brand_id(self):
+112        """Gets the brand_id of this WebFormContent.  # noqa: E501
+113
+114
+115        :return: The brand_id of this WebFormContent.  # noqa: E501
+116        :rtype: str
+117        """
+118        return self._brand_id
+119
+120    @brand_id.setter
+121    def brand_id(self, brand_id):
+122        """Sets the brand_id of this WebFormContent.
+123
+124
+125        :param brand_id: The brand_id of this WebFormContent.  # noqa: E501
+126        :type: str
+127        """
+128
+129        self._brand_id = brand_id
+130
+131    @property
+132    def templates(self):
+133        """Gets the templates of this WebFormContent.  # noqa: E501
+134
+135        Optional template information that will be used to seed the form.  # noqa: E501
+136
+137        :return: The templates of this WebFormContent.  # noqa: E501
+138        :rtype: list[TemplateProperties]
+139        """
+140        return self._templates
+141
+142    @templates.setter
+143    def templates(self, templates):
+144        """Sets the templates of this WebFormContent.
+145
+146        Optional template information that will be used to seed the form.  # noqa: E501
+147
+148        :param templates: The templates of this WebFormContent.  # noqa: E501
+149        :type: list[TemplateProperties]
+150        """
+151
+152        self._templates = templates
+153
+154    def to_dict(self):
+155        """Returns the model properties as a dict"""
+156        result = {}
+157
+158        for attr, _ in six.iteritems(self.swagger_types):
+159            value = getattr(self, attr)
+160            if isinstance(value, list):
+161                result[attr] = list(map(
+162                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+163                    value
+164                ))
+165            elif hasattr(value, "to_dict"):
+166                result[attr] = value.to_dict()
+167            elif isinstance(value, dict):
+168                result[attr] = dict(map(
+169                    lambda item: (item[0], item[1].to_dict())
+170                    if hasattr(item[1], "to_dict") else item,
+171                    value.items()
+172                ))
+173            else:
+174                result[attr] = value
+175        if issubclass(WebFormContent, dict):
+176            for key, value in self.items():
+177                result[key] = value
+178
+179        return result
+180
+181    def to_str(self):
+182        """Returns the string representation of the model"""
+183        return pprint.pformat(self.to_dict())
+184
+185    def __repr__(self):
+186        """For `print` and `pprint`"""
+187        return self.to_str()
+188
+189    def __eq__(self, other):
+190        """Returns true if both objects are equal"""
+191        if not isinstance(other, WebFormContent):
+192            return False
+193
+194        return self.to_dict() == other.to_dict()
+195
+196    def __ne__(self, other):
+197        """Returns true if both objects are not equal"""
+198        if not isinstance(other, WebFormContent):
+199            return True
+200
+201        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormContent: + + + +
+ +
 23class WebFormContent(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'components': 'dict(str, dict(str, object))',
+ 38        'is_standalone': 'bool',
+ 39        'brand_id': 'str',
+ 40        'templates': 'list[TemplateProperties]'
+ 41    }
+ 42
+ 43    attribute_map = {
+ 44        'components': 'components',
+ 45        'is_standalone': 'isStandalone',
+ 46        'brand_id': 'brandId',
+ 47        'templates': 'templates'
+ 48    }
+ 49
+ 50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 51        """WebFormContent - a model defined in Swagger"""  # noqa: E501
+ 52        if _configuration is None:
+ 53            _configuration = Configuration()
+ 54        self._configuration = _configuration
+ 55
+ 56        self._components = None
+ 57        self._is_standalone = None
+ 58        self._brand_id = None
+ 59        self._templates = None
+ 60        self.discriminator = None
+ 61
+ 62        setattr(self, "_{}".format('components'), kwargs.get('components', None))
+ 63        setattr(self, "_{}".format('is_standalone'), kwargs.get('is_standalone', None))
+ 64        setattr(self, "_{}".format('brand_id'), kwargs.get('brand_id', None))
+ 65        setattr(self, "_{}".format('templates'), kwargs.get('templates', None))
+ 66
+ 67    @property
+ 68    def components(self):
+ 69        """Gets the components of this WebFormContent.  # noqa: E501
+ 70
+ 71        Key/value dictionary of components that represent the form  # noqa: E501
+ 72
+ 73        :return: The components of this WebFormContent.  # noqa: E501
+ 74        :rtype: dict(str, dict(str, object))
+ 75        """
+ 76        return self._components
+ 77
+ 78    @components.setter
+ 79    def components(self, components):
+ 80        """Sets the components of this WebFormContent.
+ 81
+ 82        Key/value dictionary of components that represent the form  # noqa: E501
+ 83
+ 84        :param components: The components of this WebFormContent.  # noqa: E501
+ 85        :type: dict(str, dict(str, object))
+ 86        """
+ 87
+ 88        self._components = components
+ 89
+ 90    @property
+ 91    def is_standalone(self):
+ 92        """Gets the is_standalone of this WebFormContent.  # noqa: E501
+ 93
+ 94
+ 95        :return: The is_standalone of this WebFormContent.  # noqa: E501
+ 96        :rtype: bool
+ 97        """
+ 98        return self._is_standalone
+ 99
+100    @is_standalone.setter
+101    def is_standalone(self, is_standalone):
+102        """Sets the is_standalone of this WebFormContent.
+103
+104
+105        :param is_standalone: The is_standalone of this WebFormContent.  # noqa: E501
+106        :type: bool
+107        """
+108
+109        self._is_standalone = is_standalone
+110
+111    @property
+112    def brand_id(self):
+113        """Gets the brand_id of this WebFormContent.  # noqa: E501
+114
+115
+116        :return: The brand_id of this WebFormContent.  # noqa: E501
+117        :rtype: str
+118        """
+119        return self._brand_id
+120
+121    @brand_id.setter
+122    def brand_id(self, brand_id):
+123        """Sets the brand_id of this WebFormContent.
+124
+125
+126        :param brand_id: The brand_id of this WebFormContent.  # noqa: E501
+127        :type: str
+128        """
+129
+130        self._brand_id = brand_id
+131
+132    @property
+133    def templates(self):
+134        """Gets the templates of this WebFormContent.  # noqa: E501
+135
+136        Optional template information that will be used to seed the form.  # noqa: E501
+137
+138        :return: The templates of this WebFormContent.  # noqa: E501
+139        :rtype: list[TemplateProperties]
+140        """
+141        return self._templates
+142
+143    @templates.setter
+144    def templates(self, templates):
+145        """Sets the templates of this WebFormContent.
+146
+147        Optional template information that will be used to seed the form.  # noqa: E501
+148
+149        :param templates: The templates of this WebFormContent.  # noqa: E501
+150        :type: list[TemplateProperties]
+151        """
+152
+153        self._templates = templates
+154
+155    def to_dict(self):
+156        """Returns the model properties as a dict"""
+157        result = {}
+158
+159        for attr, _ in six.iteritems(self.swagger_types):
+160            value = getattr(self, attr)
+161            if isinstance(value, list):
+162                result[attr] = list(map(
+163                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+164                    value
+165                ))
+166            elif hasattr(value, "to_dict"):
+167                result[attr] = value.to_dict()
+168            elif isinstance(value, dict):
+169                result[attr] = dict(map(
+170                    lambda item: (item[0], item[1].to_dict())
+171                    if hasattr(item[1], "to_dict") else item,
+172                    value.items()
+173                ))
+174            else:
+175                result[attr] = value
+176        if issubclass(WebFormContent, dict):
+177            for key, value in self.items():
+178                result[key] = value
+179
+180        return result
+181
+182    def to_str(self):
+183        """Returns the string representation of the model"""
+184        return pprint.pformat(self.to_dict())
+185
+186    def __repr__(self):
+187        """For `print` and `pprint`"""
+188        return self.to_str()
+189
+190    def __eq__(self, other):
+191        """Returns true if both objects are equal"""
+192        if not isinstance(other, WebFormContent):
+193            return False
+194
+195        return self.to_dict() == other.to_dict()
+196
+197    def __ne__(self, other):
+198        """Returns true if both objects are not equal"""
+199        if not isinstance(other, WebFormContent):
+200            return True
+201
+202        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormContent(_configuration=None, **kwargs) + + + +
+ +
50    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+51        """WebFormContent - a model defined in Swagger"""  # noqa: E501
+52        if _configuration is None:
+53            _configuration = Configuration()
+54        self._configuration = _configuration
+55
+56        self._components = None
+57        self._is_standalone = None
+58        self._brand_id = None
+59        self._templates = None
+60        self.discriminator = None
+61
+62        setattr(self, "_{}".format('components'), kwargs.get('components', None))
+63        setattr(self, "_{}".format('is_standalone'), kwargs.get('is_standalone', None))
+64        setattr(self, "_{}".format('brand_id'), kwargs.get('brand_id', None))
+65        setattr(self, "_{}".format('templates'), kwargs.get('templates', None))
+
+ + +

WebFormContent - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'components': 'dict(str, dict(str, object))', 'is_standalone': 'bool', 'brand_id': 'str', 'templates': 'list[TemplateProperties]'} + + +
+ + + + +
+
+
+ attribute_map = {'components': 'components', 'is_standalone': 'isStandalone', 'brand_id': 'brandId', 'templates': 'templates'} + + +
+ + + + +
+
+
+ components + + +
+ + +

Gets the components of this WebFormContent. # noqa: E501

+ +

Key/value dictionary of components that represent the form # noqa: E501

+ +
Returns
+ +
+

The components of this WebFormContent. # noqa: E501

+
+
+ + +
+
+
+ is_standalone + + +
+ + +

Gets the is_standalone of this WebFormContent. # noqa: E501

+ +
Returns
+ +
+

The is_standalone of this WebFormContent. # noqa: E501

+
+
+ + +
+
+
+ brand_id + + +
+ + +

Gets the brand_id of this WebFormContent. # noqa: E501

+ +
Returns
+ +
+

The brand_id of this WebFormContent. # noqa: E501

+
+
+ + +
+
+
+ templates + + +
+ + +

Gets the templates of this WebFormContent. # noqa: E501

+ +

Optional template information that will be used to seed the form. # noqa: E501

+ +
Returns
+ +
+

The templates of this WebFormContent. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
155    def to_dict(self):
+156        """Returns the model properties as a dict"""
+157        result = {}
+158
+159        for attr, _ in six.iteritems(self.swagger_types):
+160            value = getattr(self, attr)
+161            if isinstance(value, list):
+162                result[attr] = list(map(
+163                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+164                    value
+165                ))
+166            elif hasattr(value, "to_dict"):
+167                result[attr] = value.to_dict()
+168            elif isinstance(value, dict):
+169                result[attr] = dict(map(
+170                    lambda item: (item[0], item[1].to_dict())
+171                    if hasattr(item[1], "to_dict") else item,
+172                    value.items()
+173                ))
+174            else:
+175                result[attr] = value
+176        if issubclass(WebFormContent, dict):
+177            for key, value in self.items():
+178                result[key] = value
+179
+180        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
182    def to_str(self):
+183        """Returns the string representation of the model"""
+184        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_id.html b/docusign_webforms/models/web_form_id.html new file mode 100644 index 0000000..c8e8eb5 --- /dev/null +++ b/docusign_webforms/models/web_form_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.web_form_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class WebFormId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """WebFormId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(WebFormId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, WebFormId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, WebFormId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormId: + + + +
+ +
23class WebFormId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, WebFormId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, WebFormId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

WebFormId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_instance.html b/docusign_webforms/models/web_form_instance.html new file mode 100644 index 0000000..a944df8 --- /dev/null +++ b/docusign_webforms/models/web_form_instance.html @@ -0,0 +1,1485 @@ + + + + + + + docusign_webforms.models.web_form_instance API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_instance

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormInstance(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'form_url': 'str',
+ 37        'instance_token': 'str',
+ 38        'token_expiration_date_time': 'datetime',
+ 39        'id': 'str',
+ 40        'form_id': 'str',
+ 41        'account_id': 'str',
+ 42        'client_user_id': 'str',
+ 43        'tags': 'list[str]',
+ 44        'status': 'InstanceStatus',
+ 45        'envelopes': 'list[WebFormInstanceEnvelopes]',
+ 46        'instance_metadata': 'WebFormInstanceMetadata',
+ 47        'form_values': 'WebFormValues'
+ 48    }
+ 49
+ 50    attribute_map = {
+ 51        'form_url': 'formUrl',
+ 52        'instance_token': 'instanceToken',
+ 53        'token_expiration_date_time': 'tokenExpirationDateTime',
+ 54        'id': 'id',
+ 55        'form_id': 'formId',
+ 56        'account_id': 'accountId',
+ 57        'client_user_id': 'clientUserId',
+ 58        'tags': 'tags',
+ 59        'status': 'status',
+ 60        'envelopes': 'envelopes',
+ 61        'instance_metadata': 'instanceMetadata',
+ 62        'form_values': 'formValues'
+ 63    }
+ 64
+ 65    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 66        """WebFormInstance - a model defined in Swagger"""  # noqa: E501
+ 67        if _configuration is None:
+ 68            _configuration = Configuration()
+ 69        self._configuration = _configuration
+ 70
+ 71        self._form_url = None
+ 72        self._instance_token = None
+ 73        self._token_expiration_date_time = None
+ 74        self._id = None
+ 75        self._form_id = None
+ 76        self._account_id = None
+ 77        self._client_user_id = None
+ 78        self._tags = None
+ 79        self._status = None
+ 80        self._envelopes = None
+ 81        self._instance_metadata = None
+ 82        self._form_values = None
+ 83        self.discriminator = None
+ 84
+ 85        setattr(self, "_{}".format('form_url'), kwargs.get('form_url', None))
+ 86        setattr(self, "_{}".format('instance_token'), kwargs.get('instance_token', None))
+ 87        setattr(self, "_{}".format('token_expiration_date_time'), kwargs.get('token_expiration_date_time', None))
+ 88        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+ 89        setattr(self, "_{}".format('form_id'), kwargs.get('form_id', None))
+ 90        setattr(self, "_{}".format('account_id'), kwargs.get('account_id', None))
+ 91        setattr(self, "_{}".format('client_user_id'), kwargs.get('client_user_id', None))
+ 92        setattr(self, "_{}".format('tags'), kwargs.get('tags', None))
+ 93        setattr(self, "_{}".format('status'), kwargs.get('status', None))
+ 94        setattr(self, "_{}".format('envelopes'), kwargs.get('envelopes', None))
+ 95        setattr(self, "_{}".format('instance_metadata'), kwargs.get('instance_metadata', None))
+ 96        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+ 97
+ 98    @property
+ 99    def form_url(self):
+100        """Gets the form_url of this WebFormInstance.  # noqa: E501
+101
+102
+103        :return: The form_url of this WebFormInstance.  # noqa: E501
+104        :rtype: str
+105        """
+106        return self._form_url
+107
+108    @form_url.setter
+109    def form_url(self, form_url):
+110        """Sets the form_url of this WebFormInstance.
+111
+112
+113        :param form_url: The form_url of this WebFormInstance.  # noqa: E501
+114        :type: str
+115        """
+116
+117        self._form_url = form_url
+118
+119    @property
+120    def instance_token(self):
+121        """Gets the instance_token of this WebFormInstance.  # noqa: E501
+122
+123
+124        :return: The instance_token of this WebFormInstance.  # noqa: E501
+125        :rtype: str
+126        """
+127        return self._instance_token
+128
+129    @instance_token.setter
+130    def instance_token(self, instance_token):
+131        """Sets the instance_token of this WebFormInstance.
+132
+133
+134        :param instance_token: The instance_token of this WebFormInstance.  # noqa: E501
+135        :type: str
+136        """
+137
+138        self._instance_token = instance_token
+139
+140    @property
+141    def token_expiration_date_time(self):
+142        """Gets the token_expiration_date_time of this WebFormInstance.  # noqa: E501
+143
+144
+145        :return: The token_expiration_date_time of this WebFormInstance.  # noqa: E501
+146        :rtype: datetime
+147        """
+148        return self._token_expiration_date_time
+149
+150    @token_expiration_date_time.setter
+151    def token_expiration_date_time(self, token_expiration_date_time):
+152        """Sets the token_expiration_date_time of this WebFormInstance.
+153
+154
+155        :param token_expiration_date_time: The token_expiration_date_time of this WebFormInstance.  # noqa: E501
+156        :type: datetime
+157        """
+158
+159        self._token_expiration_date_time = token_expiration_date_time
+160
+161    @property
+162    def id(self):
+163        """Gets the id of this WebFormInstance.  # noqa: E501
+164
+165
+166        :return: The id of this WebFormInstance.  # noqa: E501
+167        :rtype: str
+168        """
+169        return self._id
+170
+171    @id.setter
+172    def id(self, id):
+173        """Sets the id of this WebFormInstance.
+174
+175
+176        :param id: The id of this WebFormInstance.  # noqa: E501
+177        :type: str
+178        """
+179        if self._configuration.client_side_validation and id is None:
+180            raise ValueError("Invalid value for `id`, must not be `None`")  # noqa: E501
+181
+182        self._id = id
+183
+184    @property
+185    def form_id(self):
+186        """Gets the form_id of this WebFormInstance.  # noqa: E501
+187
+188        Web form from which the instance is created  # noqa: E501
+189
+190        :return: The form_id of this WebFormInstance.  # noqa: E501
+191        :rtype: str
+192        """
+193        return self._form_id
+194
+195    @form_id.setter
+196    def form_id(self, form_id):
+197        """Sets the form_id of this WebFormInstance.
+198
+199        Web form from which the instance is created  # noqa: E501
+200
+201        :param form_id: The form_id of this WebFormInstance.  # noqa: E501
+202        :type: str
+203        """
+204
+205        self._form_id = form_id
+206
+207    @property
+208    def account_id(self):
+209        """Gets the account_id of this WebFormInstance.  # noqa: E501
+210
+211
+212        :return: The account_id of this WebFormInstance.  # noqa: E501
+213        :rtype: str
+214        """
+215        return self._account_id
+216
+217    @account_id.setter
+218    def account_id(self, account_id):
+219        """Sets the account_id of this WebFormInstance.
+220
+221
+222        :param account_id: The account_id of this WebFormInstance.  # noqa: E501
+223        :type: str
+224        """
+225
+226        self._account_id = account_id
+227
+228    @property
+229    def client_user_id(self):
+230        """Gets the client_user_id of this WebFormInstance.  # noqa: E501
+231
+232
+233        :return: The client_user_id of this WebFormInstance.  # noqa: E501
+234        :rtype: str
+235        """
+236        return self._client_user_id
+237
+238    @client_user_id.setter
+239    def client_user_id(self, client_user_id):
+240        """Sets the client_user_id of this WebFormInstance.
+241
+242
+243        :param client_user_id: The client_user_id of this WebFormInstance.  # noqa: E501
+244        :type: str
+245        """
+246
+247        self._client_user_id = client_user_id
+248
+249    @property
+250    def tags(self):
+251        """Gets the tags of this WebFormInstance.  # noqa: E501
+252
+253        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+254
+255        :return: The tags of this WebFormInstance.  # noqa: E501
+256        :rtype: list[str]
+257        """
+258        return self._tags
+259
+260    @tags.setter
+261    def tags(self, tags):
+262        """Sets the tags of this WebFormInstance.
+263
+264        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+265
+266        :param tags: The tags of this WebFormInstance.  # noqa: E501
+267        :type: list[str]
+268        """
+269
+270        self._tags = tags
+271
+272    @property
+273    def status(self):
+274        """Gets the status of this WebFormInstance.  # noqa: E501
+275
+276
+277        :return: The status of this WebFormInstance.  # noqa: E501
+278        :rtype: InstanceStatus
+279        """
+280        return self._status
+281
+282    @status.setter
+283    def status(self, status):
+284        """Sets the status of this WebFormInstance.
+285
+286
+287        :param status: The status of this WebFormInstance.  # noqa: E501
+288        :type: InstanceStatus
+289        """
+290
+291        self._status = status
+292
+293    @property
+294    def envelopes(self):
+295        """Gets the envelopes of this WebFormInstance.  # noqa: E501
+296
+297        The associated envelope that is created when the instance is submitted  # noqa: E501
+298
+299        :return: The envelopes of this WebFormInstance.  # noqa: E501
+300        :rtype: list[WebFormInstanceEnvelopes]
+301        """
+302        return self._envelopes
+303
+304    @envelopes.setter
+305    def envelopes(self, envelopes):
+306        """Sets the envelopes of this WebFormInstance.
+307
+308        The associated envelope that is created when the instance is submitted  # noqa: E501
+309
+310        :param envelopes: The envelopes of this WebFormInstance.  # noqa: E501
+311        :type: list[WebFormInstanceEnvelopes]
+312        """
+313
+314        self._envelopes = envelopes
+315
+316    @property
+317    def instance_metadata(self):
+318        """Gets the instance_metadata of this WebFormInstance.  # noqa: E501
+319
+320
+321        :return: The instance_metadata of this WebFormInstance.  # noqa: E501
+322        :rtype: WebFormInstanceMetadata
+323        """
+324        return self._instance_metadata
+325
+326    @instance_metadata.setter
+327    def instance_metadata(self, instance_metadata):
+328        """Sets the instance_metadata of this WebFormInstance.
+329
+330
+331        :param instance_metadata: The instance_metadata of this WebFormInstance.  # noqa: E501
+332        :type: WebFormInstanceMetadata
+333        """
+334
+335        self._instance_metadata = instance_metadata
+336
+337    @property
+338    def form_values(self):
+339        """Gets the form_values of this WebFormInstance.  # noqa: E501
+340
+341
+342        :return: The form_values of this WebFormInstance.  # noqa: E501
+343        :rtype: WebFormValues
+344        """
+345        return self._form_values
+346
+347    @form_values.setter
+348    def form_values(self, form_values):
+349        """Sets the form_values of this WebFormInstance.
+350
+351
+352        :param form_values: The form_values of this WebFormInstance.  # noqa: E501
+353        :type: WebFormValues
+354        """
+355
+356        self._form_values = form_values
+357
+358    def to_dict(self):
+359        """Returns the model properties as a dict"""
+360        result = {}
+361
+362        for attr, _ in six.iteritems(self.swagger_types):
+363            value = getattr(self, attr)
+364            if isinstance(value, list):
+365                result[attr] = list(map(
+366                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+367                    value
+368                ))
+369            elif hasattr(value, "to_dict"):
+370                result[attr] = value.to_dict()
+371            elif isinstance(value, dict):
+372                result[attr] = dict(map(
+373                    lambda item: (item[0], item[1].to_dict())
+374                    if hasattr(item[1], "to_dict") else item,
+375                    value.items()
+376                ))
+377            else:
+378                result[attr] = value
+379        if issubclass(WebFormInstance, dict):
+380            for key, value in self.items():
+381                result[key] = value
+382
+383        return result
+384
+385    def to_str(self):
+386        """Returns the string representation of the model"""
+387        return pprint.pformat(self.to_dict())
+388
+389    def __repr__(self):
+390        """For `print` and `pprint`"""
+391        return self.to_str()
+392
+393    def __eq__(self, other):
+394        """Returns true if both objects are equal"""
+395        if not isinstance(other, WebFormInstance):
+396            return False
+397
+398        return self.to_dict() == other.to_dict()
+399
+400    def __ne__(self, other):
+401        """Returns true if both objects are not equal"""
+402        if not isinstance(other, WebFormInstance):
+403            return True
+404
+405        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormInstance: + + + +
+ +
 23class WebFormInstance(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'form_url': 'str',
+ 38        'instance_token': 'str',
+ 39        'token_expiration_date_time': 'datetime',
+ 40        'id': 'str',
+ 41        'form_id': 'str',
+ 42        'account_id': 'str',
+ 43        'client_user_id': 'str',
+ 44        'tags': 'list[str]',
+ 45        'status': 'InstanceStatus',
+ 46        'envelopes': 'list[WebFormInstanceEnvelopes]',
+ 47        'instance_metadata': 'WebFormInstanceMetadata',
+ 48        'form_values': 'WebFormValues'
+ 49    }
+ 50
+ 51    attribute_map = {
+ 52        'form_url': 'formUrl',
+ 53        'instance_token': 'instanceToken',
+ 54        'token_expiration_date_time': 'tokenExpirationDateTime',
+ 55        'id': 'id',
+ 56        'form_id': 'formId',
+ 57        'account_id': 'accountId',
+ 58        'client_user_id': 'clientUserId',
+ 59        'tags': 'tags',
+ 60        'status': 'status',
+ 61        'envelopes': 'envelopes',
+ 62        'instance_metadata': 'instanceMetadata',
+ 63        'form_values': 'formValues'
+ 64    }
+ 65
+ 66    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 67        """WebFormInstance - a model defined in Swagger"""  # noqa: E501
+ 68        if _configuration is None:
+ 69            _configuration = Configuration()
+ 70        self._configuration = _configuration
+ 71
+ 72        self._form_url = None
+ 73        self._instance_token = None
+ 74        self._token_expiration_date_time = None
+ 75        self._id = None
+ 76        self._form_id = None
+ 77        self._account_id = None
+ 78        self._client_user_id = None
+ 79        self._tags = None
+ 80        self._status = None
+ 81        self._envelopes = None
+ 82        self._instance_metadata = None
+ 83        self._form_values = None
+ 84        self.discriminator = None
+ 85
+ 86        setattr(self, "_{}".format('form_url'), kwargs.get('form_url', None))
+ 87        setattr(self, "_{}".format('instance_token'), kwargs.get('instance_token', None))
+ 88        setattr(self, "_{}".format('token_expiration_date_time'), kwargs.get('token_expiration_date_time', None))
+ 89        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+ 90        setattr(self, "_{}".format('form_id'), kwargs.get('form_id', None))
+ 91        setattr(self, "_{}".format('account_id'), kwargs.get('account_id', None))
+ 92        setattr(self, "_{}".format('client_user_id'), kwargs.get('client_user_id', None))
+ 93        setattr(self, "_{}".format('tags'), kwargs.get('tags', None))
+ 94        setattr(self, "_{}".format('status'), kwargs.get('status', None))
+ 95        setattr(self, "_{}".format('envelopes'), kwargs.get('envelopes', None))
+ 96        setattr(self, "_{}".format('instance_metadata'), kwargs.get('instance_metadata', None))
+ 97        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+ 98
+ 99    @property
+100    def form_url(self):
+101        """Gets the form_url of this WebFormInstance.  # noqa: E501
+102
+103
+104        :return: The form_url of this WebFormInstance.  # noqa: E501
+105        :rtype: str
+106        """
+107        return self._form_url
+108
+109    @form_url.setter
+110    def form_url(self, form_url):
+111        """Sets the form_url of this WebFormInstance.
+112
+113
+114        :param form_url: The form_url of this WebFormInstance.  # noqa: E501
+115        :type: str
+116        """
+117
+118        self._form_url = form_url
+119
+120    @property
+121    def instance_token(self):
+122        """Gets the instance_token of this WebFormInstance.  # noqa: E501
+123
+124
+125        :return: The instance_token of this WebFormInstance.  # noqa: E501
+126        :rtype: str
+127        """
+128        return self._instance_token
+129
+130    @instance_token.setter
+131    def instance_token(self, instance_token):
+132        """Sets the instance_token of this WebFormInstance.
+133
+134
+135        :param instance_token: The instance_token of this WebFormInstance.  # noqa: E501
+136        :type: str
+137        """
+138
+139        self._instance_token = instance_token
+140
+141    @property
+142    def token_expiration_date_time(self):
+143        """Gets the token_expiration_date_time of this WebFormInstance.  # noqa: E501
+144
+145
+146        :return: The token_expiration_date_time of this WebFormInstance.  # noqa: E501
+147        :rtype: datetime
+148        """
+149        return self._token_expiration_date_time
+150
+151    @token_expiration_date_time.setter
+152    def token_expiration_date_time(self, token_expiration_date_time):
+153        """Sets the token_expiration_date_time of this WebFormInstance.
+154
+155
+156        :param token_expiration_date_time: The token_expiration_date_time of this WebFormInstance.  # noqa: E501
+157        :type: datetime
+158        """
+159
+160        self._token_expiration_date_time = token_expiration_date_time
+161
+162    @property
+163    def id(self):
+164        """Gets the id of this WebFormInstance.  # noqa: E501
+165
+166
+167        :return: The id of this WebFormInstance.  # noqa: E501
+168        :rtype: str
+169        """
+170        return self._id
+171
+172    @id.setter
+173    def id(self, id):
+174        """Sets the id of this WebFormInstance.
+175
+176
+177        :param id: The id of this WebFormInstance.  # noqa: E501
+178        :type: str
+179        """
+180        if self._configuration.client_side_validation and id is None:
+181            raise ValueError("Invalid value for `id`, must not be `None`")  # noqa: E501
+182
+183        self._id = id
+184
+185    @property
+186    def form_id(self):
+187        """Gets the form_id of this WebFormInstance.  # noqa: E501
+188
+189        Web form from which the instance is created  # noqa: E501
+190
+191        :return: The form_id of this WebFormInstance.  # noqa: E501
+192        :rtype: str
+193        """
+194        return self._form_id
+195
+196    @form_id.setter
+197    def form_id(self, form_id):
+198        """Sets the form_id of this WebFormInstance.
+199
+200        Web form from which the instance is created  # noqa: E501
+201
+202        :param form_id: The form_id of this WebFormInstance.  # noqa: E501
+203        :type: str
+204        """
+205
+206        self._form_id = form_id
+207
+208    @property
+209    def account_id(self):
+210        """Gets the account_id of this WebFormInstance.  # noqa: E501
+211
+212
+213        :return: The account_id of this WebFormInstance.  # noqa: E501
+214        :rtype: str
+215        """
+216        return self._account_id
+217
+218    @account_id.setter
+219    def account_id(self, account_id):
+220        """Sets the account_id of this WebFormInstance.
+221
+222
+223        :param account_id: The account_id of this WebFormInstance.  # noqa: E501
+224        :type: str
+225        """
+226
+227        self._account_id = account_id
+228
+229    @property
+230    def client_user_id(self):
+231        """Gets the client_user_id of this WebFormInstance.  # noqa: E501
+232
+233
+234        :return: The client_user_id of this WebFormInstance.  # noqa: E501
+235        :rtype: str
+236        """
+237        return self._client_user_id
+238
+239    @client_user_id.setter
+240    def client_user_id(self, client_user_id):
+241        """Sets the client_user_id of this WebFormInstance.
+242
+243
+244        :param client_user_id: The client_user_id of this WebFormInstance.  # noqa: E501
+245        :type: str
+246        """
+247
+248        self._client_user_id = client_user_id
+249
+250    @property
+251    def tags(self):
+252        """Gets the tags of this WebFormInstance.  # noqa: E501
+253
+254        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+255
+256        :return: The tags of this WebFormInstance.  # noqa: E501
+257        :rtype: list[str]
+258        """
+259        return self._tags
+260
+261    @tags.setter
+262    def tags(self, tags):
+263        """Sets the tags of this WebFormInstance.
+264
+265        List of tags provided by the user with each request. This field is optional.  # noqa: E501
+266
+267        :param tags: The tags of this WebFormInstance.  # noqa: E501
+268        :type: list[str]
+269        """
+270
+271        self._tags = tags
+272
+273    @property
+274    def status(self):
+275        """Gets the status of this WebFormInstance.  # noqa: E501
+276
+277
+278        :return: The status of this WebFormInstance.  # noqa: E501
+279        :rtype: InstanceStatus
+280        """
+281        return self._status
+282
+283    @status.setter
+284    def status(self, status):
+285        """Sets the status of this WebFormInstance.
+286
+287
+288        :param status: The status of this WebFormInstance.  # noqa: E501
+289        :type: InstanceStatus
+290        """
+291
+292        self._status = status
+293
+294    @property
+295    def envelopes(self):
+296        """Gets the envelopes of this WebFormInstance.  # noqa: E501
+297
+298        The associated envelope that is created when the instance is submitted  # noqa: E501
+299
+300        :return: The envelopes of this WebFormInstance.  # noqa: E501
+301        :rtype: list[WebFormInstanceEnvelopes]
+302        """
+303        return self._envelopes
+304
+305    @envelopes.setter
+306    def envelopes(self, envelopes):
+307        """Sets the envelopes of this WebFormInstance.
+308
+309        The associated envelope that is created when the instance is submitted  # noqa: E501
+310
+311        :param envelopes: The envelopes of this WebFormInstance.  # noqa: E501
+312        :type: list[WebFormInstanceEnvelopes]
+313        """
+314
+315        self._envelopes = envelopes
+316
+317    @property
+318    def instance_metadata(self):
+319        """Gets the instance_metadata of this WebFormInstance.  # noqa: E501
+320
+321
+322        :return: The instance_metadata of this WebFormInstance.  # noqa: E501
+323        :rtype: WebFormInstanceMetadata
+324        """
+325        return self._instance_metadata
+326
+327    @instance_metadata.setter
+328    def instance_metadata(self, instance_metadata):
+329        """Sets the instance_metadata of this WebFormInstance.
+330
+331
+332        :param instance_metadata: The instance_metadata of this WebFormInstance.  # noqa: E501
+333        :type: WebFormInstanceMetadata
+334        """
+335
+336        self._instance_metadata = instance_metadata
+337
+338    @property
+339    def form_values(self):
+340        """Gets the form_values of this WebFormInstance.  # noqa: E501
+341
+342
+343        :return: The form_values of this WebFormInstance.  # noqa: E501
+344        :rtype: WebFormValues
+345        """
+346        return self._form_values
+347
+348    @form_values.setter
+349    def form_values(self, form_values):
+350        """Sets the form_values of this WebFormInstance.
+351
+352
+353        :param form_values: The form_values of this WebFormInstance.  # noqa: E501
+354        :type: WebFormValues
+355        """
+356
+357        self._form_values = form_values
+358
+359    def to_dict(self):
+360        """Returns the model properties as a dict"""
+361        result = {}
+362
+363        for attr, _ in six.iteritems(self.swagger_types):
+364            value = getattr(self, attr)
+365            if isinstance(value, list):
+366                result[attr] = list(map(
+367                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+368                    value
+369                ))
+370            elif hasattr(value, "to_dict"):
+371                result[attr] = value.to_dict()
+372            elif isinstance(value, dict):
+373                result[attr] = dict(map(
+374                    lambda item: (item[0], item[1].to_dict())
+375                    if hasattr(item[1], "to_dict") else item,
+376                    value.items()
+377                ))
+378            else:
+379                result[attr] = value
+380        if issubclass(WebFormInstance, dict):
+381            for key, value in self.items():
+382                result[key] = value
+383
+384        return result
+385
+386    def to_str(self):
+387        """Returns the string representation of the model"""
+388        return pprint.pformat(self.to_dict())
+389
+390    def __repr__(self):
+391        """For `print` and `pprint`"""
+392        return self.to_str()
+393
+394    def __eq__(self, other):
+395        """Returns true if both objects are equal"""
+396        if not isinstance(other, WebFormInstance):
+397            return False
+398
+399        return self.to_dict() == other.to_dict()
+400
+401    def __ne__(self, other):
+402        """Returns true if both objects are not equal"""
+403        if not isinstance(other, WebFormInstance):
+404            return True
+405
+406        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormInstance(_configuration=None, **kwargs) + + + +
+ +
66    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+67        """WebFormInstance - a model defined in Swagger"""  # noqa: E501
+68        if _configuration is None:
+69            _configuration = Configuration()
+70        self._configuration = _configuration
+71
+72        self._form_url = None
+73        self._instance_token = None
+74        self._token_expiration_date_time = None
+75        self._id = None
+76        self._form_id = None
+77        self._account_id = None
+78        self._client_user_id = None
+79        self._tags = None
+80        self._status = None
+81        self._envelopes = None
+82        self._instance_metadata = None
+83        self._form_values = None
+84        self.discriminator = None
+85
+86        setattr(self, "_{}".format('form_url'), kwargs.get('form_url', None))
+87        setattr(self, "_{}".format('instance_token'), kwargs.get('instance_token', None))
+88        setattr(self, "_{}".format('token_expiration_date_time'), kwargs.get('token_expiration_date_time', None))
+89        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+90        setattr(self, "_{}".format('form_id'), kwargs.get('form_id', None))
+91        setattr(self, "_{}".format('account_id'), kwargs.get('account_id', None))
+92        setattr(self, "_{}".format('client_user_id'), kwargs.get('client_user_id', None))
+93        setattr(self, "_{}".format('tags'), kwargs.get('tags', None))
+94        setattr(self, "_{}".format('status'), kwargs.get('status', None))
+95        setattr(self, "_{}".format('envelopes'), kwargs.get('envelopes', None))
+96        setattr(self, "_{}".format('instance_metadata'), kwargs.get('instance_metadata', None))
+97        setattr(self, "_{}".format('form_values'), kwargs.get('form_values', None))
+
+ + +

WebFormInstance - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'form_url': 'str', 'instance_token': 'str', 'token_expiration_date_time': 'datetime', 'id': 'str', 'form_id': 'str', 'account_id': 'str', 'client_user_id': 'str', 'tags': 'list[str]', 'status': 'InstanceStatus', 'envelopes': 'list[WebFormInstanceEnvelopes]', 'instance_metadata': 'WebFormInstanceMetadata', 'form_values': 'WebFormValues'} + + +
+ + + + +
+
+
+ attribute_map = {'form_url': 'formUrl', 'instance_token': 'instanceToken', 'token_expiration_date_time': 'tokenExpirationDateTime', 'id': 'id', 'form_id': 'formId', 'account_id': 'accountId', 'client_user_id': 'clientUserId', 'tags': 'tags', 'status': 'status', 'envelopes': 'envelopes', 'instance_metadata': 'instanceMetadata', 'form_values': 'formValues'} + + +
+ + + + +
+
+
+ form_url + + +
+ + +

Gets the form_url of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The form_url of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ instance_token + + +
+ + +

Gets the instance_token of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The instance_token of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ token_expiration_date_time + + +
+ + +

Gets the token_expiration_date_time of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The token_expiration_date_time of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ id + + +
+ + +

Gets the id of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The id of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ form_id + + +
+ + +

Gets the form_id of this WebFormInstance. # noqa: E501

+ +

Web form from which the instance is created # noqa: E501

+ +
Returns
+ +
+

The form_id of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ account_id + + +
+ + +

Gets the account_id of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The account_id of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ client_user_id + + +
+ + +

Gets the client_user_id of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The client_user_id of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ tags + + +
+ + +

Gets the tags of this WebFormInstance. # noqa: E501

+ +

List of tags provided by the user with each request. This field is optional. # noqa: E501

+ +
Returns
+ +
+

The tags of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ status + + +
+ + +

Gets the status of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The status of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ envelopes + + +
+ + +

Gets the envelopes of this WebFormInstance. # noqa: E501

+ +

The associated envelope that is created when the instance is submitted # noqa: E501

+ +
Returns
+ +
+

The envelopes of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ instance_metadata + + +
+ + +

Gets the instance_metadata of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The instance_metadata of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+
+ form_values + + +
+ + +

Gets the form_values of this WebFormInstance. # noqa: E501

+ +
Returns
+ +
+

The form_values of this WebFormInstance. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
359    def to_dict(self):
+360        """Returns the model properties as a dict"""
+361        result = {}
+362
+363        for attr, _ in six.iteritems(self.swagger_types):
+364            value = getattr(self, attr)
+365            if isinstance(value, list):
+366                result[attr] = list(map(
+367                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+368                    value
+369                ))
+370            elif hasattr(value, "to_dict"):
+371                result[attr] = value.to_dict()
+372            elif isinstance(value, dict):
+373                result[attr] = dict(map(
+374                    lambda item: (item[0], item[1].to_dict())
+375                    if hasattr(item[1], "to_dict") else item,
+376                    value.items()
+377                ))
+378            else:
+379                result[attr] = value
+380        if issubclass(WebFormInstance, dict):
+381            for key, value in self.items():
+382                result[key] = value
+383
+384        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
386    def to_str(self):
+387        """Returns the string representation of the model"""
+388        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_instance_envelopes.html b/docusign_webforms/models/web_form_instance_envelopes.html new file mode 100644 index 0000000..b72782d --- /dev/null +++ b/docusign_webforms/models/web_form_instance_envelopes.html @@ -0,0 +1,649 @@ + + + + + + + docusign_webforms.models.web_form_instance_envelopes API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_instance_envelopes

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormInstanceEnvelopes(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'id': 'str'
+ 37    }
+ 38
+ 39    attribute_map = {
+ 40        'id': 'id'
+ 41    }
+ 42
+ 43    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 44        """WebFormInstanceEnvelopes - a model defined in Swagger"""  # noqa: E501
+ 45        if _configuration is None:
+ 46            _configuration = Configuration()
+ 47        self._configuration = _configuration
+ 48
+ 49        self._id = None
+ 50        self.discriminator = None
+ 51
+ 52        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+ 53
+ 54    @property
+ 55    def id(self):
+ 56        """Gets the id of this WebFormInstanceEnvelopes.  # noqa: E501
+ 57
+ 58
+ 59        :return: The id of this WebFormInstanceEnvelopes.  # noqa: E501
+ 60        :rtype: str
+ 61        """
+ 62        return self._id
+ 63
+ 64    @id.setter
+ 65    def id(self, id):
+ 66        """Sets the id of this WebFormInstanceEnvelopes.
+ 67
+ 68
+ 69        :param id: The id of this WebFormInstanceEnvelopes.  # noqa: E501
+ 70        :type: str
+ 71        """
+ 72
+ 73        self._id = id
+ 74
+ 75    def to_dict(self):
+ 76        """Returns the model properties as a dict"""
+ 77        result = {}
+ 78
+ 79        for attr, _ in six.iteritems(self.swagger_types):
+ 80            value = getattr(self, attr)
+ 81            if isinstance(value, list):
+ 82                result[attr] = list(map(
+ 83                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 84                    value
+ 85                ))
+ 86            elif hasattr(value, "to_dict"):
+ 87                result[attr] = value.to_dict()
+ 88            elif isinstance(value, dict):
+ 89                result[attr] = dict(map(
+ 90                    lambda item: (item[0], item[1].to_dict())
+ 91                    if hasattr(item[1], "to_dict") else item,
+ 92                    value.items()
+ 93                ))
+ 94            else:
+ 95                result[attr] = value
+ 96        if issubclass(WebFormInstanceEnvelopes, dict):
+ 97            for key, value in self.items():
+ 98                result[key] = value
+ 99
+100        return result
+101
+102    def to_str(self):
+103        """Returns the string representation of the model"""
+104        return pprint.pformat(self.to_dict())
+105
+106    def __repr__(self):
+107        """For `print` and `pprint`"""
+108        return self.to_str()
+109
+110    def __eq__(self, other):
+111        """Returns true if both objects are equal"""
+112        if not isinstance(other, WebFormInstanceEnvelopes):
+113            return False
+114
+115        return self.to_dict() == other.to_dict()
+116
+117    def __ne__(self, other):
+118        """Returns true if both objects are not equal"""
+119        if not isinstance(other, WebFormInstanceEnvelopes):
+120            return True
+121
+122        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormInstanceEnvelopes: + + + +
+ +
 23class WebFormInstanceEnvelopes(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'id': 'str'
+ 38    }
+ 39
+ 40    attribute_map = {
+ 41        'id': 'id'
+ 42    }
+ 43
+ 44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 45        """WebFormInstanceEnvelopes - a model defined in Swagger"""  # noqa: E501
+ 46        if _configuration is None:
+ 47            _configuration = Configuration()
+ 48        self._configuration = _configuration
+ 49
+ 50        self._id = None
+ 51        self.discriminator = None
+ 52
+ 53        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+ 54
+ 55    @property
+ 56    def id(self):
+ 57        """Gets the id of this WebFormInstanceEnvelopes.  # noqa: E501
+ 58
+ 59
+ 60        :return: The id of this WebFormInstanceEnvelopes.  # noqa: E501
+ 61        :rtype: str
+ 62        """
+ 63        return self._id
+ 64
+ 65    @id.setter
+ 66    def id(self, id):
+ 67        """Sets the id of this WebFormInstanceEnvelopes.
+ 68
+ 69
+ 70        :param id: The id of this WebFormInstanceEnvelopes.  # noqa: E501
+ 71        :type: str
+ 72        """
+ 73
+ 74        self._id = id
+ 75
+ 76    def to_dict(self):
+ 77        """Returns the model properties as a dict"""
+ 78        result = {}
+ 79
+ 80        for attr, _ in six.iteritems(self.swagger_types):
+ 81            value = getattr(self, attr)
+ 82            if isinstance(value, list):
+ 83                result[attr] = list(map(
+ 84                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 85                    value
+ 86                ))
+ 87            elif hasattr(value, "to_dict"):
+ 88                result[attr] = value.to_dict()
+ 89            elif isinstance(value, dict):
+ 90                result[attr] = dict(map(
+ 91                    lambda item: (item[0], item[1].to_dict())
+ 92                    if hasattr(item[1], "to_dict") else item,
+ 93                    value.items()
+ 94                ))
+ 95            else:
+ 96                result[attr] = value
+ 97        if issubclass(WebFormInstanceEnvelopes, dict):
+ 98            for key, value in self.items():
+ 99                result[key] = value
+100
+101        return result
+102
+103    def to_str(self):
+104        """Returns the string representation of the model"""
+105        return pprint.pformat(self.to_dict())
+106
+107    def __repr__(self):
+108        """For `print` and `pprint`"""
+109        return self.to_str()
+110
+111    def __eq__(self, other):
+112        """Returns true if both objects are equal"""
+113        if not isinstance(other, WebFormInstanceEnvelopes):
+114            return False
+115
+116        return self.to_dict() == other.to_dict()
+117
+118    def __ne__(self, other):
+119        """Returns true if both objects are not equal"""
+120        if not isinstance(other, WebFormInstanceEnvelopes):
+121            return True
+122
+123        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormInstanceEnvelopes(_configuration=None, **kwargs) + + + +
+ +
44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+45        """WebFormInstanceEnvelopes - a model defined in Swagger"""  # noqa: E501
+46        if _configuration is None:
+47            _configuration = Configuration()
+48        self._configuration = _configuration
+49
+50        self._id = None
+51        self.discriminator = None
+52
+53        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+
+ + +

WebFormInstanceEnvelopes - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'id': 'str'} + + +
+ + + + +
+
+
+ attribute_map = {'id': 'id'} + + +
+ + + + +
+
+
+ id + + +
+ + +

Gets the id of this WebFormInstanceEnvelopes. # noqa: E501

+ +
Returns
+ +
+

The id of this WebFormInstanceEnvelopes. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
 76    def to_dict(self):
+ 77        """Returns the model properties as a dict"""
+ 78        result = {}
+ 79
+ 80        for attr, _ in six.iteritems(self.swagger_types):
+ 81            value = getattr(self, attr)
+ 82            if isinstance(value, list):
+ 83                result[attr] = list(map(
+ 84                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 85                    value
+ 86                ))
+ 87            elif hasattr(value, "to_dict"):
+ 88                result[attr] = value.to_dict()
+ 89            elif isinstance(value, dict):
+ 90                result[attr] = dict(map(
+ 91                    lambda item: (item[0], item[1].to_dict())
+ 92                    if hasattr(item[1], "to_dict") else item,
+ 93                    value.items()
+ 94                ))
+ 95            else:
+ 96                result[attr] = value
+ 97        if issubclass(WebFormInstanceEnvelopes, dict):
+ 98            for key, value in self.items():
+ 99                result[key] = value
+100
+101        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
103    def to_str(self):
+104        """Returns the string representation of the model"""
+105        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_instance_list.html b/docusign_webforms/models/web_form_instance_list.html new file mode 100644 index 0000000..8bc6a55 --- /dev/null +++ b/docusign_webforms/models/web_form_instance_list.html @@ -0,0 +1,655 @@ + + + + + + + docusign_webforms.models.web_form_instance_list API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_instance_list

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormInstanceList(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'items': 'list[WebFormInstance]'
+ 37    }
+ 38
+ 39    attribute_map = {
+ 40        'items': 'items'
+ 41    }
+ 42
+ 43    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 44        """WebFormInstanceList - a model defined in Swagger"""  # noqa: E501
+ 45        if _configuration is None:
+ 46            _configuration = Configuration()
+ 47        self._configuration = _configuration
+ 48
+ 49        self._items = None
+ 50        self.discriminator = None
+ 51
+ 52        setattr(self, "_{}".format('items'), kwargs.get('items', None))
+ 53
+ 54    @property
+ 55    def items(self):
+ 56        """Gets the items of this WebFormInstanceList.  # noqa: E501
+ 57
+ 58        Array of web form instance items.  # noqa: E501
+ 59
+ 60        :return: The items of this WebFormInstanceList.  # noqa: E501
+ 61        :rtype: list[WebFormInstance]
+ 62        """
+ 63        return self._items
+ 64
+ 65    @items.setter
+ 66    def items(self, items):
+ 67        """Sets the items of this WebFormInstanceList.
+ 68
+ 69        Array of web form instance items.  # noqa: E501
+ 70
+ 71        :param items: The items of this WebFormInstanceList.  # noqa: E501
+ 72        :type: list[WebFormInstance]
+ 73        """
+ 74
+ 75        self._items = items
+ 76
+ 77    def to_dict(self):
+ 78        """Returns the model properties as a dict"""
+ 79        result = {}
+ 80
+ 81        for attr, _ in six.iteritems(self.swagger_types):
+ 82            value = getattr(self, attr)
+ 83            if isinstance(value, list):
+ 84                result[attr] = list(map(
+ 85                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 86                    value
+ 87                ))
+ 88            elif hasattr(value, "to_dict"):
+ 89                result[attr] = value.to_dict()
+ 90            elif isinstance(value, dict):
+ 91                result[attr] = dict(map(
+ 92                    lambda item: (item[0], item[1].to_dict())
+ 93                    if hasattr(item[1], "to_dict") else item,
+ 94                    value.items()
+ 95                ))
+ 96            else:
+ 97                result[attr] = value
+ 98        if issubclass(WebFormInstanceList, dict):
+ 99            for key, value in self.items():
+100                result[key] = value
+101
+102        return result
+103
+104    def to_str(self):
+105        """Returns the string representation of the model"""
+106        return pprint.pformat(self.to_dict())
+107
+108    def __repr__(self):
+109        """For `print` and `pprint`"""
+110        return self.to_str()
+111
+112    def __eq__(self, other):
+113        """Returns true if both objects are equal"""
+114        if not isinstance(other, WebFormInstanceList):
+115            return False
+116
+117        return self.to_dict() == other.to_dict()
+118
+119    def __ne__(self, other):
+120        """Returns true if both objects are not equal"""
+121        if not isinstance(other, WebFormInstanceList):
+122            return True
+123
+124        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormInstanceList: + + + +
+ +
 23class WebFormInstanceList(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'items': 'list[WebFormInstance]'
+ 38    }
+ 39
+ 40    attribute_map = {
+ 41        'items': 'items'
+ 42    }
+ 43
+ 44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 45        """WebFormInstanceList - a model defined in Swagger"""  # noqa: E501
+ 46        if _configuration is None:
+ 47            _configuration = Configuration()
+ 48        self._configuration = _configuration
+ 49
+ 50        self._items = None
+ 51        self.discriminator = None
+ 52
+ 53        setattr(self, "_{}".format('items'), kwargs.get('items', None))
+ 54
+ 55    @property
+ 56    def items(self):
+ 57        """Gets the items of this WebFormInstanceList.  # noqa: E501
+ 58
+ 59        Array of web form instance items.  # noqa: E501
+ 60
+ 61        :return: The items of this WebFormInstanceList.  # noqa: E501
+ 62        :rtype: list[WebFormInstance]
+ 63        """
+ 64        return self._items
+ 65
+ 66    @items.setter
+ 67    def items(self, items):
+ 68        """Sets the items of this WebFormInstanceList.
+ 69
+ 70        Array of web form instance items.  # noqa: E501
+ 71
+ 72        :param items: The items of this WebFormInstanceList.  # noqa: E501
+ 73        :type: list[WebFormInstance]
+ 74        """
+ 75
+ 76        self._items = items
+ 77
+ 78    def to_dict(self):
+ 79        """Returns the model properties as a dict"""
+ 80        result = {}
+ 81
+ 82        for attr, _ in six.iteritems(self.swagger_types):
+ 83            value = getattr(self, attr)
+ 84            if isinstance(value, list):
+ 85                result[attr] = list(map(
+ 86                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 87                    value
+ 88                ))
+ 89            elif hasattr(value, "to_dict"):
+ 90                result[attr] = value.to_dict()
+ 91            elif isinstance(value, dict):
+ 92                result[attr] = dict(map(
+ 93                    lambda item: (item[0], item[1].to_dict())
+ 94                    if hasattr(item[1], "to_dict") else item,
+ 95                    value.items()
+ 96                ))
+ 97            else:
+ 98                result[attr] = value
+ 99        if issubclass(WebFormInstanceList, dict):
+100            for key, value in self.items():
+101                result[key] = value
+102
+103        return result
+104
+105    def to_str(self):
+106        """Returns the string representation of the model"""
+107        return pprint.pformat(self.to_dict())
+108
+109    def __repr__(self):
+110        """For `print` and `pprint`"""
+111        return self.to_str()
+112
+113    def __eq__(self, other):
+114        """Returns true if both objects are equal"""
+115        if not isinstance(other, WebFormInstanceList):
+116            return False
+117
+118        return self.to_dict() == other.to_dict()
+119
+120    def __ne__(self, other):
+121        """Returns true if both objects are not equal"""
+122        if not isinstance(other, WebFormInstanceList):
+123            return True
+124
+125        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormInstanceList(_configuration=None, **kwargs) + + + +
+ +
44    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+45        """WebFormInstanceList - a model defined in Swagger"""  # noqa: E501
+46        if _configuration is None:
+47            _configuration = Configuration()
+48        self._configuration = _configuration
+49
+50        self._items = None
+51        self.discriminator = None
+52
+53        setattr(self, "_{}".format('items'), kwargs.get('items', None))
+
+ + +

WebFormInstanceList - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'items': 'list[WebFormInstance]'} + + +
+ + + + +
+
+
+ attribute_map = {'items': 'items'} + + +
+ + + + +
+
+
+ items + + +
+ + +

Gets the items of this WebFormInstanceList. # noqa: E501

+ +

Array of web form instance items. # noqa: E501

+ +
Returns
+ +
+

The items of this WebFormInstanceList. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
 78    def to_dict(self):
+ 79        """Returns the model properties as a dict"""
+ 80        result = {}
+ 81
+ 82        for attr, _ in six.iteritems(self.swagger_types):
+ 83            value = getattr(self, attr)
+ 84            if isinstance(value, list):
+ 85                result[attr] = list(map(
+ 86                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 87                    value
+ 88                ))
+ 89            elif hasattr(value, "to_dict"):
+ 90                result[attr] = value.to_dict()
+ 91            elif isinstance(value, dict):
+ 92                result[attr] = dict(map(
+ 93                    lambda item: (item[0], item[1].to_dict())
+ 94                    if hasattr(item[1], "to_dict") else item,
+ 95                    value.items()
+ 96                ))
+ 97            else:
+ 98                result[attr] = value
+ 99        if issubclass(WebFormInstanceList, dict):
+100            for key, value in self.items():
+101                result[key] = value
+102
+103        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
105    def to_str(self):
+106        """Returns the string representation of the model"""
+107        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_instance_metadata.html b/docusign_webforms/models/web_form_instance_metadata.html new file mode 100644 index 0000000..4882e6c --- /dev/null +++ b/docusign_webforms/models/web_form_instance_metadata.html @@ -0,0 +1,969 @@ + + + + + + + docusign_webforms.models.web_form_instance_metadata API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_instance_metadata

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormInstanceMetadata(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'expiration_date_time': 'datetime',
+ 37        'created_date_time': 'datetime',
+ 38        'created_by': 'WebFormUserInfo',
+ 39        'last_modified_date_time': 'str',
+ 40        'last_modified_by': 'WebFormUserInfo'
+ 41    }
+ 42
+ 43    attribute_map = {
+ 44        'expiration_date_time': 'expirationDateTime',
+ 45        'created_date_time': 'createdDateTime',
+ 46        'created_by': 'createdBy',
+ 47        'last_modified_date_time': 'lastModifiedDateTime',
+ 48        'last_modified_by': 'lastModifiedBy'
+ 49    }
+ 50
+ 51    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 52        """WebFormInstanceMetadata - a model defined in Swagger"""  # noqa: E501
+ 53        if _configuration is None:
+ 54            _configuration = Configuration()
+ 55        self._configuration = _configuration
+ 56
+ 57        self._expiration_date_time = None
+ 58        self._created_date_time = None
+ 59        self._created_by = None
+ 60        self._last_modified_date_time = None
+ 61        self._last_modified_by = None
+ 62        self.discriminator = None
+ 63
+ 64        setattr(self, "_{}".format('expiration_date_time'), kwargs.get('expiration_date_time', None))
+ 65        setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None))
+ 66        setattr(self, "_{}".format('created_by'), kwargs.get('created_by', None))
+ 67        setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None))
+ 68        setattr(self, "_{}".format('last_modified_by'), kwargs.get('last_modified_by', None))
+ 69
+ 70    @property
+ 71    def expiration_date_time(self):
+ 72        """Gets the expiration_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 73
+ 74
+ 75        :return: The expiration_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 76        :rtype: datetime
+ 77        """
+ 78        return self._expiration_date_time
+ 79
+ 80    @expiration_date_time.setter
+ 81    def expiration_date_time(self, expiration_date_time):
+ 82        """Sets the expiration_date_time of this WebFormInstanceMetadata.
+ 83
+ 84
+ 85        :param expiration_date_time: The expiration_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 86        :type: datetime
+ 87        """
+ 88        if self._configuration.client_side_validation and expiration_date_time is None:
+ 89            raise ValueError("Invalid value for `expiration_date_time`, must not be `None`")  # noqa: E501
+ 90
+ 91        self._expiration_date_time = expiration_date_time
+ 92
+ 93    @property
+ 94    def created_date_time(self):
+ 95        """Gets the created_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 96
+ 97
+ 98        :return: The created_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 99        :rtype: datetime
+100        """
+101        return self._created_date_time
+102
+103    @created_date_time.setter
+104    def created_date_time(self, created_date_time):
+105        """Sets the created_date_time of this WebFormInstanceMetadata.
+106
+107
+108        :param created_date_time: The created_date_time of this WebFormInstanceMetadata.  # noqa: E501
+109        :type: datetime
+110        """
+111        if self._configuration.client_side_validation and created_date_time is None:
+112            raise ValueError("Invalid value for `created_date_time`, must not be `None`")  # noqa: E501
+113
+114        self._created_date_time = created_date_time
+115
+116    @property
+117    def created_by(self):
+118        """Gets the created_by of this WebFormInstanceMetadata.  # noqa: E501
+119
+120        The user that created the Web Form Instance  # noqa: E501
+121
+122        :return: The created_by of this WebFormInstanceMetadata.  # noqa: E501
+123        :rtype: WebFormUserInfo
+124        """
+125        return self._created_by
+126
+127    @created_by.setter
+128    def created_by(self, created_by):
+129        """Sets the created_by of this WebFormInstanceMetadata.
+130
+131        The user that created the Web Form Instance  # noqa: E501
+132
+133        :param created_by: The created_by of this WebFormInstanceMetadata.  # noqa: E501
+134        :type: WebFormUserInfo
+135        """
+136        if self._configuration.client_side_validation and created_by is None:
+137            raise ValueError("Invalid value for `created_by`, must not be `None`")  # noqa: E501
+138
+139        self._created_by = created_by
+140
+141    @property
+142    def last_modified_date_time(self):
+143        """Gets the last_modified_date_time of this WebFormInstanceMetadata.  # noqa: E501
+144
+145
+146        :return: The last_modified_date_time of this WebFormInstanceMetadata.  # noqa: E501
+147        :rtype: str
+148        """
+149        return self._last_modified_date_time
+150
+151    @last_modified_date_time.setter
+152    def last_modified_date_time(self, last_modified_date_time):
+153        """Sets the last_modified_date_time of this WebFormInstanceMetadata.
+154
+155
+156        :param last_modified_date_time: The last_modified_date_time of this WebFormInstanceMetadata.  # noqa: E501
+157        :type: str
+158        """
+159
+160        self._last_modified_date_time = last_modified_date_time
+161
+162    @property
+163    def last_modified_by(self):
+164        """Gets the last_modified_by of this WebFormInstanceMetadata.  # noqa: E501
+165
+166        The user that last modified the Web Form Instance  # noqa: E501
+167
+168        :return: The last_modified_by of this WebFormInstanceMetadata.  # noqa: E501
+169        :rtype: WebFormUserInfo
+170        """
+171        return self._last_modified_by
+172
+173    @last_modified_by.setter
+174    def last_modified_by(self, last_modified_by):
+175        """Sets the last_modified_by of this WebFormInstanceMetadata.
+176
+177        The user that last modified the Web Form Instance  # noqa: E501
+178
+179        :param last_modified_by: The last_modified_by of this WebFormInstanceMetadata.  # noqa: E501
+180        :type: WebFormUserInfo
+181        """
+182
+183        self._last_modified_by = last_modified_by
+184
+185    def to_dict(self):
+186        """Returns the model properties as a dict"""
+187        result = {}
+188
+189        for attr, _ in six.iteritems(self.swagger_types):
+190            value = getattr(self, attr)
+191            if isinstance(value, list):
+192                result[attr] = list(map(
+193                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+194                    value
+195                ))
+196            elif hasattr(value, "to_dict"):
+197                result[attr] = value.to_dict()
+198            elif isinstance(value, dict):
+199                result[attr] = dict(map(
+200                    lambda item: (item[0], item[1].to_dict())
+201                    if hasattr(item[1], "to_dict") else item,
+202                    value.items()
+203                ))
+204            else:
+205                result[attr] = value
+206        if issubclass(WebFormInstanceMetadata, dict):
+207            for key, value in self.items():
+208                result[key] = value
+209
+210        return result
+211
+212    def to_str(self):
+213        """Returns the string representation of the model"""
+214        return pprint.pformat(self.to_dict())
+215
+216    def __repr__(self):
+217        """For `print` and `pprint`"""
+218        return self.to_str()
+219
+220    def __eq__(self, other):
+221        """Returns true if both objects are equal"""
+222        if not isinstance(other, WebFormInstanceMetadata):
+223            return False
+224
+225        return self.to_dict() == other.to_dict()
+226
+227    def __ne__(self, other):
+228        """Returns true if both objects are not equal"""
+229        if not isinstance(other, WebFormInstanceMetadata):
+230            return True
+231
+232        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormInstanceMetadata: + + + +
+ +
 23class WebFormInstanceMetadata(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'expiration_date_time': 'datetime',
+ 38        'created_date_time': 'datetime',
+ 39        'created_by': 'WebFormUserInfo',
+ 40        'last_modified_date_time': 'str',
+ 41        'last_modified_by': 'WebFormUserInfo'
+ 42    }
+ 43
+ 44    attribute_map = {
+ 45        'expiration_date_time': 'expirationDateTime',
+ 46        'created_date_time': 'createdDateTime',
+ 47        'created_by': 'createdBy',
+ 48        'last_modified_date_time': 'lastModifiedDateTime',
+ 49        'last_modified_by': 'lastModifiedBy'
+ 50    }
+ 51
+ 52    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 53        """WebFormInstanceMetadata - a model defined in Swagger"""  # noqa: E501
+ 54        if _configuration is None:
+ 55            _configuration = Configuration()
+ 56        self._configuration = _configuration
+ 57
+ 58        self._expiration_date_time = None
+ 59        self._created_date_time = None
+ 60        self._created_by = None
+ 61        self._last_modified_date_time = None
+ 62        self._last_modified_by = None
+ 63        self.discriminator = None
+ 64
+ 65        setattr(self, "_{}".format('expiration_date_time'), kwargs.get('expiration_date_time', None))
+ 66        setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None))
+ 67        setattr(self, "_{}".format('created_by'), kwargs.get('created_by', None))
+ 68        setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None))
+ 69        setattr(self, "_{}".format('last_modified_by'), kwargs.get('last_modified_by', None))
+ 70
+ 71    @property
+ 72    def expiration_date_time(self):
+ 73        """Gets the expiration_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 74
+ 75
+ 76        :return: The expiration_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 77        :rtype: datetime
+ 78        """
+ 79        return self._expiration_date_time
+ 80
+ 81    @expiration_date_time.setter
+ 82    def expiration_date_time(self, expiration_date_time):
+ 83        """Sets the expiration_date_time of this WebFormInstanceMetadata.
+ 84
+ 85
+ 86        :param expiration_date_time: The expiration_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 87        :type: datetime
+ 88        """
+ 89        if self._configuration.client_side_validation and expiration_date_time is None:
+ 90            raise ValueError("Invalid value for `expiration_date_time`, must not be `None`")  # noqa: E501
+ 91
+ 92        self._expiration_date_time = expiration_date_time
+ 93
+ 94    @property
+ 95    def created_date_time(self):
+ 96        """Gets the created_date_time of this WebFormInstanceMetadata.  # noqa: E501
+ 97
+ 98
+ 99        :return: The created_date_time of this WebFormInstanceMetadata.  # noqa: E501
+100        :rtype: datetime
+101        """
+102        return self._created_date_time
+103
+104    @created_date_time.setter
+105    def created_date_time(self, created_date_time):
+106        """Sets the created_date_time of this WebFormInstanceMetadata.
+107
+108
+109        :param created_date_time: The created_date_time of this WebFormInstanceMetadata.  # noqa: E501
+110        :type: datetime
+111        """
+112        if self._configuration.client_side_validation and created_date_time is None:
+113            raise ValueError("Invalid value for `created_date_time`, must not be `None`")  # noqa: E501
+114
+115        self._created_date_time = created_date_time
+116
+117    @property
+118    def created_by(self):
+119        """Gets the created_by of this WebFormInstanceMetadata.  # noqa: E501
+120
+121        The user that created the Web Form Instance  # noqa: E501
+122
+123        :return: The created_by of this WebFormInstanceMetadata.  # noqa: E501
+124        :rtype: WebFormUserInfo
+125        """
+126        return self._created_by
+127
+128    @created_by.setter
+129    def created_by(self, created_by):
+130        """Sets the created_by of this WebFormInstanceMetadata.
+131
+132        The user that created the Web Form Instance  # noqa: E501
+133
+134        :param created_by: The created_by of this WebFormInstanceMetadata.  # noqa: E501
+135        :type: WebFormUserInfo
+136        """
+137        if self._configuration.client_side_validation and created_by is None:
+138            raise ValueError("Invalid value for `created_by`, must not be `None`")  # noqa: E501
+139
+140        self._created_by = created_by
+141
+142    @property
+143    def last_modified_date_time(self):
+144        """Gets the last_modified_date_time of this WebFormInstanceMetadata.  # noqa: E501
+145
+146
+147        :return: The last_modified_date_time of this WebFormInstanceMetadata.  # noqa: E501
+148        :rtype: str
+149        """
+150        return self._last_modified_date_time
+151
+152    @last_modified_date_time.setter
+153    def last_modified_date_time(self, last_modified_date_time):
+154        """Sets the last_modified_date_time of this WebFormInstanceMetadata.
+155
+156
+157        :param last_modified_date_time: The last_modified_date_time of this WebFormInstanceMetadata.  # noqa: E501
+158        :type: str
+159        """
+160
+161        self._last_modified_date_time = last_modified_date_time
+162
+163    @property
+164    def last_modified_by(self):
+165        """Gets the last_modified_by of this WebFormInstanceMetadata.  # noqa: E501
+166
+167        The user that last modified the Web Form Instance  # noqa: E501
+168
+169        :return: The last_modified_by of this WebFormInstanceMetadata.  # noqa: E501
+170        :rtype: WebFormUserInfo
+171        """
+172        return self._last_modified_by
+173
+174    @last_modified_by.setter
+175    def last_modified_by(self, last_modified_by):
+176        """Sets the last_modified_by of this WebFormInstanceMetadata.
+177
+178        The user that last modified the Web Form Instance  # noqa: E501
+179
+180        :param last_modified_by: The last_modified_by of this WebFormInstanceMetadata.  # noqa: E501
+181        :type: WebFormUserInfo
+182        """
+183
+184        self._last_modified_by = last_modified_by
+185
+186    def to_dict(self):
+187        """Returns the model properties as a dict"""
+188        result = {}
+189
+190        for attr, _ in six.iteritems(self.swagger_types):
+191            value = getattr(self, attr)
+192            if isinstance(value, list):
+193                result[attr] = list(map(
+194                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+195                    value
+196                ))
+197            elif hasattr(value, "to_dict"):
+198                result[attr] = value.to_dict()
+199            elif isinstance(value, dict):
+200                result[attr] = dict(map(
+201                    lambda item: (item[0], item[1].to_dict())
+202                    if hasattr(item[1], "to_dict") else item,
+203                    value.items()
+204                ))
+205            else:
+206                result[attr] = value
+207        if issubclass(WebFormInstanceMetadata, dict):
+208            for key, value in self.items():
+209                result[key] = value
+210
+211        return result
+212
+213    def to_str(self):
+214        """Returns the string representation of the model"""
+215        return pprint.pformat(self.to_dict())
+216
+217    def __repr__(self):
+218        """For `print` and `pprint`"""
+219        return self.to_str()
+220
+221    def __eq__(self, other):
+222        """Returns true if both objects are equal"""
+223        if not isinstance(other, WebFormInstanceMetadata):
+224            return False
+225
+226        return self.to_dict() == other.to_dict()
+227
+228    def __ne__(self, other):
+229        """Returns true if both objects are not equal"""
+230        if not isinstance(other, WebFormInstanceMetadata):
+231            return True
+232
+233        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormInstanceMetadata(_configuration=None, **kwargs) + + + +
+ +
52    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+53        """WebFormInstanceMetadata - a model defined in Swagger"""  # noqa: E501
+54        if _configuration is None:
+55            _configuration = Configuration()
+56        self._configuration = _configuration
+57
+58        self._expiration_date_time = None
+59        self._created_date_time = None
+60        self._created_by = None
+61        self._last_modified_date_time = None
+62        self._last_modified_by = None
+63        self.discriminator = None
+64
+65        setattr(self, "_{}".format('expiration_date_time'), kwargs.get('expiration_date_time', None))
+66        setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None))
+67        setattr(self, "_{}".format('created_by'), kwargs.get('created_by', None))
+68        setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None))
+69        setattr(self, "_{}".format('last_modified_by'), kwargs.get('last_modified_by', None))
+
+ + +

WebFormInstanceMetadata - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'expiration_date_time': 'datetime', 'created_date_time': 'datetime', 'created_by': 'WebFormUserInfo', 'last_modified_date_time': 'str', 'last_modified_by': 'WebFormUserInfo'} + + +
+ + + + +
+
+
+ attribute_map = {'expiration_date_time': 'expirationDateTime', 'created_date_time': 'createdDateTime', 'created_by': 'createdBy', 'last_modified_date_time': 'lastModifiedDateTime', 'last_modified_by': 'lastModifiedBy'} + + +
+ + + + +
+
+
+ expiration_date_time + + +
+ + +

Gets the expiration_date_time of this WebFormInstanceMetadata. # noqa: E501

+ +
Returns
+ +
+

The expiration_date_time of this WebFormInstanceMetadata. # noqa: E501

+
+
+ + +
+
+
+ created_date_time + + +
+ + +

Gets the created_date_time of this WebFormInstanceMetadata. # noqa: E501

+ +
Returns
+ +
+

The created_date_time of this WebFormInstanceMetadata. # noqa: E501

+
+
+ + +
+
+
+ created_by + + +
+ + +

Gets the created_by of this WebFormInstanceMetadata. # noqa: E501

+ +

The user that created the Web Form Instance # noqa: E501

+ +
Returns
+ +
+

The created_by of this WebFormInstanceMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_modified_date_time + + +
+ + +

Gets the last_modified_date_time of this WebFormInstanceMetadata. # noqa: E501

+ +
Returns
+ +
+

The last_modified_date_time of this WebFormInstanceMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_modified_by + + +
+ + +

Gets the last_modified_by of this WebFormInstanceMetadata. # noqa: E501

+ +

The user that last modified the Web Form Instance # noqa: E501

+ +
Returns
+ +
+

The last_modified_by of this WebFormInstanceMetadata. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
186    def to_dict(self):
+187        """Returns the model properties as a dict"""
+188        result = {}
+189
+190        for attr, _ in six.iteritems(self.swagger_types):
+191            value = getattr(self, attr)
+192            if isinstance(value, list):
+193                result[attr] = list(map(
+194                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+195                    value
+196                ))
+197            elif hasattr(value, "to_dict"):
+198                result[attr] = value.to_dict()
+199            elif isinstance(value, dict):
+200                result[attr] = dict(map(
+201                    lambda item: (item[0], item[1].to_dict())
+202                    if hasattr(item[1], "to_dict") else item,
+203                    value.items()
+204                ))
+205            else:
+206                result[attr] = value
+207        if issubclass(WebFormInstanceMetadata, dict):
+208            for key, value in self.items():
+209                result[key] = value
+210
+211        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
213    def to_str(self):
+214        """Returns the string representation of the model"""
+215        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_metadata.html b/docusign_webforms/models/web_form_metadata.html new file mode 100644 index 0000000..ea7f555 --- /dev/null +++ b/docusign_webforms/models/web_form_metadata.html @@ -0,0 +1,2335 @@ + + + + + + + docusign_webforms.models.web_form_metadata API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_metadata

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormMetadata(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'source': 'WebFormSource',
+ 37        'type': 'WebFormType',
+ 38        'source_form_id': 'str',
+ 39        'owner': 'WebFormUserInfo',
+ 40        'sender': 'WebFormUserInfo',
+ 41        'last_modified_by': 'WebFormUserInfo',
+ 42        'form_content_modified_by': 'WebFormUserInfo',
+ 43        'form_properties_modified_by': 'WebFormUserInfo',
+ 44        'last_published_by': 'WebFormUserInfo',
+ 45        'last_enabled_by': 'WebFormUserInfo',
+ 46        'last_disabled_by': 'WebFormUserInfo',
+ 47        'archived_date_time': 'datetime',
+ 48        'created_date_time': 'datetime',
+ 49        'last_modified_date_time': 'datetime',
+ 50        'form_content_modified_date_time': 'datetime',
+ 51        'form_properties_modified_date_time': 'datetime',
+ 52        'last_published_date_time': 'datetime',
+ 53        'last_enabled_date_time': 'datetime',
+ 54        'last_disabled_date_time': 'datetime',
+ 55        'last_sender_consent_date_time': 'datetime',
+ 56        'published_slug': 'str',
+ 57        'published_component_names': 'dict(str, WebFormComponentType)'
+ 58    }
+ 59
+ 60    attribute_map = {
+ 61        'source': 'source',
+ 62        'type': 'type',
+ 63        'source_form_id': 'sourceFormId',
+ 64        'owner': 'owner',
+ 65        'sender': 'sender',
+ 66        'last_modified_by': 'lastModifiedBy',
+ 67        'form_content_modified_by': 'formContentModifiedBy',
+ 68        'form_properties_modified_by': 'formPropertiesModifiedBy',
+ 69        'last_published_by': 'lastPublishedBy',
+ 70        'last_enabled_by': 'lastEnabledBy',
+ 71        'last_disabled_by': 'lastDisabledBy',
+ 72        'archived_date_time': 'archivedDateTime',
+ 73        'created_date_time': 'createdDateTime',
+ 74        'last_modified_date_time': 'lastModifiedDateTime',
+ 75        'form_content_modified_date_time': 'formContentModifiedDateTime',
+ 76        'form_properties_modified_date_time': 'formPropertiesModifiedDateTime',
+ 77        'last_published_date_time': 'lastPublishedDateTime',
+ 78        'last_enabled_date_time': 'lastEnabledDateTime',
+ 79        'last_disabled_date_time': 'lastDisabledDateTime',
+ 80        'last_sender_consent_date_time': 'lastSenderConsentDateTime',
+ 81        'published_slug': 'publishedSlug',
+ 82        'published_component_names': 'publishedComponentNames'
+ 83    }
+ 84
+ 85    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 86        """WebFormMetadata - a model defined in Swagger"""  # noqa: E501
+ 87        if _configuration is None:
+ 88            _configuration = Configuration()
+ 89        self._configuration = _configuration
+ 90
+ 91        self._source = None
+ 92        self._type = None
+ 93        self._source_form_id = None
+ 94        self._owner = None
+ 95        self._sender = None
+ 96        self._last_modified_by = None
+ 97        self._form_content_modified_by = None
+ 98        self._form_properties_modified_by = None
+ 99        self._last_published_by = None
+100        self._last_enabled_by = None
+101        self._last_disabled_by = None
+102        self._archived_date_time = None
+103        self._created_date_time = None
+104        self._last_modified_date_time = None
+105        self._form_content_modified_date_time = None
+106        self._form_properties_modified_date_time = None
+107        self._last_published_date_time = None
+108        self._last_enabled_date_time = None
+109        self._last_disabled_date_time = None
+110        self._last_sender_consent_date_time = None
+111        self._published_slug = None
+112        self._published_component_names = None
+113        self.discriminator = None
+114
+115        setattr(self, "_{}".format('source'), kwargs.get('source', None))
+116        setattr(self, "_{}".format('type'), kwargs.get('type', None))
+117        setattr(self, "_{}".format('source_form_id'), kwargs.get('source_form_id', None))
+118        setattr(self, "_{}".format('owner'), kwargs.get('owner', None))
+119        setattr(self, "_{}".format('sender'), kwargs.get('sender', None))
+120        setattr(self, "_{}".format('last_modified_by'), kwargs.get('last_modified_by', None))
+121        setattr(self, "_{}".format('form_content_modified_by'), kwargs.get('form_content_modified_by', None))
+122        setattr(self, "_{}".format('form_properties_modified_by'), kwargs.get('form_properties_modified_by', None))
+123        setattr(self, "_{}".format('last_published_by'), kwargs.get('last_published_by', None))
+124        setattr(self, "_{}".format('last_enabled_by'), kwargs.get('last_enabled_by', None))
+125        setattr(self, "_{}".format('last_disabled_by'), kwargs.get('last_disabled_by', None))
+126        setattr(self, "_{}".format('archived_date_time'), kwargs.get('archived_date_time', None))
+127        setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None))
+128        setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None))
+129        setattr(self, "_{}".format('form_content_modified_date_time'), kwargs.get('form_content_modified_date_time', None))
+130        setattr(self, "_{}".format('form_properties_modified_date_time'), kwargs.get('form_properties_modified_date_time', None))
+131        setattr(self, "_{}".format('last_published_date_time'), kwargs.get('last_published_date_time', None))
+132        setattr(self, "_{}".format('last_enabled_date_time'), kwargs.get('last_enabled_date_time', None))
+133        setattr(self, "_{}".format('last_disabled_date_time'), kwargs.get('last_disabled_date_time', None))
+134        setattr(self, "_{}".format('last_sender_consent_date_time'), kwargs.get('last_sender_consent_date_time', None))
+135        setattr(self, "_{}".format('published_slug'), kwargs.get('published_slug', None))
+136        setattr(self, "_{}".format('published_component_names'), kwargs.get('published_component_names', None))
+137
+138    @property
+139    def source(self):
+140        """Gets the source of this WebFormMetadata.  # noqa: E501
+141
+142        The source from which the webform is created. Accepted values are [templates, blank, form]  # noqa: E501
+143
+144        :return: The source of this WebFormMetadata.  # noqa: E501
+145        :rtype: WebFormSource
+146        """
+147        return self._source
+148
+149    @source.setter
+150    def source(self, source):
+151        """Sets the source of this WebFormMetadata.
+152
+153        The source from which the webform is created. Accepted values are [templates, blank, form]  # noqa: E501
+154
+155        :param source: The source of this WebFormMetadata.  # noqa: E501
+156        :type: WebFormSource
+157        """
+158
+159        self._source = source
+160
+161    @property
+162    def type(self):
+163        """Gets the type of this WebFormMetadata.  # noqa: E501
+164
+165        Represents webform type. Possible values are [standalone, hasEsignTemplate]  # noqa: E501
+166
+167        :return: The type of this WebFormMetadata.  # noqa: E501
+168        :rtype: WebFormType
+169        """
+170        return self._type
+171
+172    @type.setter
+173    def type(self, type):
+174        """Sets the type of this WebFormMetadata.
+175
+176        Represents webform type. Possible values are [standalone, hasEsignTemplate]  # noqa: E501
+177
+178        :param type: The type of this WebFormMetadata.  # noqa: E501
+179        :type: WebFormType
+180        """
+181
+182        self._type = type
+183
+184    @property
+185    def source_form_id(self):
+186        """Gets the source_form_id of this WebFormMetadata.  # noqa: E501
+187
+188        The source form id from which the webform is created.  # noqa: E501
+189
+190        :return: The source_form_id of this WebFormMetadata.  # noqa: E501
+191        :rtype: str
+192        """
+193        return self._source_form_id
+194
+195    @source_form_id.setter
+196    def source_form_id(self, source_form_id):
+197        """Sets the source_form_id of this WebFormMetadata.
+198
+199        The source form id from which the webform is created.  # noqa: E501
+200
+201        :param source_form_id: The source_form_id of this WebFormMetadata.  # noqa: E501
+202        :type: str
+203        """
+204
+205        self._source_form_id = source_form_id
+206
+207    @property
+208    def owner(self):
+209        """Gets the owner of this WebFormMetadata.  # noqa: E501
+210
+211        The user that created the form or has been transferred ownership  # noqa: E501
+212
+213        :return: The owner of this WebFormMetadata.  # noqa: E501
+214        :rtype: WebFormUserInfo
+215        """
+216        return self._owner
+217
+218    @owner.setter
+219    def owner(self, owner):
+220        """Sets the owner of this WebFormMetadata.
+221
+222        The user that created the form or has been transferred ownership  # noqa: E501
+223
+224        :param owner: The owner of this WebFormMetadata.  # noqa: E501
+225        :type: WebFormUserInfo
+226        """
+227
+228        self._owner = owner
+229
+230    @property
+231    def sender(self):
+232        """Gets the sender of this WebFormMetadata.  # noqa: E501
+233
+234        The user that has added their consent to the form for sending actions  # noqa: E501
+235
+236        :return: The sender of this WebFormMetadata.  # noqa: E501
+237        :rtype: WebFormUserInfo
+238        """
+239        return self._sender
+240
+241    @sender.setter
+242    def sender(self, sender):
+243        """Sets the sender of this WebFormMetadata.
+244
+245        The user that has added their consent to the form for sending actions  # noqa: E501
+246
+247        :param sender: The sender of this WebFormMetadata.  # noqa: E501
+248        :type: WebFormUserInfo
+249        """
+250
+251        self._sender = sender
+252
+253    @property
+254    def last_modified_by(self):
+255        """Gets the last_modified_by of this WebFormMetadata.  # noqa: E501
+256
+257        Track the user that last modified anything related to the form  # noqa: E501
+258
+259        :return: The last_modified_by of this WebFormMetadata.  # noqa: E501
+260        :rtype: WebFormUserInfo
+261        """
+262        return self._last_modified_by
+263
+264    @last_modified_by.setter
+265    def last_modified_by(self, last_modified_by):
+266        """Sets the last_modified_by of this WebFormMetadata.
+267
+268        Track the user that last modified anything related to the form  # noqa: E501
+269
+270        :param last_modified_by: The last_modified_by of this WebFormMetadata.  # noqa: E501
+271        :type: WebFormUserInfo
+272        """
+273
+274        self._last_modified_by = last_modified_by
+275
+276    @property
+277    def form_content_modified_by(self):
+278        """Gets the form_content_modified_by of this WebFormMetadata.  # noqa: E501
+279
+280        Track the user that last modified the form content  # noqa: E501
+281
+282        :return: The form_content_modified_by of this WebFormMetadata.  # noqa: E501
+283        :rtype: WebFormUserInfo
+284        """
+285        return self._form_content_modified_by
+286
+287    @form_content_modified_by.setter
+288    def form_content_modified_by(self, form_content_modified_by):
+289        """Sets the form_content_modified_by of this WebFormMetadata.
+290
+291        Track the user that last modified the form content  # noqa: E501
+292
+293        :param form_content_modified_by: The form_content_modified_by of this WebFormMetadata.  # noqa: E501
+294        :type: WebFormUserInfo
+295        """
+296
+297        self._form_content_modified_by = form_content_modified_by
+298
+299    @property
+300    def form_properties_modified_by(self):
+301        """Gets the form_properties_modified_by of this WebFormMetadata.  # noqa: E501
+302
+303        Track the user that last modified the form properties  # noqa: E501
+304
+305        :return: The form_properties_modified_by of this WebFormMetadata.  # noqa: E501
+306        :rtype: WebFormUserInfo
+307        """
+308        return self._form_properties_modified_by
+309
+310    @form_properties_modified_by.setter
+311    def form_properties_modified_by(self, form_properties_modified_by):
+312        """Sets the form_properties_modified_by of this WebFormMetadata.
+313
+314        Track the user that last modified the form properties  # noqa: E501
+315
+316        :param form_properties_modified_by: The form_properties_modified_by of this WebFormMetadata.  # noqa: E501
+317        :type: WebFormUserInfo
+318        """
+319
+320        self._form_properties_modified_by = form_properties_modified_by
+321
+322    @property
+323    def last_published_by(self):
+324        """Gets the last_published_by of this WebFormMetadata.  # noqa: E501
+325
+326        Track the user that last published a draft version to active  # noqa: E501
+327
+328        :return: The last_published_by of this WebFormMetadata.  # noqa: E501
+329        :rtype: WebFormUserInfo
+330        """
+331        return self._last_published_by
+332
+333    @last_published_by.setter
+334    def last_published_by(self, last_published_by):
+335        """Sets the last_published_by of this WebFormMetadata.
+336
+337        Track the user that last published a draft version to active  # noqa: E501
+338
+339        :param last_published_by: The last_published_by of this WebFormMetadata.  # noqa: E501
+340        :type: WebFormUserInfo
+341        """
+342
+343        self._last_published_by = last_published_by
+344
+345    @property
+346    def last_enabled_by(self):
+347        """Gets the last_enabled_by of this WebFormMetadata.  # noqa: E501
+348
+349        Track the user that last unpublished an active version  # noqa: E501
+350
+351        :return: The last_enabled_by of this WebFormMetadata.  # noqa: E501
+352        :rtype: WebFormUserInfo
+353        """
+354        return self._last_enabled_by
+355
+356    @last_enabled_by.setter
+357    def last_enabled_by(self, last_enabled_by):
+358        """Sets the last_enabled_by of this WebFormMetadata.
+359
+360        Track the user that last unpublished an active version  # noqa: E501
+361
+362        :param last_enabled_by: The last_enabled_by of this WebFormMetadata.  # noqa: E501
+363        :type: WebFormUserInfo
+364        """
+365
+366        self._last_enabled_by = last_enabled_by
+367
+368    @property
+369    def last_disabled_by(self):
+370        """Gets the last_disabled_by of this WebFormMetadata.  # noqa: E501
+371
+372        Track the user that last unpublished an active version  # noqa: E501
+373
+374        :return: The last_disabled_by of this WebFormMetadata.  # noqa: E501
+375        :rtype: WebFormUserInfo
+376        """
+377        return self._last_disabled_by
+378
+379    @last_disabled_by.setter
+380    def last_disabled_by(self, last_disabled_by):
+381        """Sets the last_disabled_by of this WebFormMetadata.
+382
+383        Track the user that last unpublished an active version  # noqa: E501
+384
+385        :param last_disabled_by: The last_disabled_by of this WebFormMetadata.  # noqa: E501
+386        :type: WebFormUserInfo
+387        """
+388
+389        self._last_disabled_by = last_disabled_by
+390
+391    @property
+392    def archived_date_time(self):
+393        """Gets the archived_date_time of this WebFormMetadata.  # noqa: E501
+394
+395        The last time the web form was archived  # noqa: E501
+396
+397        :return: The archived_date_time of this WebFormMetadata.  # noqa: E501
+398        :rtype: datetime
+399        """
+400        return self._archived_date_time
+401
+402    @archived_date_time.setter
+403    def archived_date_time(self, archived_date_time):
+404        """Sets the archived_date_time of this WebFormMetadata.
+405
+406        The last time the web form was archived  # noqa: E501
+407
+408        :param archived_date_time: The archived_date_time of this WebFormMetadata.  # noqa: E501
+409        :type: datetime
+410        """
+411
+412        self._archived_date_time = archived_date_time
+413
+414    @property
+415    def created_date_time(self):
+416        """Gets the created_date_time of this WebFormMetadata.  # noqa: E501
+417
+418        Track the time the web form was created  # noqa: E501
+419
+420        :return: The created_date_time of this WebFormMetadata.  # noqa: E501
+421        :rtype: datetime
+422        """
+423        return self._created_date_time
+424
+425    @created_date_time.setter
+426    def created_date_time(self, created_date_time):
+427        """Sets the created_date_time of this WebFormMetadata.
+428
+429        Track the time the web form was created  # noqa: E501
+430
+431        :param created_date_time: The created_date_time of this WebFormMetadata.  # noqa: E501
+432        :type: datetime
+433        """
+434
+435        self._created_date_time = created_date_time
+436
+437    @property
+438    def last_modified_date_time(self):
+439        """Gets the last_modified_date_time of this WebFormMetadata.  # noqa: E501
+440
+441        The last time anything was modified on the form  # noqa: E501
+442
+443        :return: The last_modified_date_time of this WebFormMetadata.  # noqa: E501
+444        :rtype: datetime
+445        """
+446        return self._last_modified_date_time
+447
+448    @last_modified_date_time.setter
+449    def last_modified_date_time(self, last_modified_date_time):
+450        """Sets the last_modified_date_time of this WebFormMetadata.
+451
+452        The last time anything was modified on the form  # noqa: E501
+453
+454        :param last_modified_date_time: The last_modified_date_time of this WebFormMetadata.  # noqa: E501
+455        :type: datetime
+456        """
+457
+458        self._last_modified_date_time = last_modified_date_time
+459
+460    @property
+461    def form_content_modified_date_time(self):
+462        """Gets the form_content_modified_date_time of this WebFormMetadata.  # noqa: E501
+463
+464        Track the last time web form content changed.  # noqa: E501
+465
+466        :return: The form_content_modified_date_time of this WebFormMetadata.  # noqa: E501
+467        :rtype: datetime
+468        """
+469        return self._form_content_modified_date_time
+470
+471    @form_content_modified_date_time.setter
+472    def form_content_modified_date_time(self, form_content_modified_date_time):
+473        """Sets the form_content_modified_date_time of this WebFormMetadata.
+474
+475        Track the last time web form content changed.  # noqa: E501
+476
+477        :param form_content_modified_date_time: The form_content_modified_date_time of this WebFormMetadata.  # noqa: E501
+478        :type: datetime
+479        """
+480
+481        self._form_content_modified_date_time = form_content_modified_date_time
+482
+483    @property
+484    def form_properties_modified_date_time(self):
+485        """Gets the form_properties_modified_date_time of this WebFormMetadata.  # noqa: E501
+486
+487        Track the last time the form properties changed.  # noqa: E501
+488
+489        :return: The form_properties_modified_date_time of this WebFormMetadata.  # noqa: E501
+490        :rtype: datetime
+491        """
+492        return self._form_properties_modified_date_time
+493
+494    @form_properties_modified_date_time.setter
+495    def form_properties_modified_date_time(self, form_properties_modified_date_time):
+496        """Sets the form_properties_modified_date_time of this WebFormMetadata.
+497
+498        Track the last time the form properties changed.  # noqa: E501
+499
+500        :param form_properties_modified_date_time: The form_properties_modified_date_time of this WebFormMetadata.  # noqa: E501
+501        :type: datetime
+502        """
+503
+504        self._form_properties_modified_date_time = form_properties_modified_date_time
+505
+506    @property
+507    def last_published_date_time(self):
+508        """Gets the last_published_date_time of this WebFormMetadata.  # noqa: E501
+509
+510        Track the last time a draft version was published to active  # noqa: E501
+511
+512        :return: The last_published_date_time of this WebFormMetadata.  # noqa: E501
+513        :rtype: datetime
+514        """
+515        return self._last_published_date_time
+516
+517    @last_published_date_time.setter
+518    def last_published_date_time(self, last_published_date_time):
+519        """Sets the last_published_date_time of this WebFormMetadata.
+520
+521        Track the last time a draft version was published to active  # noqa: E501
+522
+523        :param last_published_date_time: The last_published_date_time of this WebFormMetadata.  # noqa: E501
+524        :type: datetime
+525        """
+526
+527        self._last_published_date_time = last_published_date_time
+528
+529    @property
+530    def last_enabled_date_time(self):
+531        """Gets the last_enabled_date_time of this WebFormMetadata.  # noqa: E501
+532
+533        Track the last time the form was enabled  # noqa: E501
+534
+535        :return: The last_enabled_date_time of this WebFormMetadata.  # noqa: E501
+536        :rtype: datetime
+537        """
+538        return self._last_enabled_date_time
+539
+540    @last_enabled_date_time.setter
+541    def last_enabled_date_time(self, last_enabled_date_time):
+542        """Sets the last_enabled_date_time of this WebFormMetadata.
+543
+544        Track the last time the form was enabled  # noqa: E501
+545
+546        :param last_enabled_date_time: The last_enabled_date_time of this WebFormMetadata.  # noqa: E501
+547        :type: datetime
+548        """
+549
+550        self._last_enabled_date_time = last_enabled_date_time
+551
+552    @property
+553    def last_disabled_date_time(self):
+554        """Gets the last_disabled_date_time of this WebFormMetadata.  # noqa: E501
+555
+556        Track the last time the form was disabled  # noqa: E501
+557
+558        :return: The last_disabled_date_time of this WebFormMetadata.  # noqa: E501
+559        :rtype: datetime
+560        """
+561        return self._last_disabled_date_time
+562
+563    @last_disabled_date_time.setter
+564    def last_disabled_date_time(self, last_disabled_date_time):
+565        """Sets the last_disabled_date_time of this WebFormMetadata.
+566
+567        Track the last time the form was disabled  # noqa: E501
+568
+569        :param last_disabled_date_time: The last_disabled_date_time of this WebFormMetadata.  # noqa: E501
+570        :type: datetime
+571        """
+572
+573        self._last_disabled_date_time = last_disabled_date_time
+574
+575    @property
+576    def last_sender_consent_date_time(self):
+577        """Gets the last_sender_consent_date_time of this WebFormMetadata.  # noqa: E501
+578
+579        Track the last time a user added their consent for the form.  # noqa: E501
+580
+581        :return: The last_sender_consent_date_time of this WebFormMetadata.  # noqa: E501
+582        :rtype: datetime
+583        """
+584        return self._last_sender_consent_date_time
+585
+586    @last_sender_consent_date_time.setter
+587    def last_sender_consent_date_time(self, last_sender_consent_date_time):
+588        """Sets the last_sender_consent_date_time of this WebFormMetadata.
+589
+590        Track the last time a user added their consent for the form.  # noqa: E501
+591
+592        :param last_sender_consent_date_time: The last_sender_consent_date_time of this WebFormMetadata.  # noqa: E501
+593        :type: datetime
+594        """
+595
+596        self._last_sender_consent_date_time = last_sender_consent_date_time
+597
+598    @property
+599    def published_slug(self):
+600        """Gets the published_slug of this WebFormMetadata.  # noqa: E501
+601
+602        The public friendly slug that is used to access the form from the player  # noqa: E501
+603
+604        :return: The published_slug of this WebFormMetadata.  # noqa: E501
+605        :rtype: str
+606        """
+607        return self._published_slug
+608
+609    @published_slug.setter
+610    def published_slug(self, published_slug):
+611        """Sets the published_slug of this WebFormMetadata.
+612
+613        The public friendly slug that is used to access the form from the player  # noqa: E501
+614
+615        :param published_slug: The published_slug of this WebFormMetadata.  # noqa: E501
+616        :type: str
+617        """
+618
+619        self._published_slug = published_slug
+620
+621    @property
+622    def published_component_names(self):
+623        """Gets the published_component_names of this WebFormMetadata.  # noqa: E501
+624
+625        A dictionary containing the mapping of component names to their respective component types for all the published components.  # noqa: E501
+626
+627        :return: The published_component_names of this WebFormMetadata.  # noqa: E501
+628        :rtype: dict(str, WebFormComponentType)
+629        """
+630        return self._published_component_names
+631
+632    @published_component_names.setter
+633    def published_component_names(self, published_component_names):
+634        """Sets the published_component_names of this WebFormMetadata.
+635
+636        A dictionary containing the mapping of component names to their respective component types for all the published components.  # noqa: E501
+637
+638        :param published_component_names: The published_component_names of this WebFormMetadata.  # noqa: E501
+639        :type: dict(str, WebFormComponentType)
+640        """
+641
+642        self._published_component_names = published_component_names
+643
+644    def to_dict(self):
+645        """Returns the model properties as a dict"""
+646        result = {}
+647
+648        for attr, _ in six.iteritems(self.swagger_types):
+649            value = getattr(self, attr)
+650            if isinstance(value, list):
+651                result[attr] = list(map(
+652                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+653                    value
+654                ))
+655            elif hasattr(value, "to_dict"):
+656                result[attr] = value.to_dict()
+657            elif isinstance(value, dict):
+658                result[attr] = dict(map(
+659                    lambda item: (item[0], item[1].to_dict())
+660                    if hasattr(item[1], "to_dict") else item,
+661                    value.items()
+662                ))
+663            else:
+664                result[attr] = value
+665        if issubclass(WebFormMetadata, dict):
+666            for key, value in self.items():
+667                result[key] = value
+668
+669        return result
+670
+671    def to_str(self):
+672        """Returns the string representation of the model"""
+673        return pprint.pformat(self.to_dict())
+674
+675    def __repr__(self):
+676        """For `print` and `pprint`"""
+677        return self.to_str()
+678
+679    def __eq__(self, other):
+680        """Returns true if both objects are equal"""
+681        if not isinstance(other, WebFormMetadata):
+682            return False
+683
+684        return self.to_dict() == other.to_dict()
+685
+686    def __ne__(self, other):
+687        """Returns true if both objects are not equal"""
+688        if not isinstance(other, WebFormMetadata):
+689            return True
+690
+691        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormMetadata: + + + +
+ +
 23class WebFormMetadata(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'source': 'WebFormSource',
+ 38        'type': 'WebFormType',
+ 39        'source_form_id': 'str',
+ 40        'owner': 'WebFormUserInfo',
+ 41        'sender': 'WebFormUserInfo',
+ 42        'last_modified_by': 'WebFormUserInfo',
+ 43        'form_content_modified_by': 'WebFormUserInfo',
+ 44        'form_properties_modified_by': 'WebFormUserInfo',
+ 45        'last_published_by': 'WebFormUserInfo',
+ 46        'last_enabled_by': 'WebFormUserInfo',
+ 47        'last_disabled_by': 'WebFormUserInfo',
+ 48        'archived_date_time': 'datetime',
+ 49        'created_date_time': 'datetime',
+ 50        'last_modified_date_time': 'datetime',
+ 51        'form_content_modified_date_time': 'datetime',
+ 52        'form_properties_modified_date_time': 'datetime',
+ 53        'last_published_date_time': 'datetime',
+ 54        'last_enabled_date_time': 'datetime',
+ 55        'last_disabled_date_time': 'datetime',
+ 56        'last_sender_consent_date_time': 'datetime',
+ 57        'published_slug': 'str',
+ 58        'published_component_names': 'dict(str, WebFormComponentType)'
+ 59    }
+ 60
+ 61    attribute_map = {
+ 62        'source': 'source',
+ 63        'type': 'type',
+ 64        'source_form_id': 'sourceFormId',
+ 65        'owner': 'owner',
+ 66        'sender': 'sender',
+ 67        'last_modified_by': 'lastModifiedBy',
+ 68        'form_content_modified_by': 'formContentModifiedBy',
+ 69        'form_properties_modified_by': 'formPropertiesModifiedBy',
+ 70        'last_published_by': 'lastPublishedBy',
+ 71        'last_enabled_by': 'lastEnabledBy',
+ 72        'last_disabled_by': 'lastDisabledBy',
+ 73        'archived_date_time': 'archivedDateTime',
+ 74        'created_date_time': 'createdDateTime',
+ 75        'last_modified_date_time': 'lastModifiedDateTime',
+ 76        'form_content_modified_date_time': 'formContentModifiedDateTime',
+ 77        'form_properties_modified_date_time': 'formPropertiesModifiedDateTime',
+ 78        'last_published_date_time': 'lastPublishedDateTime',
+ 79        'last_enabled_date_time': 'lastEnabledDateTime',
+ 80        'last_disabled_date_time': 'lastDisabledDateTime',
+ 81        'last_sender_consent_date_time': 'lastSenderConsentDateTime',
+ 82        'published_slug': 'publishedSlug',
+ 83        'published_component_names': 'publishedComponentNames'
+ 84    }
+ 85
+ 86    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 87        """WebFormMetadata - a model defined in Swagger"""  # noqa: E501
+ 88        if _configuration is None:
+ 89            _configuration = Configuration()
+ 90        self._configuration = _configuration
+ 91
+ 92        self._source = None
+ 93        self._type = None
+ 94        self._source_form_id = None
+ 95        self._owner = None
+ 96        self._sender = None
+ 97        self._last_modified_by = None
+ 98        self._form_content_modified_by = None
+ 99        self._form_properties_modified_by = None
+100        self._last_published_by = None
+101        self._last_enabled_by = None
+102        self._last_disabled_by = None
+103        self._archived_date_time = None
+104        self._created_date_time = None
+105        self._last_modified_date_time = None
+106        self._form_content_modified_date_time = None
+107        self._form_properties_modified_date_time = None
+108        self._last_published_date_time = None
+109        self._last_enabled_date_time = None
+110        self._last_disabled_date_time = None
+111        self._last_sender_consent_date_time = None
+112        self._published_slug = None
+113        self._published_component_names = None
+114        self.discriminator = None
+115
+116        setattr(self, "_{}".format('source'), kwargs.get('source', None))
+117        setattr(self, "_{}".format('type'), kwargs.get('type', None))
+118        setattr(self, "_{}".format('source_form_id'), kwargs.get('source_form_id', None))
+119        setattr(self, "_{}".format('owner'), kwargs.get('owner', None))
+120        setattr(self, "_{}".format('sender'), kwargs.get('sender', None))
+121        setattr(self, "_{}".format('last_modified_by'), kwargs.get('last_modified_by', None))
+122        setattr(self, "_{}".format('form_content_modified_by'), kwargs.get('form_content_modified_by', None))
+123        setattr(self, "_{}".format('form_properties_modified_by'), kwargs.get('form_properties_modified_by', None))
+124        setattr(self, "_{}".format('last_published_by'), kwargs.get('last_published_by', None))
+125        setattr(self, "_{}".format('last_enabled_by'), kwargs.get('last_enabled_by', None))
+126        setattr(self, "_{}".format('last_disabled_by'), kwargs.get('last_disabled_by', None))
+127        setattr(self, "_{}".format('archived_date_time'), kwargs.get('archived_date_time', None))
+128        setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None))
+129        setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None))
+130        setattr(self, "_{}".format('form_content_modified_date_time'), kwargs.get('form_content_modified_date_time', None))
+131        setattr(self, "_{}".format('form_properties_modified_date_time'), kwargs.get('form_properties_modified_date_time', None))
+132        setattr(self, "_{}".format('last_published_date_time'), kwargs.get('last_published_date_time', None))
+133        setattr(self, "_{}".format('last_enabled_date_time'), kwargs.get('last_enabled_date_time', None))
+134        setattr(self, "_{}".format('last_disabled_date_time'), kwargs.get('last_disabled_date_time', None))
+135        setattr(self, "_{}".format('last_sender_consent_date_time'), kwargs.get('last_sender_consent_date_time', None))
+136        setattr(self, "_{}".format('published_slug'), kwargs.get('published_slug', None))
+137        setattr(self, "_{}".format('published_component_names'), kwargs.get('published_component_names', None))
+138
+139    @property
+140    def source(self):
+141        """Gets the source of this WebFormMetadata.  # noqa: E501
+142
+143        The source from which the webform is created. Accepted values are [templates, blank, form]  # noqa: E501
+144
+145        :return: The source of this WebFormMetadata.  # noqa: E501
+146        :rtype: WebFormSource
+147        """
+148        return self._source
+149
+150    @source.setter
+151    def source(self, source):
+152        """Sets the source of this WebFormMetadata.
+153
+154        The source from which the webform is created. Accepted values are [templates, blank, form]  # noqa: E501
+155
+156        :param source: The source of this WebFormMetadata.  # noqa: E501
+157        :type: WebFormSource
+158        """
+159
+160        self._source = source
+161
+162    @property
+163    def type(self):
+164        """Gets the type of this WebFormMetadata.  # noqa: E501
+165
+166        Represents webform type. Possible values are [standalone, hasEsignTemplate]  # noqa: E501
+167
+168        :return: The type of this WebFormMetadata.  # noqa: E501
+169        :rtype: WebFormType
+170        """
+171        return self._type
+172
+173    @type.setter
+174    def type(self, type):
+175        """Sets the type of this WebFormMetadata.
+176
+177        Represents webform type. Possible values are [standalone, hasEsignTemplate]  # noqa: E501
+178
+179        :param type: The type of this WebFormMetadata.  # noqa: E501
+180        :type: WebFormType
+181        """
+182
+183        self._type = type
+184
+185    @property
+186    def source_form_id(self):
+187        """Gets the source_form_id of this WebFormMetadata.  # noqa: E501
+188
+189        The source form id from which the webform is created.  # noqa: E501
+190
+191        :return: The source_form_id of this WebFormMetadata.  # noqa: E501
+192        :rtype: str
+193        """
+194        return self._source_form_id
+195
+196    @source_form_id.setter
+197    def source_form_id(self, source_form_id):
+198        """Sets the source_form_id of this WebFormMetadata.
+199
+200        The source form id from which the webform is created.  # noqa: E501
+201
+202        :param source_form_id: The source_form_id of this WebFormMetadata.  # noqa: E501
+203        :type: str
+204        """
+205
+206        self._source_form_id = source_form_id
+207
+208    @property
+209    def owner(self):
+210        """Gets the owner of this WebFormMetadata.  # noqa: E501
+211
+212        The user that created the form or has been transferred ownership  # noqa: E501
+213
+214        :return: The owner of this WebFormMetadata.  # noqa: E501
+215        :rtype: WebFormUserInfo
+216        """
+217        return self._owner
+218
+219    @owner.setter
+220    def owner(self, owner):
+221        """Sets the owner of this WebFormMetadata.
+222
+223        The user that created the form or has been transferred ownership  # noqa: E501
+224
+225        :param owner: The owner of this WebFormMetadata.  # noqa: E501
+226        :type: WebFormUserInfo
+227        """
+228
+229        self._owner = owner
+230
+231    @property
+232    def sender(self):
+233        """Gets the sender of this WebFormMetadata.  # noqa: E501
+234
+235        The user that has added their consent to the form for sending actions  # noqa: E501
+236
+237        :return: The sender of this WebFormMetadata.  # noqa: E501
+238        :rtype: WebFormUserInfo
+239        """
+240        return self._sender
+241
+242    @sender.setter
+243    def sender(self, sender):
+244        """Sets the sender of this WebFormMetadata.
+245
+246        The user that has added their consent to the form for sending actions  # noqa: E501
+247
+248        :param sender: The sender of this WebFormMetadata.  # noqa: E501
+249        :type: WebFormUserInfo
+250        """
+251
+252        self._sender = sender
+253
+254    @property
+255    def last_modified_by(self):
+256        """Gets the last_modified_by of this WebFormMetadata.  # noqa: E501
+257
+258        Track the user that last modified anything related to the form  # noqa: E501
+259
+260        :return: The last_modified_by of this WebFormMetadata.  # noqa: E501
+261        :rtype: WebFormUserInfo
+262        """
+263        return self._last_modified_by
+264
+265    @last_modified_by.setter
+266    def last_modified_by(self, last_modified_by):
+267        """Sets the last_modified_by of this WebFormMetadata.
+268
+269        Track the user that last modified anything related to the form  # noqa: E501
+270
+271        :param last_modified_by: The last_modified_by of this WebFormMetadata.  # noqa: E501
+272        :type: WebFormUserInfo
+273        """
+274
+275        self._last_modified_by = last_modified_by
+276
+277    @property
+278    def form_content_modified_by(self):
+279        """Gets the form_content_modified_by of this WebFormMetadata.  # noqa: E501
+280
+281        Track the user that last modified the form content  # noqa: E501
+282
+283        :return: The form_content_modified_by of this WebFormMetadata.  # noqa: E501
+284        :rtype: WebFormUserInfo
+285        """
+286        return self._form_content_modified_by
+287
+288    @form_content_modified_by.setter
+289    def form_content_modified_by(self, form_content_modified_by):
+290        """Sets the form_content_modified_by of this WebFormMetadata.
+291
+292        Track the user that last modified the form content  # noqa: E501
+293
+294        :param form_content_modified_by: The form_content_modified_by of this WebFormMetadata.  # noqa: E501
+295        :type: WebFormUserInfo
+296        """
+297
+298        self._form_content_modified_by = form_content_modified_by
+299
+300    @property
+301    def form_properties_modified_by(self):
+302        """Gets the form_properties_modified_by of this WebFormMetadata.  # noqa: E501
+303
+304        Track the user that last modified the form properties  # noqa: E501
+305
+306        :return: The form_properties_modified_by of this WebFormMetadata.  # noqa: E501
+307        :rtype: WebFormUserInfo
+308        """
+309        return self._form_properties_modified_by
+310
+311    @form_properties_modified_by.setter
+312    def form_properties_modified_by(self, form_properties_modified_by):
+313        """Sets the form_properties_modified_by of this WebFormMetadata.
+314
+315        Track the user that last modified the form properties  # noqa: E501
+316
+317        :param form_properties_modified_by: The form_properties_modified_by of this WebFormMetadata.  # noqa: E501
+318        :type: WebFormUserInfo
+319        """
+320
+321        self._form_properties_modified_by = form_properties_modified_by
+322
+323    @property
+324    def last_published_by(self):
+325        """Gets the last_published_by of this WebFormMetadata.  # noqa: E501
+326
+327        Track the user that last published a draft version to active  # noqa: E501
+328
+329        :return: The last_published_by of this WebFormMetadata.  # noqa: E501
+330        :rtype: WebFormUserInfo
+331        """
+332        return self._last_published_by
+333
+334    @last_published_by.setter
+335    def last_published_by(self, last_published_by):
+336        """Sets the last_published_by of this WebFormMetadata.
+337
+338        Track the user that last published a draft version to active  # noqa: E501
+339
+340        :param last_published_by: The last_published_by of this WebFormMetadata.  # noqa: E501
+341        :type: WebFormUserInfo
+342        """
+343
+344        self._last_published_by = last_published_by
+345
+346    @property
+347    def last_enabled_by(self):
+348        """Gets the last_enabled_by of this WebFormMetadata.  # noqa: E501
+349
+350        Track the user that last unpublished an active version  # noqa: E501
+351
+352        :return: The last_enabled_by of this WebFormMetadata.  # noqa: E501
+353        :rtype: WebFormUserInfo
+354        """
+355        return self._last_enabled_by
+356
+357    @last_enabled_by.setter
+358    def last_enabled_by(self, last_enabled_by):
+359        """Sets the last_enabled_by of this WebFormMetadata.
+360
+361        Track the user that last unpublished an active version  # noqa: E501
+362
+363        :param last_enabled_by: The last_enabled_by of this WebFormMetadata.  # noqa: E501
+364        :type: WebFormUserInfo
+365        """
+366
+367        self._last_enabled_by = last_enabled_by
+368
+369    @property
+370    def last_disabled_by(self):
+371        """Gets the last_disabled_by of this WebFormMetadata.  # noqa: E501
+372
+373        Track the user that last unpublished an active version  # noqa: E501
+374
+375        :return: The last_disabled_by of this WebFormMetadata.  # noqa: E501
+376        :rtype: WebFormUserInfo
+377        """
+378        return self._last_disabled_by
+379
+380    @last_disabled_by.setter
+381    def last_disabled_by(self, last_disabled_by):
+382        """Sets the last_disabled_by of this WebFormMetadata.
+383
+384        Track the user that last unpublished an active version  # noqa: E501
+385
+386        :param last_disabled_by: The last_disabled_by of this WebFormMetadata.  # noqa: E501
+387        :type: WebFormUserInfo
+388        """
+389
+390        self._last_disabled_by = last_disabled_by
+391
+392    @property
+393    def archived_date_time(self):
+394        """Gets the archived_date_time of this WebFormMetadata.  # noqa: E501
+395
+396        The last time the web form was archived  # noqa: E501
+397
+398        :return: The archived_date_time of this WebFormMetadata.  # noqa: E501
+399        :rtype: datetime
+400        """
+401        return self._archived_date_time
+402
+403    @archived_date_time.setter
+404    def archived_date_time(self, archived_date_time):
+405        """Sets the archived_date_time of this WebFormMetadata.
+406
+407        The last time the web form was archived  # noqa: E501
+408
+409        :param archived_date_time: The archived_date_time of this WebFormMetadata.  # noqa: E501
+410        :type: datetime
+411        """
+412
+413        self._archived_date_time = archived_date_time
+414
+415    @property
+416    def created_date_time(self):
+417        """Gets the created_date_time of this WebFormMetadata.  # noqa: E501
+418
+419        Track the time the web form was created  # noqa: E501
+420
+421        :return: The created_date_time of this WebFormMetadata.  # noqa: E501
+422        :rtype: datetime
+423        """
+424        return self._created_date_time
+425
+426    @created_date_time.setter
+427    def created_date_time(self, created_date_time):
+428        """Sets the created_date_time of this WebFormMetadata.
+429
+430        Track the time the web form was created  # noqa: E501
+431
+432        :param created_date_time: The created_date_time of this WebFormMetadata.  # noqa: E501
+433        :type: datetime
+434        """
+435
+436        self._created_date_time = created_date_time
+437
+438    @property
+439    def last_modified_date_time(self):
+440        """Gets the last_modified_date_time of this WebFormMetadata.  # noqa: E501
+441
+442        The last time anything was modified on the form  # noqa: E501
+443
+444        :return: The last_modified_date_time of this WebFormMetadata.  # noqa: E501
+445        :rtype: datetime
+446        """
+447        return self._last_modified_date_time
+448
+449    @last_modified_date_time.setter
+450    def last_modified_date_time(self, last_modified_date_time):
+451        """Sets the last_modified_date_time of this WebFormMetadata.
+452
+453        The last time anything was modified on the form  # noqa: E501
+454
+455        :param last_modified_date_time: The last_modified_date_time of this WebFormMetadata.  # noqa: E501
+456        :type: datetime
+457        """
+458
+459        self._last_modified_date_time = last_modified_date_time
+460
+461    @property
+462    def form_content_modified_date_time(self):
+463        """Gets the form_content_modified_date_time of this WebFormMetadata.  # noqa: E501
+464
+465        Track the last time web form content changed.  # noqa: E501
+466
+467        :return: The form_content_modified_date_time of this WebFormMetadata.  # noqa: E501
+468        :rtype: datetime
+469        """
+470        return self._form_content_modified_date_time
+471
+472    @form_content_modified_date_time.setter
+473    def form_content_modified_date_time(self, form_content_modified_date_time):
+474        """Sets the form_content_modified_date_time of this WebFormMetadata.
+475
+476        Track the last time web form content changed.  # noqa: E501
+477
+478        :param form_content_modified_date_time: The form_content_modified_date_time of this WebFormMetadata.  # noqa: E501
+479        :type: datetime
+480        """
+481
+482        self._form_content_modified_date_time = form_content_modified_date_time
+483
+484    @property
+485    def form_properties_modified_date_time(self):
+486        """Gets the form_properties_modified_date_time of this WebFormMetadata.  # noqa: E501
+487
+488        Track the last time the form properties changed.  # noqa: E501
+489
+490        :return: The form_properties_modified_date_time of this WebFormMetadata.  # noqa: E501
+491        :rtype: datetime
+492        """
+493        return self._form_properties_modified_date_time
+494
+495    @form_properties_modified_date_time.setter
+496    def form_properties_modified_date_time(self, form_properties_modified_date_time):
+497        """Sets the form_properties_modified_date_time of this WebFormMetadata.
+498
+499        Track the last time the form properties changed.  # noqa: E501
+500
+501        :param form_properties_modified_date_time: The form_properties_modified_date_time of this WebFormMetadata.  # noqa: E501
+502        :type: datetime
+503        """
+504
+505        self._form_properties_modified_date_time = form_properties_modified_date_time
+506
+507    @property
+508    def last_published_date_time(self):
+509        """Gets the last_published_date_time of this WebFormMetadata.  # noqa: E501
+510
+511        Track the last time a draft version was published to active  # noqa: E501
+512
+513        :return: The last_published_date_time of this WebFormMetadata.  # noqa: E501
+514        :rtype: datetime
+515        """
+516        return self._last_published_date_time
+517
+518    @last_published_date_time.setter
+519    def last_published_date_time(self, last_published_date_time):
+520        """Sets the last_published_date_time of this WebFormMetadata.
+521
+522        Track the last time a draft version was published to active  # noqa: E501
+523
+524        :param last_published_date_time: The last_published_date_time of this WebFormMetadata.  # noqa: E501
+525        :type: datetime
+526        """
+527
+528        self._last_published_date_time = last_published_date_time
+529
+530    @property
+531    def last_enabled_date_time(self):
+532        """Gets the last_enabled_date_time of this WebFormMetadata.  # noqa: E501
+533
+534        Track the last time the form was enabled  # noqa: E501
+535
+536        :return: The last_enabled_date_time of this WebFormMetadata.  # noqa: E501
+537        :rtype: datetime
+538        """
+539        return self._last_enabled_date_time
+540
+541    @last_enabled_date_time.setter
+542    def last_enabled_date_time(self, last_enabled_date_time):
+543        """Sets the last_enabled_date_time of this WebFormMetadata.
+544
+545        Track the last time the form was enabled  # noqa: E501
+546
+547        :param last_enabled_date_time: The last_enabled_date_time of this WebFormMetadata.  # noqa: E501
+548        :type: datetime
+549        """
+550
+551        self._last_enabled_date_time = last_enabled_date_time
+552
+553    @property
+554    def last_disabled_date_time(self):
+555        """Gets the last_disabled_date_time of this WebFormMetadata.  # noqa: E501
+556
+557        Track the last time the form was disabled  # noqa: E501
+558
+559        :return: The last_disabled_date_time of this WebFormMetadata.  # noqa: E501
+560        :rtype: datetime
+561        """
+562        return self._last_disabled_date_time
+563
+564    @last_disabled_date_time.setter
+565    def last_disabled_date_time(self, last_disabled_date_time):
+566        """Sets the last_disabled_date_time of this WebFormMetadata.
+567
+568        Track the last time the form was disabled  # noqa: E501
+569
+570        :param last_disabled_date_time: The last_disabled_date_time of this WebFormMetadata.  # noqa: E501
+571        :type: datetime
+572        """
+573
+574        self._last_disabled_date_time = last_disabled_date_time
+575
+576    @property
+577    def last_sender_consent_date_time(self):
+578        """Gets the last_sender_consent_date_time of this WebFormMetadata.  # noqa: E501
+579
+580        Track the last time a user added their consent for the form.  # noqa: E501
+581
+582        :return: The last_sender_consent_date_time of this WebFormMetadata.  # noqa: E501
+583        :rtype: datetime
+584        """
+585        return self._last_sender_consent_date_time
+586
+587    @last_sender_consent_date_time.setter
+588    def last_sender_consent_date_time(self, last_sender_consent_date_time):
+589        """Sets the last_sender_consent_date_time of this WebFormMetadata.
+590
+591        Track the last time a user added their consent for the form.  # noqa: E501
+592
+593        :param last_sender_consent_date_time: The last_sender_consent_date_time of this WebFormMetadata.  # noqa: E501
+594        :type: datetime
+595        """
+596
+597        self._last_sender_consent_date_time = last_sender_consent_date_time
+598
+599    @property
+600    def published_slug(self):
+601        """Gets the published_slug of this WebFormMetadata.  # noqa: E501
+602
+603        The public friendly slug that is used to access the form from the player  # noqa: E501
+604
+605        :return: The published_slug of this WebFormMetadata.  # noqa: E501
+606        :rtype: str
+607        """
+608        return self._published_slug
+609
+610    @published_slug.setter
+611    def published_slug(self, published_slug):
+612        """Sets the published_slug of this WebFormMetadata.
+613
+614        The public friendly slug that is used to access the form from the player  # noqa: E501
+615
+616        :param published_slug: The published_slug of this WebFormMetadata.  # noqa: E501
+617        :type: str
+618        """
+619
+620        self._published_slug = published_slug
+621
+622    @property
+623    def published_component_names(self):
+624        """Gets the published_component_names of this WebFormMetadata.  # noqa: E501
+625
+626        A dictionary containing the mapping of component names to their respective component types for all the published components.  # noqa: E501
+627
+628        :return: The published_component_names of this WebFormMetadata.  # noqa: E501
+629        :rtype: dict(str, WebFormComponentType)
+630        """
+631        return self._published_component_names
+632
+633    @published_component_names.setter
+634    def published_component_names(self, published_component_names):
+635        """Sets the published_component_names of this WebFormMetadata.
+636
+637        A dictionary containing the mapping of component names to their respective component types for all the published components.  # noqa: E501
+638
+639        :param published_component_names: The published_component_names of this WebFormMetadata.  # noqa: E501
+640        :type: dict(str, WebFormComponentType)
+641        """
+642
+643        self._published_component_names = published_component_names
+644
+645    def to_dict(self):
+646        """Returns the model properties as a dict"""
+647        result = {}
+648
+649        for attr, _ in six.iteritems(self.swagger_types):
+650            value = getattr(self, attr)
+651            if isinstance(value, list):
+652                result[attr] = list(map(
+653                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+654                    value
+655                ))
+656            elif hasattr(value, "to_dict"):
+657                result[attr] = value.to_dict()
+658            elif isinstance(value, dict):
+659                result[attr] = dict(map(
+660                    lambda item: (item[0], item[1].to_dict())
+661                    if hasattr(item[1], "to_dict") else item,
+662                    value.items()
+663                ))
+664            else:
+665                result[attr] = value
+666        if issubclass(WebFormMetadata, dict):
+667            for key, value in self.items():
+668                result[key] = value
+669
+670        return result
+671
+672    def to_str(self):
+673        """Returns the string representation of the model"""
+674        return pprint.pformat(self.to_dict())
+675
+676    def __repr__(self):
+677        """For `print` and `pprint`"""
+678        return self.to_str()
+679
+680    def __eq__(self, other):
+681        """Returns true if both objects are equal"""
+682        if not isinstance(other, WebFormMetadata):
+683            return False
+684
+685        return self.to_dict() == other.to_dict()
+686
+687    def __ne__(self, other):
+688        """Returns true if both objects are not equal"""
+689        if not isinstance(other, WebFormMetadata):
+690            return True
+691
+692        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormMetadata(_configuration=None, **kwargs) + + + +
+ +
 86    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 87        """WebFormMetadata - a model defined in Swagger"""  # noqa: E501
+ 88        if _configuration is None:
+ 89            _configuration = Configuration()
+ 90        self._configuration = _configuration
+ 91
+ 92        self._source = None
+ 93        self._type = None
+ 94        self._source_form_id = None
+ 95        self._owner = None
+ 96        self._sender = None
+ 97        self._last_modified_by = None
+ 98        self._form_content_modified_by = None
+ 99        self._form_properties_modified_by = None
+100        self._last_published_by = None
+101        self._last_enabled_by = None
+102        self._last_disabled_by = None
+103        self._archived_date_time = None
+104        self._created_date_time = None
+105        self._last_modified_date_time = None
+106        self._form_content_modified_date_time = None
+107        self._form_properties_modified_date_time = None
+108        self._last_published_date_time = None
+109        self._last_enabled_date_time = None
+110        self._last_disabled_date_time = None
+111        self._last_sender_consent_date_time = None
+112        self._published_slug = None
+113        self._published_component_names = None
+114        self.discriminator = None
+115
+116        setattr(self, "_{}".format('source'), kwargs.get('source', None))
+117        setattr(self, "_{}".format('type'), kwargs.get('type', None))
+118        setattr(self, "_{}".format('source_form_id'), kwargs.get('source_form_id', None))
+119        setattr(self, "_{}".format('owner'), kwargs.get('owner', None))
+120        setattr(self, "_{}".format('sender'), kwargs.get('sender', None))
+121        setattr(self, "_{}".format('last_modified_by'), kwargs.get('last_modified_by', None))
+122        setattr(self, "_{}".format('form_content_modified_by'), kwargs.get('form_content_modified_by', None))
+123        setattr(self, "_{}".format('form_properties_modified_by'), kwargs.get('form_properties_modified_by', None))
+124        setattr(self, "_{}".format('last_published_by'), kwargs.get('last_published_by', None))
+125        setattr(self, "_{}".format('last_enabled_by'), kwargs.get('last_enabled_by', None))
+126        setattr(self, "_{}".format('last_disabled_by'), kwargs.get('last_disabled_by', None))
+127        setattr(self, "_{}".format('archived_date_time'), kwargs.get('archived_date_time', None))
+128        setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None))
+129        setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None))
+130        setattr(self, "_{}".format('form_content_modified_date_time'), kwargs.get('form_content_modified_date_time', None))
+131        setattr(self, "_{}".format('form_properties_modified_date_time'), kwargs.get('form_properties_modified_date_time', None))
+132        setattr(self, "_{}".format('last_published_date_time'), kwargs.get('last_published_date_time', None))
+133        setattr(self, "_{}".format('last_enabled_date_time'), kwargs.get('last_enabled_date_time', None))
+134        setattr(self, "_{}".format('last_disabled_date_time'), kwargs.get('last_disabled_date_time', None))
+135        setattr(self, "_{}".format('last_sender_consent_date_time'), kwargs.get('last_sender_consent_date_time', None))
+136        setattr(self, "_{}".format('published_slug'), kwargs.get('published_slug', None))
+137        setattr(self, "_{}".format('published_component_names'), kwargs.get('published_component_names', None))
+
+ + +

WebFormMetadata - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'source': 'WebFormSource', 'type': 'WebFormType', 'source_form_id': 'str', 'owner': 'WebFormUserInfo', 'sender': 'WebFormUserInfo', 'last_modified_by': 'WebFormUserInfo', 'form_content_modified_by': 'WebFormUserInfo', 'form_properties_modified_by': 'WebFormUserInfo', 'last_published_by': 'WebFormUserInfo', 'last_enabled_by': 'WebFormUserInfo', 'last_disabled_by': 'WebFormUserInfo', 'archived_date_time': 'datetime', 'created_date_time': 'datetime', 'last_modified_date_time': 'datetime', 'form_content_modified_date_time': 'datetime', 'form_properties_modified_date_time': 'datetime', 'last_published_date_time': 'datetime', 'last_enabled_date_time': 'datetime', 'last_disabled_date_time': 'datetime', 'last_sender_consent_date_time': 'datetime', 'published_slug': 'str', 'published_component_names': 'dict(str, WebFormComponentType)'} + + +
+ + + + +
+
+
+ attribute_map = {'source': 'source', 'type': 'type', 'source_form_id': 'sourceFormId', 'owner': 'owner', 'sender': 'sender', 'last_modified_by': 'lastModifiedBy', 'form_content_modified_by': 'formContentModifiedBy', 'form_properties_modified_by': 'formPropertiesModifiedBy', 'last_published_by': 'lastPublishedBy', 'last_enabled_by': 'lastEnabledBy', 'last_disabled_by': 'lastDisabledBy', 'archived_date_time': 'archivedDateTime', 'created_date_time': 'createdDateTime', 'last_modified_date_time': 'lastModifiedDateTime', 'form_content_modified_date_time': 'formContentModifiedDateTime', 'form_properties_modified_date_time': 'formPropertiesModifiedDateTime', 'last_published_date_time': 'lastPublishedDateTime', 'last_enabled_date_time': 'lastEnabledDateTime', 'last_disabled_date_time': 'lastDisabledDateTime', 'last_sender_consent_date_time': 'lastSenderConsentDateTime', 'published_slug': 'publishedSlug', 'published_component_names': 'publishedComponentNames'} + + +
+ + + + +
+
+
+ source + + +
+ + +

Gets the source of this WebFormMetadata. # noqa: E501

+ +

The source from which the webform is created. Accepted values are [templates, blank, form] # noqa: E501

+ +
Returns
+ +
+

The source of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ type + + +
+ + +

Gets the type of this WebFormMetadata. # noqa: E501

+ +

Represents webform type. Possible values are [standalone, hasEsignTemplate] # noqa: E501

+ +
Returns
+ +
+

The type of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ source_form_id + + +
+ + +

Gets the source_form_id of this WebFormMetadata. # noqa: E501

+ +

The source form id from which the webform is created. # noqa: E501

+ +
Returns
+ +
+

The source_form_id of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ owner + + +
+ + +

Gets the owner of this WebFormMetadata. # noqa: E501

+ +

The user that created the form or has been transferred ownership # noqa: E501

+ +
Returns
+ +
+

The owner of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ sender + + +
+ + +

Gets the sender of this WebFormMetadata. # noqa: E501

+ +

The user that has added their consent to the form for sending actions # noqa: E501

+ +
Returns
+ +
+

The sender of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_modified_by + + +
+ + +

Gets the last_modified_by of this WebFormMetadata. # noqa: E501

+ +

Track the user that last modified anything related to the form # noqa: E501

+ +
Returns
+ +
+

The last_modified_by of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ form_content_modified_by + + +
+ + +

Gets the form_content_modified_by of this WebFormMetadata. # noqa: E501

+ +

Track the user that last modified the form content # noqa: E501

+ +
Returns
+ +
+

The form_content_modified_by of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ form_properties_modified_by + + +
+ + +

Gets the form_properties_modified_by of this WebFormMetadata. # noqa: E501

+ +

Track the user that last modified the form properties # noqa: E501

+ +
Returns
+ +
+

The form_properties_modified_by of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_published_by + + +
+ + +

Gets the last_published_by of this WebFormMetadata. # noqa: E501

+ +

Track the user that last published a draft version to active # noqa: E501

+ +
Returns
+ +
+

The last_published_by of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_enabled_by + + +
+ + +

Gets the last_enabled_by of this WebFormMetadata. # noqa: E501

+ +

Track the user that last unpublished an active version # noqa: E501

+ +
Returns
+ +
+

The last_enabled_by of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_disabled_by + + +
+ + +

Gets the last_disabled_by of this WebFormMetadata. # noqa: E501

+ +

Track the user that last unpublished an active version # noqa: E501

+ +
Returns
+ +
+

The last_disabled_by of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ archived_date_time + + +
+ + +

Gets the archived_date_time of this WebFormMetadata. # noqa: E501

+ +

The last time the web form was archived # noqa: E501

+ +
Returns
+ +
+

The archived_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ created_date_time + + +
+ + +

Gets the created_date_time of this WebFormMetadata. # noqa: E501

+ +

Track the time the web form was created # noqa: E501

+ +
Returns
+ +
+

The created_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_modified_date_time + + +
+ + +

Gets the last_modified_date_time of this WebFormMetadata. # noqa: E501

+ +

The last time anything was modified on the form # noqa: E501

+ +
Returns
+ +
+

The last_modified_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ form_content_modified_date_time + + +
+ + +

Gets the form_content_modified_date_time of this WebFormMetadata. # noqa: E501

+ +

Track the last time web form content changed. # noqa: E501

+ +
Returns
+ +
+

The form_content_modified_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ form_properties_modified_date_time + + +
+ + +

Gets the form_properties_modified_date_time of this WebFormMetadata. # noqa: E501

+ +

Track the last time the form properties changed. # noqa: E501

+ +
Returns
+ +
+

The form_properties_modified_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_published_date_time + + +
+ + +

Gets the last_published_date_time of this WebFormMetadata. # noqa: E501

+ +

Track the last time a draft version was published to active # noqa: E501

+ +
Returns
+ +
+

The last_published_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_enabled_date_time + + +
+ + +

Gets the last_enabled_date_time of this WebFormMetadata. # noqa: E501

+ +

Track the last time the form was enabled # noqa: E501

+ +
Returns
+ +
+

The last_enabled_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ last_disabled_date_time + + +
+ + +

Gets the last_disabled_date_time of this WebFormMetadata. # noqa: E501

+ +

Track the last time the form was disabled # noqa: E501

+ +
Returns
+ +
+

The last_disabled_date_time of this WebFormMetadata. # noqa: E501

+
+
+ + +
+ +
+
+ published_slug + + +
+ + +

Gets the published_slug of this WebFormMetadata. # noqa: E501

+ +

The public friendly slug that is used to access the form from the player # noqa: E501

+ +
Returns
+ +
+

The published_slug of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+
+ published_component_names + + +
+ + +

Gets the published_component_names of this WebFormMetadata. # noqa: E501

+ +

A dictionary containing the mapping of component names to their respective component types for all the published components. # noqa: E501

+ +
Returns
+ +
+

The published_component_names of this WebFormMetadata. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
645    def to_dict(self):
+646        """Returns the model properties as a dict"""
+647        result = {}
+648
+649        for attr, _ in six.iteritems(self.swagger_types):
+650            value = getattr(self, attr)
+651            if isinstance(value, list):
+652                result[attr] = list(map(
+653                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+654                    value
+655                ))
+656            elif hasattr(value, "to_dict"):
+657                result[attr] = value.to_dict()
+658            elif isinstance(value, dict):
+659                result[attr] = dict(map(
+660                    lambda item: (item[0], item[1].to_dict())
+661                    if hasattr(item[1], "to_dict") else item,
+662                    value.items()
+663                ))
+664            else:
+665                result[attr] = value
+666        if issubclass(WebFormMetadata, dict):
+667            for key, value in self.items():
+668                result[key] = value
+669
+670        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
672    def to_str(self):
+673        """Returns the string representation of the model"""
+674        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_name.html b/docusign_webforms/models/web_form_name.html new file mode 100644 index 0000000..76e9749 --- /dev/null +++ b/docusign_webforms/models/web_form_name.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.web_form_name API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_name

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class WebFormName(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """WebFormName - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(WebFormName, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, WebFormName):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, WebFormName):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormName: + + + +
+ +
23class WebFormName(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormName - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormName, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, WebFormName):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, WebFormName):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormName(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormName - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

WebFormName - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormName, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_properties.html b/docusign_webforms/models/web_form_properties.html new file mode 100644 index 0000000..633b3ad --- /dev/null +++ b/docusign_webforms/models/web_form_properties.html @@ -0,0 +1,723 @@ + + + + + + + docusign_webforms.models.web_form_properties API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_properties

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormProperties(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'name': 'str',
+ 37        'is_private_access': 'bool'
+ 38    }
+ 39
+ 40    attribute_map = {
+ 41        'name': 'name',
+ 42        'is_private_access': 'isPrivateAccess'
+ 43    }
+ 44
+ 45    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 46        """WebFormProperties - a model defined in Swagger"""  # noqa: E501
+ 47        if _configuration is None:
+ 48            _configuration = Configuration()
+ 49        self._configuration = _configuration
+ 50
+ 51        self._name = None
+ 52        self._is_private_access = None
+ 53        self.discriminator = None
+ 54
+ 55        setattr(self, "_{}".format('name'), kwargs.get('name', None))
+ 56        setattr(self, "_{}".format('is_private_access'), kwargs.get('is_private_access', None))
+ 57
+ 58    @property
+ 59    def name(self):
+ 60        """Gets the name of this WebFormProperties.  # noqa: E501
+ 61
+ 62
+ 63        :return: The name of this WebFormProperties.  # noqa: E501
+ 64        :rtype: str
+ 65        """
+ 66        return self._name
+ 67
+ 68    @name.setter
+ 69    def name(self, name):
+ 70        """Sets the name of this WebFormProperties.
+ 71
+ 72
+ 73        :param name: The name of this WebFormProperties.  # noqa: E501
+ 74        :type: str
+ 75        """
+ 76
+ 77        self._name = name
+ 78
+ 79    @property
+ 80    def is_private_access(self):
+ 81        """Gets the is_private_access of this WebFormProperties.  # noqa: E501
+ 82
+ 83
+ 84        :return: The is_private_access of this WebFormProperties.  # noqa: E501
+ 85        :rtype: bool
+ 86        """
+ 87        return self._is_private_access
+ 88
+ 89    @is_private_access.setter
+ 90    def is_private_access(self, is_private_access):
+ 91        """Sets the is_private_access of this WebFormProperties.
+ 92
+ 93
+ 94        :param is_private_access: The is_private_access of this WebFormProperties.  # noqa: E501
+ 95        :type: bool
+ 96        """
+ 97
+ 98        self._is_private_access = is_private_access
+ 99
+100    def to_dict(self):
+101        """Returns the model properties as a dict"""
+102        result = {}
+103
+104        for attr, _ in six.iteritems(self.swagger_types):
+105            value = getattr(self, attr)
+106            if isinstance(value, list):
+107                result[attr] = list(map(
+108                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+109                    value
+110                ))
+111            elif hasattr(value, "to_dict"):
+112                result[attr] = value.to_dict()
+113            elif isinstance(value, dict):
+114                result[attr] = dict(map(
+115                    lambda item: (item[0], item[1].to_dict())
+116                    if hasattr(item[1], "to_dict") else item,
+117                    value.items()
+118                ))
+119            else:
+120                result[attr] = value
+121        if issubclass(WebFormProperties, dict):
+122            for key, value in self.items():
+123                result[key] = value
+124
+125        return result
+126
+127    def to_str(self):
+128        """Returns the string representation of the model"""
+129        return pprint.pformat(self.to_dict())
+130
+131    def __repr__(self):
+132        """For `print` and `pprint`"""
+133        return self.to_str()
+134
+135    def __eq__(self, other):
+136        """Returns true if both objects are equal"""
+137        if not isinstance(other, WebFormProperties):
+138            return False
+139
+140        return self.to_dict() == other.to_dict()
+141
+142    def __ne__(self, other):
+143        """Returns true if both objects are not equal"""
+144        if not isinstance(other, WebFormProperties):
+145            return True
+146
+147        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormProperties: + + + +
+ +
 23class WebFormProperties(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'name': 'str',
+ 38        'is_private_access': 'bool'
+ 39    }
+ 40
+ 41    attribute_map = {
+ 42        'name': 'name',
+ 43        'is_private_access': 'isPrivateAccess'
+ 44    }
+ 45
+ 46    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 47        """WebFormProperties - a model defined in Swagger"""  # noqa: E501
+ 48        if _configuration is None:
+ 49            _configuration = Configuration()
+ 50        self._configuration = _configuration
+ 51
+ 52        self._name = None
+ 53        self._is_private_access = None
+ 54        self.discriminator = None
+ 55
+ 56        setattr(self, "_{}".format('name'), kwargs.get('name', None))
+ 57        setattr(self, "_{}".format('is_private_access'), kwargs.get('is_private_access', None))
+ 58
+ 59    @property
+ 60    def name(self):
+ 61        """Gets the name of this WebFormProperties.  # noqa: E501
+ 62
+ 63
+ 64        :return: The name of this WebFormProperties.  # noqa: E501
+ 65        :rtype: str
+ 66        """
+ 67        return self._name
+ 68
+ 69    @name.setter
+ 70    def name(self, name):
+ 71        """Sets the name of this WebFormProperties.
+ 72
+ 73
+ 74        :param name: The name of this WebFormProperties.  # noqa: E501
+ 75        :type: str
+ 76        """
+ 77
+ 78        self._name = name
+ 79
+ 80    @property
+ 81    def is_private_access(self):
+ 82        """Gets the is_private_access of this WebFormProperties.  # noqa: E501
+ 83
+ 84
+ 85        :return: The is_private_access of this WebFormProperties.  # noqa: E501
+ 86        :rtype: bool
+ 87        """
+ 88        return self._is_private_access
+ 89
+ 90    @is_private_access.setter
+ 91    def is_private_access(self, is_private_access):
+ 92        """Sets the is_private_access of this WebFormProperties.
+ 93
+ 94
+ 95        :param is_private_access: The is_private_access of this WebFormProperties.  # noqa: E501
+ 96        :type: bool
+ 97        """
+ 98
+ 99        self._is_private_access = is_private_access
+100
+101    def to_dict(self):
+102        """Returns the model properties as a dict"""
+103        result = {}
+104
+105        for attr, _ in six.iteritems(self.swagger_types):
+106            value = getattr(self, attr)
+107            if isinstance(value, list):
+108                result[attr] = list(map(
+109                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+110                    value
+111                ))
+112            elif hasattr(value, "to_dict"):
+113                result[attr] = value.to_dict()
+114            elif isinstance(value, dict):
+115                result[attr] = dict(map(
+116                    lambda item: (item[0], item[1].to_dict())
+117                    if hasattr(item[1], "to_dict") else item,
+118                    value.items()
+119                ))
+120            else:
+121                result[attr] = value
+122        if issubclass(WebFormProperties, dict):
+123            for key, value in self.items():
+124                result[key] = value
+125
+126        return result
+127
+128    def to_str(self):
+129        """Returns the string representation of the model"""
+130        return pprint.pformat(self.to_dict())
+131
+132    def __repr__(self):
+133        """For `print` and `pprint`"""
+134        return self.to_str()
+135
+136    def __eq__(self, other):
+137        """Returns true if both objects are equal"""
+138        if not isinstance(other, WebFormProperties):
+139            return False
+140
+141        return self.to_dict() == other.to_dict()
+142
+143    def __ne__(self, other):
+144        """Returns true if both objects are not equal"""
+145        if not isinstance(other, WebFormProperties):
+146            return True
+147
+148        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormProperties(_configuration=None, **kwargs) + + + +
+ +
46    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+47        """WebFormProperties - a model defined in Swagger"""  # noqa: E501
+48        if _configuration is None:
+49            _configuration = Configuration()
+50        self._configuration = _configuration
+51
+52        self._name = None
+53        self._is_private_access = None
+54        self.discriminator = None
+55
+56        setattr(self, "_{}".format('name'), kwargs.get('name', None))
+57        setattr(self, "_{}".format('is_private_access'), kwargs.get('is_private_access', None))
+
+ + +

WebFormProperties - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'name': 'str', 'is_private_access': 'bool'} + + +
+ + + + +
+
+
+ attribute_map = {'name': 'name', 'is_private_access': 'isPrivateAccess'} + + +
+ + + + +
+
+
+ name + + +
+ + +

Gets the name of this WebFormProperties. # noqa: E501

+ +
Returns
+ +
+

The name of this WebFormProperties. # noqa: E501

+
+
+ + +
+
+
+ is_private_access + + +
+ + +

Gets the is_private_access of this WebFormProperties. # noqa: E501

+ +
Returns
+ +
+

The is_private_access of this WebFormProperties. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
101    def to_dict(self):
+102        """Returns the model properties as a dict"""
+103        result = {}
+104
+105        for attr, _ in six.iteritems(self.swagger_types):
+106            value = getattr(self, attr)
+107            if isinstance(value, list):
+108                result[attr] = list(map(
+109                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+110                    value
+111                ))
+112            elif hasattr(value, "to_dict"):
+113                result[attr] = value.to_dict()
+114            elif isinstance(value, dict):
+115                result[attr] = dict(map(
+116                    lambda item: (item[0], item[1].to_dict())
+117                    if hasattr(item[1], "to_dict") else item,
+118                    value.items()
+119                ))
+120            else:
+121                result[attr] = value
+122        if issubclass(WebFormProperties, dict):
+123            for key, value in self.items():
+124                result[key] = value
+125
+126        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
128    def to_str(self):
+129        """Returns the string representation of the model"""
+130        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_published_names.html b/docusign_webforms/models/web_form_published_names.html new file mode 100644 index 0000000..57cdccb --- /dev/null +++ b/docusign_webforms/models/web_form_published_names.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.web_form_published_names API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_published_names

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class WebFormPublishedNames(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """WebFormPublishedNames - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(WebFormPublishedNames, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, WebFormPublishedNames):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, WebFormPublishedNames):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormPublishedNames: + + + +
+ +
23class WebFormPublishedNames(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormPublishedNames - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormPublishedNames, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, WebFormPublishedNames):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, WebFormPublishedNames):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormPublishedNames(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormPublishedNames - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

WebFormPublishedNames - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormPublishedNames, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_source.html b/docusign_webforms/models/web_form_source.html new file mode 100644 index 0000000..11c6ac7 --- /dev/null +++ b/docusign_webforms/models/web_form_source.html @@ -0,0 +1,631 @@ + + + + + + + docusign_webforms.models.web_form_source API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_source

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormSource(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    TEMPLATES = "templates"
+ 32    BLANK = "blank"
+ 33    FORM = "form"
+ 34
+ 35    """
+ 36    Attributes:
+ 37      swagger_types (dict): The key is attribute name
+ 38                            and the value is attribute type.
+ 39      attribute_map (dict): The key is attribute name
+ 40                            and the value is json key in definition.
+ 41    """
+ 42    swagger_types = {
+ 43    }
+ 44
+ 45    attribute_map = {
+ 46    }
+ 47
+ 48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 49        """WebFormSource - a model defined in Swagger"""  # noqa: E501
+ 50        if _configuration is None:
+ 51            _configuration = Configuration()
+ 52        self._configuration = _configuration
+ 53        self.discriminator = None
+ 54
+ 55    def to_dict(self):
+ 56        """Returns the model properties as a dict"""
+ 57        result = {}
+ 58
+ 59        for attr, _ in six.iteritems(self.swagger_types):
+ 60            value = getattr(self, attr)
+ 61            if isinstance(value, list):
+ 62                result[attr] = list(map(
+ 63                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 64                    value
+ 65                ))
+ 66            elif hasattr(value, "to_dict"):
+ 67                result[attr] = value.to_dict()
+ 68            elif isinstance(value, dict):
+ 69                result[attr] = dict(map(
+ 70                    lambda item: (item[0], item[1].to_dict())
+ 71                    if hasattr(item[1], "to_dict") else item,
+ 72                    value.items()
+ 73                ))
+ 74            else:
+ 75                result[attr] = value
+ 76        if issubclass(WebFormSource, dict):
+ 77            for key, value in self.items():
+ 78                result[key] = value
+ 79
+ 80        return result
+ 81
+ 82    def to_str(self):
+ 83        """Returns the string representation of the model"""
+ 84        return pprint.pformat(self.to_dict())
+ 85
+ 86    def __repr__(self):
+ 87        """For `print` and `pprint`"""
+ 88        return self.to_str()
+ 89
+ 90    def __eq__(self, other):
+ 91        """Returns true if both objects are equal"""
+ 92        if not isinstance(other, WebFormSource):
+ 93            return False
+ 94
+ 95        return self.to_dict() == other.to_dict()
+ 96
+ 97    def __ne__(self, other):
+ 98        """Returns true if both objects are not equal"""
+ 99        if not isinstance(other, WebFormSource):
+100            return True
+101
+102        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormSource: + + + +
+ +
 23class WebFormSource(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    TEMPLATES = "templates"
+ 33    BLANK = "blank"
+ 34    FORM = "form"
+ 35
+ 36    """
+ 37    Attributes:
+ 38      swagger_types (dict): The key is attribute name
+ 39                            and the value is attribute type.
+ 40      attribute_map (dict): The key is attribute name
+ 41                            and the value is json key in definition.
+ 42    """
+ 43    swagger_types = {
+ 44    }
+ 45
+ 46    attribute_map = {
+ 47    }
+ 48
+ 49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 50        """WebFormSource - a model defined in Swagger"""  # noqa: E501
+ 51        if _configuration is None:
+ 52            _configuration = Configuration()
+ 53        self._configuration = _configuration
+ 54        self.discriminator = None
+ 55
+ 56    def to_dict(self):
+ 57        """Returns the model properties as a dict"""
+ 58        result = {}
+ 59
+ 60        for attr, _ in six.iteritems(self.swagger_types):
+ 61            value = getattr(self, attr)
+ 62            if isinstance(value, list):
+ 63                result[attr] = list(map(
+ 64                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 65                    value
+ 66                ))
+ 67            elif hasattr(value, "to_dict"):
+ 68                result[attr] = value.to_dict()
+ 69            elif isinstance(value, dict):
+ 70                result[attr] = dict(map(
+ 71                    lambda item: (item[0], item[1].to_dict())
+ 72                    if hasattr(item[1], "to_dict") else item,
+ 73                    value.items()
+ 74                ))
+ 75            else:
+ 76                result[attr] = value
+ 77        if issubclass(WebFormSource, dict):
+ 78            for key, value in self.items():
+ 79                result[key] = value
+ 80
+ 81        return result
+ 82
+ 83    def to_str(self):
+ 84        """Returns the string representation of the model"""
+ 85        return pprint.pformat(self.to_dict())
+ 86
+ 87    def __repr__(self):
+ 88        """For `print` and `pprint`"""
+ 89        return self.to_str()
+ 90
+ 91    def __eq__(self, other):
+ 92        """Returns true if both objects are equal"""
+ 93        if not isinstance(other, WebFormSource):
+ 94            return False
+ 95
+ 96        return self.to_dict() == other.to_dict()
+ 97
+ 98    def __ne__(self, other):
+ 99        """Returns true if both objects are not equal"""
+100        if not isinstance(other, WebFormSource):
+101            return True
+102
+103        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormSource(_configuration=None, **kwargs) + + + +
+ +
49    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+50        """WebFormSource - a model defined in Swagger"""  # noqa: E501
+51        if _configuration is None:
+52            _configuration = Configuration()
+53        self._configuration = _configuration
+54        self.discriminator = None
+
+ + +

WebFormSource - a model defined in Swagger

+
+ + +
+
+
+ TEMPLATES = 'templates' + + +
+ + + + +
+
+
+ BLANK = 'blank' + + +
+ + + + +
+
+
+ FORM = 'form' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
56    def to_dict(self):
+57        """Returns the model properties as a dict"""
+58        result = {}
+59
+60        for attr, _ in six.iteritems(self.swagger_types):
+61            value = getattr(self, attr)
+62            if isinstance(value, list):
+63                result[attr] = list(map(
+64                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+65                    value
+66                ))
+67            elif hasattr(value, "to_dict"):
+68                result[attr] = value.to_dict()
+69            elif isinstance(value, dict):
+70                result[attr] = dict(map(
+71                    lambda item: (item[0], item[1].to_dict())
+72                    if hasattr(item[1], "to_dict") else item,
+73                    value.items()
+74                ))
+75            else:
+76                result[attr] = value
+77        if issubclass(WebFormSource, dict):
+78            for key, value in self.items():
+79                result[key] = value
+80
+81        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
83    def to_str(self):
+84        """Returns the string representation of the model"""
+85        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_state.html b/docusign_webforms/models/web_form_state.html new file mode 100644 index 0000000..00b69f6 --- /dev/null +++ b/docusign_webforms/models/web_form_state.html @@ -0,0 +1,615 @@ + + + + + + + docusign_webforms.models.web_form_state API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_state

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormState(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    ACTIVE = "active"
+ 32    DRAFT = "draft"
+ 33
+ 34    """
+ 35    Attributes:
+ 36      swagger_types (dict): The key is attribute name
+ 37                            and the value is attribute type.
+ 38      attribute_map (dict): The key is attribute name
+ 39                            and the value is json key in definition.
+ 40    """
+ 41    swagger_types = {
+ 42    }
+ 43
+ 44    attribute_map = {
+ 45    }
+ 46
+ 47    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 48        """WebFormState - a model defined in Swagger"""  # noqa: E501
+ 49        if _configuration is None:
+ 50            _configuration = Configuration()
+ 51        self._configuration = _configuration
+ 52        self.discriminator = None
+ 53
+ 54    def to_dict(self):
+ 55        """Returns the model properties as a dict"""
+ 56        result = {}
+ 57
+ 58        for attr, _ in six.iteritems(self.swagger_types):
+ 59            value = getattr(self, attr)
+ 60            if isinstance(value, list):
+ 61                result[attr] = list(map(
+ 62                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 63                    value
+ 64                ))
+ 65            elif hasattr(value, "to_dict"):
+ 66                result[attr] = value.to_dict()
+ 67            elif isinstance(value, dict):
+ 68                result[attr] = dict(map(
+ 69                    lambda item: (item[0], item[1].to_dict())
+ 70                    if hasattr(item[1], "to_dict") else item,
+ 71                    value.items()
+ 72                ))
+ 73            else:
+ 74                result[attr] = value
+ 75        if issubclass(WebFormState, dict):
+ 76            for key, value in self.items():
+ 77                result[key] = value
+ 78
+ 79        return result
+ 80
+ 81    def to_str(self):
+ 82        """Returns the string representation of the model"""
+ 83        return pprint.pformat(self.to_dict())
+ 84
+ 85    def __repr__(self):
+ 86        """For `print` and `pprint`"""
+ 87        return self.to_str()
+ 88
+ 89    def __eq__(self, other):
+ 90        """Returns true if both objects are equal"""
+ 91        if not isinstance(other, WebFormState):
+ 92            return False
+ 93
+ 94        return self.to_dict() == other.to_dict()
+ 95
+ 96    def __ne__(self, other):
+ 97        """Returns true if both objects are not equal"""
+ 98        if not isinstance(other, WebFormState):
+ 99            return True
+100
+101        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormState: + + + +
+ +
 23class WebFormState(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    ACTIVE = "active"
+ 33    DRAFT = "draft"
+ 34
+ 35    """
+ 36    Attributes:
+ 37      swagger_types (dict): The key is attribute name
+ 38                            and the value is attribute type.
+ 39      attribute_map (dict): The key is attribute name
+ 40                            and the value is json key in definition.
+ 41    """
+ 42    swagger_types = {
+ 43    }
+ 44
+ 45    attribute_map = {
+ 46    }
+ 47
+ 48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 49        """WebFormState - a model defined in Swagger"""  # noqa: E501
+ 50        if _configuration is None:
+ 51            _configuration = Configuration()
+ 52        self._configuration = _configuration
+ 53        self.discriminator = None
+ 54
+ 55    def to_dict(self):
+ 56        """Returns the model properties as a dict"""
+ 57        result = {}
+ 58
+ 59        for attr, _ in six.iteritems(self.swagger_types):
+ 60            value = getattr(self, attr)
+ 61            if isinstance(value, list):
+ 62                result[attr] = list(map(
+ 63                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 64                    value
+ 65                ))
+ 66            elif hasattr(value, "to_dict"):
+ 67                result[attr] = value.to_dict()
+ 68            elif isinstance(value, dict):
+ 69                result[attr] = dict(map(
+ 70                    lambda item: (item[0], item[1].to_dict())
+ 71                    if hasattr(item[1], "to_dict") else item,
+ 72                    value.items()
+ 73                ))
+ 74            else:
+ 75                result[attr] = value
+ 76        if issubclass(WebFormState, dict):
+ 77            for key, value in self.items():
+ 78                result[key] = value
+ 79
+ 80        return result
+ 81
+ 82    def to_str(self):
+ 83        """Returns the string representation of the model"""
+ 84        return pprint.pformat(self.to_dict())
+ 85
+ 86    def __repr__(self):
+ 87        """For `print` and `pprint`"""
+ 88        return self.to_str()
+ 89
+ 90    def __eq__(self, other):
+ 91        """Returns true if both objects are equal"""
+ 92        if not isinstance(other, WebFormState):
+ 93            return False
+ 94
+ 95        return self.to_dict() == other.to_dict()
+ 96
+ 97    def __ne__(self, other):
+ 98        """Returns true if both objects are not equal"""
+ 99        if not isinstance(other, WebFormState):
+100            return True
+101
+102        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormState(_configuration=None, **kwargs) + + + +
+ +
48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+49        """WebFormState - a model defined in Swagger"""  # noqa: E501
+50        if _configuration is None:
+51            _configuration = Configuration()
+52        self._configuration = _configuration
+53        self.discriminator = None
+
+ + +

WebFormState - a model defined in Swagger

+
+ + +
+
+
+ ACTIVE = 'active' + + +
+ + + + +
+
+
+ DRAFT = 'draft' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
55    def to_dict(self):
+56        """Returns the model properties as a dict"""
+57        result = {}
+58
+59        for attr, _ in six.iteritems(self.swagger_types):
+60            value = getattr(self, attr)
+61            if isinstance(value, list):
+62                result[attr] = list(map(
+63                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+64                    value
+65                ))
+66            elif hasattr(value, "to_dict"):
+67                result[attr] = value.to_dict()
+68            elif isinstance(value, dict):
+69                result[attr] = dict(map(
+70                    lambda item: (item[0], item[1].to_dict())
+71                    if hasattr(item[1], "to_dict") else item,
+72                    value.items()
+73                ))
+74            else:
+75                result[attr] = value
+76        if issubclass(WebFormState, dict):
+77            for key, value in self.items():
+78                result[key] = value
+79
+80        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
82    def to_str(self):
+83        """Returns the string representation of the model"""
+84        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_summary.html b/docusign_webforms/models/web_form_summary.html new file mode 100644 index 0000000..6593226 --- /dev/null +++ b/docusign_webforms/models/web_form_summary.html @@ -0,0 +1,1265 @@ + + + + + + + docusign_webforms.models.web_form_summary API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_summary

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormSummary(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'id': 'str',
+ 37        'account_id': 'str',
+ 38        'is_published': 'bool',
+ 39        'is_enabled': 'bool',
+ 40        'is_uploaded': 'bool',
+ 41        'has_draft_changes': 'bool',
+ 42        'form_state': 'WebFormState',
+ 43        'form_properties': 'WebFormProperties',
+ 44        'form_metadata': 'WebFormMetadata'
+ 45    }
+ 46
+ 47    attribute_map = {
+ 48        'id': 'id',
+ 49        'account_id': 'accountId',
+ 50        'is_published': 'isPublished',
+ 51        'is_enabled': 'isEnabled',
+ 52        'is_uploaded': 'isUploaded',
+ 53        'has_draft_changes': 'hasDraftChanges',
+ 54        'form_state': 'formState',
+ 55        'form_properties': 'formProperties',
+ 56        'form_metadata': 'formMetadata'
+ 57    }
+ 58
+ 59    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 60        """WebFormSummary - a model defined in Swagger"""  # noqa: E501
+ 61        if _configuration is None:
+ 62            _configuration = Configuration()
+ 63        self._configuration = _configuration
+ 64
+ 65        self._id = None
+ 66        self._account_id = None
+ 67        self._is_published = None
+ 68        self._is_enabled = None
+ 69        self._is_uploaded = None
+ 70        self._has_draft_changes = None
+ 71        self._form_state = None
+ 72        self._form_properties = None
+ 73        self._form_metadata = None
+ 74        self.discriminator = None
+ 75
+ 76        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+ 77        setattr(self, "_{}".format('account_id'), kwargs.get('account_id', None))
+ 78        setattr(self, "_{}".format('is_published'), kwargs.get('is_published', None))
+ 79        setattr(self, "_{}".format('is_enabled'), kwargs.get('is_enabled', None))
+ 80        setattr(self, "_{}".format('is_uploaded'), kwargs.get('is_uploaded', None))
+ 81        setattr(self, "_{}".format('has_draft_changes'), kwargs.get('has_draft_changes', None))
+ 82        setattr(self, "_{}".format('form_state'), kwargs.get('form_state', None))
+ 83        setattr(self, "_{}".format('form_properties'), kwargs.get('form_properties', None))
+ 84        setattr(self, "_{}".format('form_metadata'), kwargs.get('form_metadata', None))
+ 85
+ 86    @property
+ 87    def id(self):
+ 88        """Gets the id of this WebFormSummary.  # noqa: E501
+ 89
+ 90
+ 91        :return: The id of this WebFormSummary.  # noqa: E501
+ 92        :rtype: str
+ 93        """
+ 94        return self._id
+ 95
+ 96    @id.setter
+ 97    def id(self, id):
+ 98        """Sets the id of this WebFormSummary.
+ 99
+100
+101        :param id: The id of this WebFormSummary.  # noqa: E501
+102        :type: str
+103        """
+104
+105        self._id = id
+106
+107    @property
+108    def account_id(self):
+109        """Gets the account_id of this WebFormSummary.  # noqa: E501
+110
+111
+112        :return: The account_id of this WebFormSummary.  # noqa: E501
+113        :rtype: str
+114        """
+115        return self._account_id
+116
+117    @account_id.setter
+118    def account_id(self, account_id):
+119        """Sets the account_id of this WebFormSummary.
+120
+121
+122        :param account_id: The account_id of this WebFormSummary.  # noqa: E501
+123        :type: str
+124        """
+125
+126        self._account_id = account_id
+127
+128    @property
+129    def is_published(self):
+130        """Gets the is_published of this WebFormSummary.  # noqa: E501
+131
+132        Has the form been published  # noqa: E501
+133
+134        :return: The is_published of this WebFormSummary.  # noqa: E501
+135        :rtype: bool
+136        """
+137        return self._is_published
+138
+139    @is_published.setter
+140    def is_published(self, is_published):
+141        """Sets the is_published of this WebFormSummary.
+142
+143        Has the form been published  # noqa: E501
+144
+145        :param is_published: The is_published of this WebFormSummary.  # noqa: E501
+146        :type: bool
+147        """
+148
+149        self._is_published = is_published
+150
+151    @property
+152    def is_enabled(self):
+153        """Gets the is_enabled of this WebFormSummary.  # noqa: E501
+154
+155        Is the form currently enabled and available for data collection  # noqa: E501
+156
+157        :return: The is_enabled of this WebFormSummary.  # noqa: E501
+158        :rtype: bool
+159        """
+160        return self._is_enabled
+161
+162    @is_enabled.setter
+163    def is_enabled(self, is_enabled):
+164        """Sets the is_enabled of this WebFormSummary.
+165
+166        Is the form currently enabled and available for data collection  # noqa: E501
+167
+168        :param is_enabled: The is_enabled of this WebFormSummary.  # noqa: E501
+169        :type: bool
+170        """
+171
+172        self._is_enabled = is_enabled
+173
+174    @property
+175    def is_uploaded(self):
+176        """Gets the is_uploaded of this WebFormSummary.  # noqa: E501
+177
+178        Has the form created through upload  # noqa: E501
+179
+180        :return: The is_uploaded of this WebFormSummary.  # noqa: E501
+181        :rtype: bool
+182        """
+183        return self._is_uploaded
+184
+185    @is_uploaded.setter
+186    def is_uploaded(self, is_uploaded):
+187        """Sets the is_uploaded of this WebFormSummary.
+188
+189        Has the form created through upload  # noqa: E501
+190
+191        :param is_uploaded: The is_uploaded of this WebFormSummary.  # noqa: E501
+192        :type: bool
+193        """
+194
+195        self._is_uploaded = is_uploaded
+196
+197    @property
+198    def has_draft_changes(self):
+199        """Gets the has_draft_changes of this WebFormSummary.  # noqa: E501
+200
+201        Does the form have draft changes that need to be published?  # noqa: E501
+202
+203        :return: The has_draft_changes of this WebFormSummary.  # noqa: E501
+204        :rtype: bool
+205        """
+206        return self._has_draft_changes
+207
+208    @has_draft_changes.setter
+209    def has_draft_changes(self, has_draft_changes):
+210        """Sets the has_draft_changes of this WebFormSummary.
+211
+212        Does the form have draft changes that need to be published?  # noqa: E501
+213
+214        :param has_draft_changes: The has_draft_changes of this WebFormSummary.  # noqa: E501
+215        :type: bool
+216        """
+217
+218        self._has_draft_changes = has_draft_changes
+219
+220    @property
+221    def form_state(self):
+222        """Gets the form_state of this WebFormSummary.  # noqa: E501
+223
+224
+225        :return: The form_state of this WebFormSummary.  # noqa: E501
+226        :rtype: WebFormState
+227        """
+228        return self._form_state
+229
+230    @form_state.setter
+231    def form_state(self, form_state):
+232        """Sets the form_state of this WebFormSummary.
+233
+234
+235        :param form_state: The form_state of this WebFormSummary.  # noqa: E501
+236        :type: WebFormState
+237        """
+238
+239        self._form_state = form_state
+240
+241    @property
+242    def form_properties(self):
+243        """Gets the form_properties of this WebFormSummary.  # noqa: E501
+244
+245
+246        :return: The form_properties of this WebFormSummary.  # noqa: E501
+247        :rtype: WebFormProperties
+248        """
+249        return self._form_properties
+250
+251    @form_properties.setter
+252    def form_properties(self, form_properties):
+253        """Sets the form_properties of this WebFormSummary.
+254
+255
+256        :param form_properties: The form_properties of this WebFormSummary.  # noqa: E501
+257        :type: WebFormProperties
+258        """
+259
+260        self._form_properties = form_properties
+261
+262    @property
+263    def form_metadata(self):
+264        """Gets the form_metadata of this WebFormSummary.  # noqa: E501
+265
+266
+267        :return: The form_metadata of this WebFormSummary.  # noqa: E501
+268        :rtype: WebFormMetadata
+269        """
+270        return self._form_metadata
+271
+272    @form_metadata.setter
+273    def form_metadata(self, form_metadata):
+274        """Sets the form_metadata of this WebFormSummary.
+275
+276
+277        :param form_metadata: The form_metadata of this WebFormSummary.  # noqa: E501
+278        :type: WebFormMetadata
+279        """
+280
+281        self._form_metadata = form_metadata
+282
+283    def to_dict(self):
+284        """Returns the model properties as a dict"""
+285        result = {}
+286
+287        for attr, _ in six.iteritems(self.swagger_types):
+288            value = getattr(self, attr)
+289            if isinstance(value, list):
+290                result[attr] = list(map(
+291                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+292                    value
+293                ))
+294            elif hasattr(value, "to_dict"):
+295                result[attr] = value.to_dict()
+296            elif isinstance(value, dict):
+297                result[attr] = dict(map(
+298                    lambda item: (item[0], item[1].to_dict())
+299                    if hasattr(item[1], "to_dict") else item,
+300                    value.items()
+301                ))
+302            else:
+303                result[attr] = value
+304        if issubclass(WebFormSummary, dict):
+305            for key, value in self.items():
+306                result[key] = value
+307
+308        return result
+309
+310    def to_str(self):
+311        """Returns the string representation of the model"""
+312        return pprint.pformat(self.to_dict())
+313
+314    def __repr__(self):
+315        """For `print` and `pprint`"""
+316        return self.to_str()
+317
+318    def __eq__(self, other):
+319        """Returns true if both objects are equal"""
+320        if not isinstance(other, WebFormSummary):
+321            return False
+322
+323        return self.to_dict() == other.to_dict()
+324
+325    def __ne__(self, other):
+326        """Returns true if both objects are not equal"""
+327        if not isinstance(other, WebFormSummary):
+328            return True
+329
+330        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormSummary: + + + +
+ +
 23class WebFormSummary(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'id': 'str',
+ 38        'account_id': 'str',
+ 39        'is_published': 'bool',
+ 40        'is_enabled': 'bool',
+ 41        'is_uploaded': 'bool',
+ 42        'has_draft_changes': 'bool',
+ 43        'form_state': 'WebFormState',
+ 44        'form_properties': 'WebFormProperties',
+ 45        'form_metadata': 'WebFormMetadata'
+ 46    }
+ 47
+ 48    attribute_map = {
+ 49        'id': 'id',
+ 50        'account_id': 'accountId',
+ 51        'is_published': 'isPublished',
+ 52        'is_enabled': 'isEnabled',
+ 53        'is_uploaded': 'isUploaded',
+ 54        'has_draft_changes': 'hasDraftChanges',
+ 55        'form_state': 'formState',
+ 56        'form_properties': 'formProperties',
+ 57        'form_metadata': 'formMetadata'
+ 58    }
+ 59
+ 60    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 61        """WebFormSummary - a model defined in Swagger"""  # noqa: E501
+ 62        if _configuration is None:
+ 63            _configuration = Configuration()
+ 64        self._configuration = _configuration
+ 65
+ 66        self._id = None
+ 67        self._account_id = None
+ 68        self._is_published = None
+ 69        self._is_enabled = None
+ 70        self._is_uploaded = None
+ 71        self._has_draft_changes = None
+ 72        self._form_state = None
+ 73        self._form_properties = None
+ 74        self._form_metadata = None
+ 75        self.discriminator = None
+ 76
+ 77        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+ 78        setattr(self, "_{}".format('account_id'), kwargs.get('account_id', None))
+ 79        setattr(self, "_{}".format('is_published'), kwargs.get('is_published', None))
+ 80        setattr(self, "_{}".format('is_enabled'), kwargs.get('is_enabled', None))
+ 81        setattr(self, "_{}".format('is_uploaded'), kwargs.get('is_uploaded', None))
+ 82        setattr(self, "_{}".format('has_draft_changes'), kwargs.get('has_draft_changes', None))
+ 83        setattr(self, "_{}".format('form_state'), kwargs.get('form_state', None))
+ 84        setattr(self, "_{}".format('form_properties'), kwargs.get('form_properties', None))
+ 85        setattr(self, "_{}".format('form_metadata'), kwargs.get('form_metadata', None))
+ 86
+ 87    @property
+ 88    def id(self):
+ 89        """Gets the id of this WebFormSummary.  # noqa: E501
+ 90
+ 91
+ 92        :return: The id of this WebFormSummary.  # noqa: E501
+ 93        :rtype: str
+ 94        """
+ 95        return self._id
+ 96
+ 97    @id.setter
+ 98    def id(self, id):
+ 99        """Sets the id of this WebFormSummary.
+100
+101
+102        :param id: The id of this WebFormSummary.  # noqa: E501
+103        :type: str
+104        """
+105
+106        self._id = id
+107
+108    @property
+109    def account_id(self):
+110        """Gets the account_id of this WebFormSummary.  # noqa: E501
+111
+112
+113        :return: The account_id of this WebFormSummary.  # noqa: E501
+114        :rtype: str
+115        """
+116        return self._account_id
+117
+118    @account_id.setter
+119    def account_id(self, account_id):
+120        """Sets the account_id of this WebFormSummary.
+121
+122
+123        :param account_id: The account_id of this WebFormSummary.  # noqa: E501
+124        :type: str
+125        """
+126
+127        self._account_id = account_id
+128
+129    @property
+130    def is_published(self):
+131        """Gets the is_published of this WebFormSummary.  # noqa: E501
+132
+133        Has the form been published  # noqa: E501
+134
+135        :return: The is_published of this WebFormSummary.  # noqa: E501
+136        :rtype: bool
+137        """
+138        return self._is_published
+139
+140    @is_published.setter
+141    def is_published(self, is_published):
+142        """Sets the is_published of this WebFormSummary.
+143
+144        Has the form been published  # noqa: E501
+145
+146        :param is_published: The is_published of this WebFormSummary.  # noqa: E501
+147        :type: bool
+148        """
+149
+150        self._is_published = is_published
+151
+152    @property
+153    def is_enabled(self):
+154        """Gets the is_enabled of this WebFormSummary.  # noqa: E501
+155
+156        Is the form currently enabled and available for data collection  # noqa: E501
+157
+158        :return: The is_enabled of this WebFormSummary.  # noqa: E501
+159        :rtype: bool
+160        """
+161        return self._is_enabled
+162
+163    @is_enabled.setter
+164    def is_enabled(self, is_enabled):
+165        """Sets the is_enabled of this WebFormSummary.
+166
+167        Is the form currently enabled and available for data collection  # noqa: E501
+168
+169        :param is_enabled: The is_enabled of this WebFormSummary.  # noqa: E501
+170        :type: bool
+171        """
+172
+173        self._is_enabled = is_enabled
+174
+175    @property
+176    def is_uploaded(self):
+177        """Gets the is_uploaded of this WebFormSummary.  # noqa: E501
+178
+179        Has the form created through upload  # noqa: E501
+180
+181        :return: The is_uploaded of this WebFormSummary.  # noqa: E501
+182        :rtype: bool
+183        """
+184        return self._is_uploaded
+185
+186    @is_uploaded.setter
+187    def is_uploaded(self, is_uploaded):
+188        """Sets the is_uploaded of this WebFormSummary.
+189
+190        Has the form created through upload  # noqa: E501
+191
+192        :param is_uploaded: The is_uploaded of this WebFormSummary.  # noqa: E501
+193        :type: bool
+194        """
+195
+196        self._is_uploaded = is_uploaded
+197
+198    @property
+199    def has_draft_changes(self):
+200        """Gets the has_draft_changes of this WebFormSummary.  # noqa: E501
+201
+202        Does the form have draft changes that need to be published?  # noqa: E501
+203
+204        :return: The has_draft_changes of this WebFormSummary.  # noqa: E501
+205        :rtype: bool
+206        """
+207        return self._has_draft_changes
+208
+209    @has_draft_changes.setter
+210    def has_draft_changes(self, has_draft_changes):
+211        """Sets the has_draft_changes of this WebFormSummary.
+212
+213        Does the form have draft changes that need to be published?  # noqa: E501
+214
+215        :param has_draft_changes: The has_draft_changes of this WebFormSummary.  # noqa: E501
+216        :type: bool
+217        """
+218
+219        self._has_draft_changes = has_draft_changes
+220
+221    @property
+222    def form_state(self):
+223        """Gets the form_state of this WebFormSummary.  # noqa: E501
+224
+225
+226        :return: The form_state of this WebFormSummary.  # noqa: E501
+227        :rtype: WebFormState
+228        """
+229        return self._form_state
+230
+231    @form_state.setter
+232    def form_state(self, form_state):
+233        """Sets the form_state of this WebFormSummary.
+234
+235
+236        :param form_state: The form_state of this WebFormSummary.  # noqa: E501
+237        :type: WebFormState
+238        """
+239
+240        self._form_state = form_state
+241
+242    @property
+243    def form_properties(self):
+244        """Gets the form_properties of this WebFormSummary.  # noqa: E501
+245
+246
+247        :return: The form_properties of this WebFormSummary.  # noqa: E501
+248        :rtype: WebFormProperties
+249        """
+250        return self._form_properties
+251
+252    @form_properties.setter
+253    def form_properties(self, form_properties):
+254        """Sets the form_properties of this WebFormSummary.
+255
+256
+257        :param form_properties: The form_properties of this WebFormSummary.  # noqa: E501
+258        :type: WebFormProperties
+259        """
+260
+261        self._form_properties = form_properties
+262
+263    @property
+264    def form_metadata(self):
+265        """Gets the form_metadata of this WebFormSummary.  # noqa: E501
+266
+267
+268        :return: The form_metadata of this WebFormSummary.  # noqa: E501
+269        :rtype: WebFormMetadata
+270        """
+271        return self._form_metadata
+272
+273    @form_metadata.setter
+274    def form_metadata(self, form_metadata):
+275        """Sets the form_metadata of this WebFormSummary.
+276
+277
+278        :param form_metadata: The form_metadata of this WebFormSummary.  # noqa: E501
+279        :type: WebFormMetadata
+280        """
+281
+282        self._form_metadata = form_metadata
+283
+284    def to_dict(self):
+285        """Returns the model properties as a dict"""
+286        result = {}
+287
+288        for attr, _ in six.iteritems(self.swagger_types):
+289            value = getattr(self, attr)
+290            if isinstance(value, list):
+291                result[attr] = list(map(
+292                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+293                    value
+294                ))
+295            elif hasattr(value, "to_dict"):
+296                result[attr] = value.to_dict()
+297            elif isinstance(value, dict):
+298                result[attr] = dict(map(
+299                    lambda item: (item[0], item[1].to_dict())
+300                    if hasattr(item[1], "to_dict") else item,
+301                    value.items()
+302                ))
+303            else:
+304                result[attr] = value
+305        if issubclass(WebFormSummary, dict):
+306            for key, value in self.items():
+307                result[key] = value
+308
+309        return result
+310
+311    def to_str(self):
+312        """Returns the string representation of the model"""
+313        return pprint.pformat(self.to_dict())
+314
+315    def __repr__(self):
+316        """For `print` and `pprint`"""
+317        return self.to_str()
+318
+319    def __eq__(self, other):
+320        """Returns true if both objects are equal"""
+321        if not isinstance(other, WebFormSummary):
+322            return False
+323
+324        return self.to_dict() == other.to_dict()
+325
+326    def __ne__(self, other):
+327        """Returns true if both objects are not equal"""
+328        if not isinstance(other, WebFormSummary):
+329            return True
+330
+331        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormSummary(_configuration=None, **kwargs) + + + +
+ +
60    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+61        """WebFormSummary - a model defined in Swagger"""  # noqa: E501
+62        if _configuration is None:
+63            _configuration = Configuration()
+64        self._configuration = _configuration
+65
+66        self._id = None
+67        self._account_id = None
+68        self._is_published = None
+69        self._is_enabled = None
+70        self._is_uploaded = None
+71        self._has_draft_changes = None
+72        self._form_state = None
+73        self._form_properties = None
+74        self._form_metadata = None
+75        self.discriminator = None
+76
+77        setattr(self, "_{}".format('id'), kwargs.get('id', None))
+78        setattr(self, "_{}".format('account_id'), kwargs.get('account_id', None))
+79        setattr(self, "_{}".format('is_published'), kwargs.get('is_published', None))
+80        setattr(self, "_{}".format('is_enabled'), kwargs.get('is_enabled', None))
+81        setattr(self, "_{}".format('is_uploaded'), kwargs.get('is_uploaded', None))
+82        setattr(self, "_{}".format('has_draft_changes'), kwargs.get('has_draft_changes', None))
+83        setattr(self, "_{}".format('form_state'), kwargs.get('form_state', None))
+84        setattr(self, "_{}".format('form_properties'), kwargs.get('form_properties', None))
+85        setattr(self, "_{}".format('form_metadata'), kwargs.get('form_metadata', None))
+
+ + +

WebFormSummary - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'id': 'str', 'account_id': 'str', 'is_published': 'bool', 'is_enabled': 'bool', 'is_uploaded': 'bool', 'has_draft_changes': 'bool', 'form_state': 'WebFormState', 'form_properties': 'WebFormProperties', 'form_metadata': 'WebFormMetadata'} + + +
+ + + + +
+
+
+ attribute_map = {'id': 'id', 'account_id': 'accountId', 'is_published': 'isPublished', 'is_enabled': 'isEnabled', 'is_uploaded': 'isUploaded', 'has_draft_changes': 'hasDraftChanges', 'form_state': 'formState', 'form_properties': 'formProperties', 'form_metadata': 'formMetadata'} + + +
+ + + + +
+
+
+ id + + +
+ + +

Gets the id of this WebFormSummary. # noqa: E501

+ +
Returns
+ +
+

The id of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ account_id + + +
+ + +

Gets the account_id of this WebFormSummary. # noqa: E501

+ +
Returns
+ +
+

The account_id of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ is_published + + +
+ + +

Gets the is_published of this WebFormSummary. # noqa: E501

+ +

Has the form been published # noqa: E501

+ +
Returns
+ +
+

The is_published of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ is_enabled + + +
+ + +

Gets the is_enabled of this WebFormSummary. # noqa: E501

+ +

Is the form currently enabled and available for data collection # noqa: E501

+ +
Returns
+ +
+

The is_enabled of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ is_uploaded + + +
+ + +

Gets the is_uploaded of this WebFormSummary. # noqa: E501

+ +

Has the form created through upload # noqa: E501

+ +
Returns
+ +
+

The is_uploaded of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ has_draft_changes + + +
+ + +

Gets the has_draft_changes of this WebFormSummary. # noqa: E501

+ +

Does the form have draft changes that need to be published? # noqa: E501

+ +
Returns
+ +
+

The has_draft_changes of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ form_state + + +
+ + +

Gets the form_state of this WebFormSummary. # noqa: E501

+ +
Returns
+ +
+

The form_state of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ form_properties + + +
+ + +

Gets the form_properties of this WebFormSummary. # noqa: E501

+ +
Returns
+ +
+

The form_properties of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+
+ form_metadata + + +
+ + +

Gets the form_metadata of this WebFormSummary. # noqa: E501

+ +
Returns
+ +
+

The form_metadata of this WebFormSummary. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
284    def to_dict(self):
+285        """Returns the model properties as a dict"""
+286        result = {}
+287
+288        for attr, _ in six.iteritems(self.swagger_types):
+289            value = getattr(self, attr)
+290            if isinstance(value, list):
+291                result[attr] = list(map(
+292                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+293                    value
+294                ))
+295            elif hasattr(value, "to_dict"):
+296                result[attr] = value.to_dict()
+297            elif isinstance(value, dict):
+298                result[attr] = dict(map(
+299                    lambda item: (item[0], item[1].to_dict())
+300                    if hasattr(item[1], "to_dict") else item,
+301                    value.items()
+302                ))
+303            else:
+304                result[attr] = value
+305        if issubclass(WebFormSummary, dict):
+306            for key, value in self.items():
+307                result[key] = value
+308
+309        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
311    def to_str(self):
+312        """Returns the string representation of the model"""
+313        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_summary_list.html b/docusign_webforms/models/web_form_summary_list.html new file mode 100644 index 0000000..8eec5d7 --- /dev/null +++ b/docusign_webforms/models/web_form_summary_list.html @@ -0,0 +1,1135 @@ + + + + + + + docusign_webforms.models.web_form_summary_list API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_summary_list

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormSummaryList(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'items': 'list[WebFormSummary]',
+ 37        'result_set_size': 'float',
+ 38        'total_set_size': 'float',
+ 39        'start_position': 'float',
+ 40        'end_position': 'float',
+ 41        'next_url': 'str',
+ 42        'previous_url': 'str'
+ 43    }
+ 44
+ 45    attribute_map = {
+ 46        'items': 'items',
+ 47        'result_set_size': 'resultSetSize',
+ 48        'total_set_size': 'totalSetSize',
+ 49        'start_position': 'startPosition',
+ 50        'end_position': 'endPosition',
+ 51        'next_url': 'nextUrl',
+ 52        'previous_url': 'previousUrl'
+ 53    }
+ 54
+ 55    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 56        """WebFormSummaryList - a model defined in Swagger"""  # noqa: E501
+ 57        if _configuration is None:
+ 58            _configuration = Configuration()
+ 59        self._configuration = _configuration
+ 60
+ 61        self._items = None
+ 62        self._result_set_size = None
+ 63        self._total_set_size = None
+ 64        self._start_position = None
+ 65        self._end_position = None
+ 66        self._next_url = None
+ 67        self._previous_url = None
+ 68        self.discriminator = None
+ 69
+ 70        setattr(self, "_{}".format('items'), kwargs.get('items', None))
+ 71        setattr(self, "_{}".format('result_set_size'), kwargs.get('result_set_size', None))
+ 72        setattr(self, "_{}".format('total_set_size'), kwargs.get('total_set_size', None))
+ 73        setattr(self, "_{}".format('start_position'), kwargs.get('start_position', None))
+ 74        setattr(self, "_{}".format('end_position'), kwargs.get('end_position', None))
+ 75        setattr(self, "_{}".format('next_url'), kwargs.get('next_url', None))
+ 76        setattr(self, "_{}".format('previous_url'), kwargs.get('previous_url', None))
+ 77
+ 78    @property
+ 79    def items(self):
+ 80        """Gets the items of this WebFormSummaryList.  # noqa: E501
+ 81
+ 82        Array of web form items with each containing summary.  # noqa: E501
+ 83
+ 84        :return: The items of this WebFormSummaryList.  # noqa: E501
+ 85        :rtype: list[WebFormSummary]
+ 86        """
+ 87        return self._items
+ 88
+ 89    @items.setter
+ 90    def items(self, items):
+ 91        """Sets the items of this WebFormSummaryList.
+ 92
+ 93        Array of web form items with each containing summary.  # noqa: E501
+ 94
+ 95        :param items: The items of this WebFormSummaryList.  # noqa: E501
+ 96        :type: list[WebFormSummary]
+ 97        """
+ 98
+ 99        self._items = items
+100
+101    @property
+102    def result_set_size(self):
+103        """Gets the result_set_size of this WebFormSummaryList.  # noqa: E501
+104
+105        Result set size for current page  # noqa: E501
+106
+107        :return: The result_set_size of this WebFormSummaryList.  # noqa: E501
+108        :rtype: float
+109        """
+110        return self._result_set_size
+111
+112    @result_set_size.setter
+113    def result_set_size(self, result_set_size):
+114        """Sets the result_set_size of this WebFormSummaryList.
+115
+116        Result set size for current page  # noqa: E501
+117
+118        :param result_set_size: The result_set_size of this WebFormSummaryList.  # noqa: E501
+119        :type: float
+120        """
+121
+122        self._result_set_size = result_set_size
+123
+124    @property
+125    def total_set_size(self):
+126        """Gets the total_set_size of this WebFormSummaryList.  # noqa: E501
+127
+128        Total result set size  # noqa: E501
+129
+130        :return: The total_set_size of this WebFormSummaryList.  # noqa: E501
+131        :rtype: float
+132        """
+133        return self._total_set_size
+134
+135    @total_set_size.setter
+136    def total_set_size(self, total_set_size):
+137        """Sets the total_set_size of this WebFormSummaryList.
+138
+139        Total result set size  # noqa: E501
+140
+141        :param total_set_size: The total_set_size of this WebFormSummaryList.  # noqa: E501
+142        :type: float
+143        """
+144
+145        self._total_set_size = total_set_size
+146
+147    @property
+148    def start_position(self):
+149        """Gets the start_position of this WebFormSummaryList.  # noqa: E501
+150
+151        Starting position of fields returned for the current page  # noqa: E501
+152
+153        :return: The start_position of this WebFormSummaryList.  # noqa: E501
+154        :rtype: float
+155        """
+156        return self._start_position
+157
+158    @start_position.setter
+159    def start_position(self, start_position):
+160        """Sets the start_position of this WebFormSummaryList.
+161
+162        Starting position of fields returned for the current page  # noqa: E501
+163
+164        :param start_position: The start_position of this WebFormSummaryList.  # noqa: E501
+165        :type: float
+166        """
+167
+168        self._start_position = start_position
+169
+170    @property
+171    def end_position(self):
+172        """Gets the end_position of this WebFormSummaryList.  # noqa: E501
+173
+174        Ending position of fields returned for the current page  # noqa: E501
+175
+176        :return: The end_position of this WebFormSummaryList.  # noqa: E501
+177        :rtype: float
+178        """
+179        return self._end_position
+180
+181    @end_position.setter
+182    def end_position(self, end_position):
+183        """Sets the end_position of this WebFormSummaryList.
+184
+185        Ending position of fields returned for the current page  # noqa: E501
+186
+187        :param end_position: The end_position of this WebFormSummaryList.  # noqa: E501
+188        :type: float
+189        """
+190
+191        self._end_position = end_position
+192
+193    @property
+194    def next_url(self):
+195        """Gets the next_url of this WebFormSummaryList.  # noqa: E501
+196
+197        Url for the next page of results  # noqa: E501
+198
+199        :return: The next_url of this WebFormSummaryList.  # noqa: E501
+200        :rtype: str
+201        """
+202        return self._next_url
+203
+204    @next_url.setter
+205    def next_url(self, next_url):
+206        """Sets the next_url of this WebFormSummaryList.
+207
+208        Url for the next page of results  # noqa: E501
+209
+210        :param next_url: The next_url of this WebFormSummaryList.  # noqa: E501
+211        :type: str
+212        """
+213
+214        self._next_url = next_url
+215
+216    @property
+217    def previous_url(self):
+218        """Gets the previous_url of this WebFormSummaryList.  # noqa: E501
+219
+220        Url for the previous page of results  # noqa: E501
+221
+222        :return: The previous_url of this WebFormSummaryList.  # noqa: E501
+223        :rtype: str
+224        """
+225        return self._previous_url
+226
+227    @previous_url.setter
+228    def previous_url(self, previous_url):
+229        """Sets the previous_url of this WebFormSummaryList.
+230
+231        Url for the previous page of results  # noqa: E501
+232
+233        :param previous_url: The previous_url of this WebFormSummaryList.  # noqa: E501
+234        :type: str
+235        """
+236
+237        self._previous_url = previous_url
+238
+239    def to_dict(self):
+240        """Returns the model properties as a dict"""
+241        result = {}
+242
+243        for attr, _ in six.iteritems(self.swagger_types):
+244            value = getattr(self, attr)
+245            if isinstance(value, list):
+246                result[attr] = list(map(
+247                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+248                    value
+249                ))
+250            elif hasattr(value, "to_dict"):
+251                result[attr] = value.to_dict()
+252            elif isinstance(value, dict):
+253                result[attr] = dict(map(
+254                    lambda item: (item[0], item[1].to_dict())
+255                    if hasattr(item[1], "to_dict") else item,
+256                    value.items()
+257                ))
+258            else:
+259                result[attr] = value
+260        if issubclass(WebFormSummaryList, dict):
+261            for key, value in self.items():
+262                result[key] = value
+263
+264        return result
+265
+266    def to_str(self):
+267        """Returns the string representation of the model"""
+268        return pprint.pformat(self.to_dict())
+269
+270    def __repr__(self):
+271        """For `print` and `pprint`"""
+272        return self.to_str()
+273
+274    def __eq__(self, other):
+275        """Returns true if both objects are equal"""
+276        if not isinstance(other, WebFormSummaryList):
+277            return False
+278
+279        return self.to_dict() == other.to_dict()
+280
+281    def __ne__(self, other):
+282        """Returns true if both objects are not equal"""
+283        if not isinstance(other, WebFormSummaryList):
+284            return True
+285
+286        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormSummaryList: + + + +
+ +
 23class WebFormSummaryList(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'items': 'list[WebFormSummary]',
+ 38        'result_set_size': 'float',
+ 39        'total_set_size': 'float',
+ 40        'start_position': 'float',
+ 41        'end_position': 'float',
+ 42        'next_url': 'str',
+ 43        'previous_url': 'str'
+ 44    }
+ 45
+ 46    attribute_map = {
+ 47        'items': 'items',
+ 48        'result_set_size': 'resultSetSize',
+ 49        'total_set_size': 'totalSetSize',
+ 50        'start_position': 'startPosition',
+ 51        'end_position': 'endPosition',
+ 52        'next_url': 'nextUrl',
+ 53        'previous_url': 'previousUrl'
+ 54    }
+ 55
+ 56    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 57        """WebFormSummaryList - a model defined in Swagger"""  # noqa: E501
+ 58        if _configuration is None:
+ 59            _configuration = Configuration()
+ 60        self._configuration = _configuration
+ 61
+ 62        self._items = None
+ 63        self._result_set_size = None
+ 64        self._total_set_size = None
+ 65        self._start_position = None
+ 66        self._end_position = None
+ 67        self._next_url = None
+ 68        self._previous_url = None
+ 69        self.discriminator = None
+ 70
+ 71        setattr(self, "_{}".format('items'), kwargs.get('items', None))
+ 72        setattr(self, "_{}".format('result_set_size'), kwargs.get('result_set_size', None))
+ 73        setattr(self, "_{}".format('total_set_size'), kwargs.get('total_set_size', None))
+ 74        setattr(self, "_{}".format('start_position'), kwargs.get('start_position', None))
+ 75        setattr(self, "_{}".format('end_position'), kwargs.get('end_position', None))
+ 76        setattr(self, "_{}".format('next_url'), kwargs.get('next_url', None))
+ 77        setattr(self, "_{}".format('previous_url'), kwargs.get('previous_url', None))
+ 78
+ 79    @property
+ 80    def items(self):
+ 81        """Gets the items of this WebFormSummaryList.  # noqa: E501
+ 82
+ 83        Array of web form items with each containing summary.  # noqa: E501
+ 84
+ 85        :return: The items of this WebFormSummaryList.  # noqa: E501
+ 86        :rtype: list[WebFormSummary]
+ 87        """
+ 88        return self._items
+ 89
+ 90    @items.setter
+ 91    def items(self, items):
+ 92        """Sets the items of this WebFormSummaryList.
+ 93
+ 94        Array of web form items with each containing summary.  # noqa: E501
+ 95
+ 96        :param items: The items of this WebFormSummaryList.  # noqa: E501
+ 97        :type: list[WebFormSummary]
+ 98        """
+ 99
+100        self._items = items
+101
+102    @property
+103    def result_set_size(self):
+104        """Gets the result_set_size of this WebFormSummaryList.  # noqa: E501
+105
+106        Result set size for current page  # noqa: E501
+107
+108        :return: The result_set_size of this WebFormSummaryList.  # noqa: E501
+109        :rtype: float
+110        """
+111        return self._result_set_size
+112
+113    @result_set_size.setter
+114    def result_set_size(self, result_set_size):
+115        """Sets the result_set_size of this WebFormSummaryList.
+116
+117        Result set size for current page  # noqa: E501
+118
+119        :param result_set_size: The result_set_size of this WebFormSummaryList.  # noqa: E501
+120        :type: float
+121        """
+122
+123        self._result_set_size = result_set_size
+124
+125    @property
+126    def total_set_size(self):
+127        """Gets the total_set_size of this WebFormSummaryList.  # noqa: E501
+128
+129        Total result set size  # noqa: E501
+130
+131        :return: The total_set_size of this WebFormSummaryList.  # noqa: E501
+132        :rtype: float
+133        """
+134        return self._total_set_size
+135
+136    @total_set_size.setter
+137    def total_set_size(self, total_set_size):
+138        """Sets the total_set_size of this WebFormSummaryList.
+139
+140        Total result set size  # noqa: E501
+141
+142        :param total_set_size: The total_set_size of this WebFormSummaryList.  # noqa: E501
+143        :type: float
+144        """
+145
+146        self._total_set_size = total_set_size
+147
+148    @property
+149    def start_position(self):
+150        """Gets the start_position of this WebFormSummaryList.  # noqa: E501
+151
+152        Starting position of fields returned for the current page  # noqa: E501
+153
+154        :return: The start_position of this WebFormSummaryList.  # noqa: E501
+155        :rtype: float
+156        """
+157        return self._start_position
+158
+159    @start_position.setter
+160    def start_position(self, start_position):
+161        """Sets the start_position of this WebFormSummaryList.
+162
+163        Starting position of fields returned for the current page  # noqa: E501
+164
+165        :param start_position: The start_position of this WebFormSummaryList.  # noqa: E501
+166        :type: float
+167        """
+168
+169        self._start_position = start_position
+170
+171    @property
+172    def end_position(self):
+173        """Gets the end_position of this WebFormSummaryList.  # noqa: E501
+174
+175        Ending position of fields returned for the current page  # noqa: E501
+176
+177        :return: The end_position of this WebFormSummaryList.  # noqa: E501
+178        :rtype: float
+179        """
+180        return self._end_position
+181
+182    @end_position.setter
+183    def end_position(self, end_position):
+184        """Sets the end_position of this WebFormSummaryList.
+185
+186        Ending position of fields returned for the current page  # noqa: E501
+187
+188        :param end_position: The end_position of this WebFormSummaryList.  # noqa: E501
+189        :type: float
+190        """
+191
+192        self._end_position = end_position
+193
+194    @property
+195    def next_url(self):
+196        """Gets the next_url of this WebFormSummaryList.  # noqa: E501
+197
+198        Url for the next page of results  # noqa: E501
+199
+200        :return: The next_url of this WebFormSummaryList.  # noqa: E501
+201        :rtype: str
+202        """
+203        return self._next_url
+204
+205    @next_url.setter
+206    def next_url(self, next_url):
+207        """Sets the next_url of this WebFormSummaryList.
+208
+209        Url for the next page of results  # noqa: E501
+210
+211        :param next_url: The next_url of this WebFormSummaryList.  # noqa: E501
+212        :type: str
+213        """
+214
+215        self._next_url = next_url
+216
+217    @property
+218    def previous_url(self):
+219        """Gets the previous_url of this WebFormSummaryList.  # noqa: E501
+220
+221        Url for the previous page of results  # noqa: E501
+222
+223        :return: The previous_url of this WebFormSummaryList.  # noqa: E501
+224        :rtype: str
+225        """
+226        return self._previous_url
+227
+228    @previous_url.setter
+229    def previous_url(self, previous_url):
+230        """Sets the previous_url of this WebFormSummaryList.
+231
+232        Url for the previous page of results  # noqa: E501
+233
+234        :param previous_url: The previous_url of this WebFormSummaryList.  # noqa: E501
+235        :type: str
+236        """
+237
+238        self._previous_url = previous_url
+239
+240    def to_dict(self):
+241        """Returns the model properties as a dict"""
+242        result = {}
+243
+244        for attr, _ in six.iteritems(self.swagger_types):
+245            value = getattr(self, attr)
+246            if isinstance(value, list):
+247                result[attr] = list(map(
+248                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+249                    value
+250                ))
+251            elif hasattr(value, "to_dict"):
+252                result[attr] = value.to_dict()
+253            elif isinstance(value, dict):
+254                result[attr] = dict(map(
+255                    lambda item: (item[0], item[1].to_dict())
+256                    if hasattr(item[1], "to_dict") else item,
+257                    value.items()
+258                ))
+259            else:
+260                result[attr] = value
+261        if issubclass(WebFormSummaryList, dict):
+262            for key, value in self.items():
+263                result[key] = value
+264
+265        return result
+266
+267    def to_str(self):
+268        """Returns the string representation of the model"""
+269        return pprint.pformat(self.to_dict())
+270
+271    def __repr__(self):
+272        """For `print` and `pprint`"""
+273        return self.to_str()
+274
+275    def __eq__(self, other):
+276        """Returns true if both objects are equal"""
+277        if not isinstance(other, WebFormSummaryList):
+278            return False
+279
+280        return self.to_dict() == other.to_dict()
+281
+282    def __ne__(self, other):
+283        """Returns true if both objects are not equal"""
+284        if not isinstance(other, WebFormSummaryList):
+285            return True
+286
+287        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormSummaryList(_configuration=None, **kwargs) + + + +
+ +
56    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+57        """WebFormSummaryList - a model defined in Swagger"""  # noqa: E501
+58        if _configuration is None:
+59            _configuration = Configuration()
+60        self._configuration = _configuration
+61
+62        self._items = None
+63        self._result_set_size = None
+64        self._total_set_size = None
+65        self._start_position = None
+66        self._end_position = None
+67        self._next_url = None
+68        self._previous_url = None
+69        self.discriminator = None
+70
+71        setattr(self, "_{}".format('items'), kwargs.get('items', None))
+72        setattr(self, "_{}".format('result_set_size'), kwargs.get('result_set_size', None))
+73        setattr(self, "_{}".format('total_set_size'), kwargs.get('total_set_size', None))
+74        setattr(self, "_{}".format('start_position'), kwargs.get('start_position', None))
+75        setattr(self, "_{}".format('end_position'), kwargs.get('end_position', None))
+76        setattr(self, "_{}".format('next_url'), kwargs.get('next_url', None))
+77        setattr(self, "_{}".format('previous_url'), kwargs.get('previous_url', None))
+
+ + +

WebFormSummaryList - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'items': 'list[WebFormSummary]', 'result_set_size': 'float', 'total_set_size': 'float', 'start_position': 'float', 'end_position': 'float', 'next_url': 'str', 'previous_url': 'str'} + + +
+ + + + +
+
+
+ attribute_map = {'items': 'items', 'result_set_size': 'resultSetSize', 'total_set_size': 'totalSetSize', 'start_position': 'startPosition', 'end_position': 'endPosition', 'next_url': 'nextUrl', 'previous_url': 'previousUrl'} + + +
+ + + + +
+
+
+ items + + +
+ + +

Gets the items of this WebFormSummaryList. # noqa: E501

+ +

Array of web form items with each containing summary. # noqa: E501

+ +
Returns
+ +
+

The items of this WebFormSummaryList. # noqa: E501

+
+
+ + +
+
+
+ result_set_size + + +
+ + +

Gets the result_set_size of this WebFormSummaryList. # noqa: E501

+ +

Result set size for current page # noqa: E501

+ +
Returns
+ +
+

The result_set_size of this WebFormSummaryList. # noqa: E501

+
+
+ + +
+
+
+ total_set_size + + +
+ + +

Gets the total_set_size of this WebFormSummaryList. # noqa: E501

+ +

Total result set size # noqa: E501

+ +
Returns
+ +
+

The total_set_size of this WebFormSummaryList. # noqa: E501

+
+
+ + +
+
+
+ start_position + + +
+ + +

Gets the start_position of this WebFormSummaryList. # noqa: E501

+ +

Starting position of fields returned for the current page # noqa: E501

+ +
Returns
+ +
+

The start_position of this WebFormSummaryList. # noqa: E501

+
+
+ + +
+
+
+ end_position + + +
+ + +

Gets the end_position of this WebFormSummaryList. # noqa: E501

+ +

Ending position of fields returned for the current page # noqa: E501

+ +
Returns
+ +
+

The end_position of this WebFormSummaryList. # noqa: E501

+
+
+ + +
+
+
+ next_url + + +
+ + +

Gets the next_url of this WebFormSummaryList. # noqa: E501

+ +

Url for the next page of results # noqa: E501

+ +
Returns
+ +
+

The next_url of this WebFormSummaryList. # noqa: E501

+
+
+ + +
+
+
+ previous_url + + +
+ + +

Gets the previous_url of this WebFormSummaryList. # noqa: E501

+ +

Url for the previous page of results # noqa: E501

+ +
Returns
+ +
+

The previous_url of this WebFormSummaryList. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
240    def to_dict(self):
+241        """Returns the model properties as a dict"""
+242        result = {}
+243
+244        for attr, _ in six.iteritems(self.swagger_types):
+245            value = getattr(self, attr)
+246            if isinstance(value, list):
+247                result[attr] = list(map(
+248                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+249                    value
+250                ))
+251            elif hasattr(value, "to_dict"):
+252                result[attr] = value.to_dict()
+253            elif isinstance(value, dict):
+254                result[attr] = dict(map(
+255                    lambda item: (item[0], item[1].to_dict())
+256                    if hasattr(item[1], "to_dict") else item,
+257                    value.items()
+258                ))
+259            else:
+260                result[attr] = value
+261        if issubclass(WebFormSummaryList, dict):
+262            for key, value in self.items():
+263                result[key] = value
+264
+265        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
267    def to_str(self):
+268        """Returns the string representation of the model"""
+269        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_type.html b/docusign_webforms/models/web_form_type.html new file mode 100644 index 0000000..dfff61c --- /dev/null +++ b/docusign_webforms/models/web_form_type.html @@ -0,0 +1,615 @@ + + + + + + + docusign_webforms.models.web_form_type API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_type

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormType(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    allowed enum values
+ 30    """
+ 31    STANDALONE = "standalone"
+ 32    HASESIGNTEMPLATE = "hasEsignTemplate"
+ 33
+ 34    """
+ 35    Attributes:
+ 36      swagger_types (dict): The key is attribute name
+ 37                            and the value is attribute type.
+ 38      attribute_map (dict): The key is attribute name
+ 39                            and the value is json key in definition.
+ 40    """
+ 41    swagger_types = {
+ 42    }
+ 43
+ 44    attribute_map = {
+ 45    }
+ 46
+ 47    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 48        """WebFormType - a model defined in Swagger"""  # noqa: E501
+ 49        if _configuration is None:
+ 50            _configuration = Configuration()
+ 51        self._configuration = _configuration
+ 52        self.discriminator = None
+ 53
+ 54    def to_dict(self):
+ 55        """Returns the model properties as a dict"""
+ 56        result = {}
+ 57
+ 58        for attr, _ in six.iteritems(self.swagger_types):
+ 59            value = getattr(self, attr)
+ 60            if isinstance(value, list):
+ 61                result[attr] = list(map(
+ 62                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 63                    value
+ 64                ))
+ 65            elif hasattr(value, "to_dict"):
+ 66                result[attr] = value.to_dict()
+ 67            elif isinstance(value, dict):
+ 68                result[attr] = dict(map(
+ 69                    lambda item: (item[0], item[1].to_dict())
+ 70                    if hasattr(item[1], "to_dict") else item,
+ 71                    value.items()
+ 72                ))
+ 73            else:
+ 74                result[attr] = value
+ 75        if issubclass(WebFormType, dict):
+ 76            for key, value in self.items():
+ 77                result[key] = value
+ 78
+ 79        return result
+ 80
+ 81    def to_str(self):
+ 82        """Returns the string representation of the model"""
+ 83        return pprint.pformat(self.to_dict())
+ 84
+ 85    def __repr__(self):
+ 86        """For `print` and `pprint`"""
+ 87        return self.to_str()
+ 88
+ 89    def __eq__(self, other):
+ 90        """Returns true if both objects are equal"""
+ 91        if not isinstance(other, WebFormType):
+ 92            return False
+ 93
+ 94        return self.to_dict() == other.to_dict()
+ 95
+ 96    def __ne__(self, other):
+ 97        """Returns true if both objects are not equal"""
+ 98        if not isinstance(other, WebFormType):
+ 99            return True
+100
+101        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormType: + + + +
+ +
 23class WebFormType(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    allowed enum values
+ 31    """
+ 32    STANDALONE = "standalone"
+ 33    HASESIGNTEMPLATE = "hasEsignTemplate"
+ 34
+ 35    """
+ 36    Attributes:
+ 37      swagger_types (dict): The key is attribute name
+ 38                            and the value is attribute type.
+ 39      attribute_map (dict): The key is attribute name
+ 40                            and the value is json key in definition.
+ 41    """
+ 42    swagger_types = {
+ 43    }
+ 44
+ 45    attribute_map = {
+ 46    }
+ 47
+ 48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 49        """WebFormType - a model defined in Swagger"""  # noqa: E501
+ 50        if _configuration is None:
+ 51            _configuration = Configuration()
+ 52        self._configuration = _configuration
+ 53        self.discriminator = None
+ 54
+ 55    def to_dict(self):
+ 56        """Returns the model properties as a dict"""
+ 57        result = {}
+ 58
+ 59        for attr, _ in six.iteritems(self.swagger_types):
+ 60            value = getattr(self, attr)
+ 61            if isinstance(value, list):
+ 62                result[attr] = list(map(
+ 63                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ 64                    value
+ 65                ))
+ 66            elif hasattr(value, "to_dict"):
+ 67                result[attr] = value.to_dict()
+ 68            elif isinstance(value, dict):
+ 69                result[attr] = dict(map(
+ 70                    lambda item: (item[0], item[1].to_dict())
+ 71                    if hasattr(item[1], "to_dict") else item,
+ 72                    value.items()
+ 73                ))
+ 74            else:
+ 75                result[attr] = value
+ 76        if issubclass(WebFormType, dict):
+ 77            for key, value in self.items():
+ 78                result[key] = value
+ 79
+ 80        return result
+ 81
+ 82    def to_str(self):
+ 83        """Returns the string representation of the model"""
+ 84        return pprint.pformat(self.to_dict())
+ 85
+ 86    def __repr__(self):
+ 87        """For `print` and `pprint`"""
+ 88        return self.to_str()
+ 89
+ 90    def __eq__(self, other):
+ 91        """Returns true if both objects are equal"""
+ 92        if not isinstance(other, WebFormType):
+ 93            return False
+ 94
+ 95        return self.to_dict() == other.to_dict()
+ 96
+ 97    def __ne__(self, other):
+ 98        """Returns true if both objects are not equal"""
+ 99        if not isinstance(other, WebFormType):
+100            return True
+101
+102        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormType(_configuration=None, **kwargs) + + + +
+ +
48    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+49        """WebFormType - a model defined in Swagger"""  # noqa: E501
+50        if _configuration is None:
+51            _configuration = Configuration()
+52        self._configuration = _configuration
+53        self.discriminator = None
+
+ + +

WebFormType - a model defined in Swagger

+
+ + +
+
+
+ STANDALONE = 'standalone' + + +
+ + + + +
+
+
+ HASESIGNTEMPLATE = 'hasEsignTemplate' + + +
+ + +

Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition.

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
55    def to_dict(self):
+56        """Returns the model properties as a dict"""
+57        result = {}
+58
+59        for attr, _ in six.iteritems(self.swagger_types):
+60            value = getattr(self, attr)
+61            if isinstance(value, list):
+62                result[attr] = list(map(
+63                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+64                    value
+65                ))
+66            elif hasattr(value, "to_dict"):
+67                result[attr] = value.to_dict()
+68            elif isinstance(value, dict):
+69                result[attr] = dict(map(
+70                    lambda item: (item[0], item[1].to_dict())
+71                    if hasattr(item[1], "to_dict") else item,
+72                    value.items()
+73                ))
+74            else:
+75                result[attr] = value
+76        if issubclass(WebFormType, dict):
+77            for key, value in self.items():
+78                result[key] = value
+79
+80        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
82    def to_str(self):
+83        """Returns the string representation of the model"""
+84        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_user_info.html b/docusign_webforms/models/web_form_user_info.html new file mode 100644 index 0000000..8091084 --- /dev/null +++ b/docusign_webforms/models/web_form_user_info.html @@ -0,0 +1,735 @@ + + + + + + + docusign_webforms.models.web_form_user_info API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_user_info

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
  1# coding: utf-8
+  2
+  3"""
+  4    Web Forms API version 1.1
+  5
+  6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+  7
+  8    OpenAPI spec version: 1.1.0
+  9    Contact: devcenter@docusign.com
+ 10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+ 11"""
+ 12
+ 13
+ 14import pprint
+ 15import re  # noqa: F401
+ 16
+ 17import six
+ 18
+ 19from docusign_webforms.client.configuration import Configuration
+ 20
+ 21
+ 22class WebFormUserInfo(object):
+ 23    """NOTE: This class is auto generated by the swagger code generator program.
+ 24
+ 25    Do not edit the class manually.
+ 26    """
+ 27
+ 28    """
+ 29    Attributes:
+ 30      swagger_types (dict): The key is attribute name
+ 31                            and the value is attribute type.
+ 32      attribute_map (dict): The key is attribute name
+ 33                            and the value is json key in definition.
+ 34    """
+ 35    swagger_types = {
+ 36        'user_id': 'str',
+ 37        'user_name': 'str'
+ 38    }
+ 39
+ 40    attribute_map = {
+ 41        'user_id': 'userId',
+ 42        'user_name': 'userName'
+ 43    }
+ 44
+ 45    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 46        """WebFormUserInfo - a model defined in Swagger"""  # noqa: E501
+ 47        if _configuration is None:
+ 48            _configuration = Configuration()
+ 49        self._configuration = _configuration
+ 50
+ 51        self._user_id = None
+ 52        self._user_name = None
+ 53        self.discriminator = None
+ 54
+ 55        setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ 56        setattr(self, "_{}".format('user_name'), kwargs.get('user_name', None))
+ 57
+ 58    @property
+ 59    def user_id(self):
+ 60        """Gets the user_id of this WebFormUserInfo.  # noqa: E501
+ 61
+ 62
+ 63        :return: The user_id of this WebFormUserInfo.  # noqa: E501
+ 64        :rtype: str
+ 65        """
+ 66        return self._user_id
+ 67
+ 68    @user_id.setter
+ 69    def user_id(self, user_id):
+ 70        """Sets the user_id of this WebFormUserInfo.
+ 71
+ 72
+ 73        :param user_id: The user_id of this WebFormUserInfo.  # noqa: E501
+ 74        :type: str
+ 75        """
+ 76
+ 77        self._user_id = user_id
+ 78
+ 79    @property
+ 80    def user_name(self):
+ 81        """Gets the user_name of this WebFormUserInfo.  # noqa: E501
+ 82
+ 83        Name of the user that can be displayed in the user interface.  # noqa: E501
+ 84
+ 85        :return: The user_name of this WebFormUserInfo.  # noqa: E501
+ 86        :rtype: str
+ 87        """
+ 88        return self._user_name
+ 89
+ 90    @user_name.setter
+ 91    def user_name(self, user_name):
+ 92        """Sets the user_name of this WebFormUserInfo.
+ 93
+ 94        Name of the user that can be displayed in the user interface.  # noqa: E501
+ 95
+ 96        :param user_name: The user_name of this WebFormUserInfo.  # noqa: E501
+ 97        :type: str
+ 98        """
+ 99        if (self._configuration.client_side_validation and
+100                user_name is not None and len(user_name) > 150):
+101            raise ValueError("Invalid value for `user_name`, length must be less than or equal to `150`")  # noqa: E501
+102
+103        self._user_name = user_name
+104
+105    def to_dict(self):
+106        """Returns the model properties as a dict"""
+107        result = {}
+108
+109        for attr, _ in six.iteritems(self.swagger_types):
+110            value = getattr(self, attr)
+111            if isinstance(value, list):
+112                result[attr] = list(map(
+113                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+114                    value
+115                ))
+116            elif hasattr(value, "to_dict"):
+117                result[attr] = value.to_dict()
+118            elif isinstance(value, dict):
+119                result[attr] = dict(map(
+120                    lambda item: (item[0], item[1].to_dict())
+121                    if hasattr(item[1], "to_dict") else item,
+122                    value.items()
+123                ))
+124            else:
+125                result[attr] = value
+126        if issubclass(WebFormUserInfo, dict):
+127            for key, value in self.items():
+128                result[key] = value
+129
+130        return result
+131
+132    def to_str(self):
+133        """Returns the string representation of the model"""
+134        return pprint.pformat(self.to_dict())
+135
+136    def __repr__(self):
+137        """For `print` and `pprint`"""
+138        return self.to_str()
+139
+140    def __eq__(self, other):
+141        """Returns true if both objects are equal"""
+142        if not isinstance(other, WebFormUserInfo):
+143            return False
+144
+145        return self.to_dict() == other.to_dict()
+146
+147    def __ne__(self, other):
+148        """Returns true if both objects are not equal"""
+149        if not isinstance(other, WebFormUserInfo):
+150            return True
+151
+152        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormUserInfo: + + + +
+ +
 23class WebFormUserInfo(object):
+ 24    """NOTE: This class is auto generated by the swagger code generator program.
+ 25
+ 26    Do not edit the class manually.
+ 27    """
+ 28
+ 29    """
+ 30    Attributes:
+ 31      swagger_types (dict): The key is attribute name
+ 32                            and the value is attribute type.
+ 33      attribute_map (dict): The key is attribute name
+ 34                            and the value is json key in definition.
+ 35    """
+ 36    swagger_types = {
+ 37        'user_id': 'str',
+ 38        'user_name': 'str'
+ 39    }
+ 40
+ 41    attribute_map = {
+ 42        'user_id': 'userId',
+ 43        'user_name': 'userName'
+ 44    }
+ 45
+ 46    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+ 47        """WebFormUserInfo - a model defined in Swagger"""  # noqa: E501
+ 48        if _configuration is None:
+ 49            _configuration = Configuration()
+ 50        self._configuration = _configuration
+ 51
+ 52        self._user_id = None
+ 53        self._user_name = None
+ 54        self.discriminator = None
+ 55
+ 56        setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ 57        setattr(self, "_{}".format('user_name'), kwargs.get('user_name', None))
+ 58
+ 59    @property
+ 60    def user_id(self):
+ 61        """Gets the user_id of this WebFormUserInfo.  # noqa: E501
+ 62
+ 63
+ 64        :return: The user_id of this WebFormUserInfo.  # noqa: E501
+ 65        :rtype: str
+ 66        """
+ 67        return self._user_id
+ 68
+ 69    @user_id.setter
+ 70    def user_id(self, user_id):
+ 71        """Sets the user_id of this WebFormUserInfo.
+ 72
+ 73
+ 74        :param user_id: The user_id of this WebFormUserInfo.  # noqa: E501
+ 75        :type: str
+ 76        """
+ 77
+ 78        self._user_id = user_id
+ 79
+ 80    @property
+ 81    def user_name(self):
+ 82        """Gets the user_name of this WebFormUserInfo.  # noqa: E501
+ 83
+ 84        Name of the user that can be displayed in the user interface.  # noqa: E501
+ 85
+ 86        :return: The user_name of this WebFormUserInfo.  # noqa: E501
+ 87        :rtype: str
+ 88        """
+ 89        return self._user_name
+ 90
+ 91    @user_name.setter
+ 92    def user_name(self, user_name):
+ 93        """Sets the user_name of this WebFormUserInfo.
+ 94
+ 95        Name of the user that can be displayed in the user interface.  # noqa: E501
+ 96
+ 97        :param user_name: The user_name of this WebFormUserInfo.  # noqa: E501
+ 98        :type: str
+ 99        """
+100        if (self._configuration.client_side_validation and
+101                user_name is not None and len(user_name) > 150):
+102            raise ValueError("Invalid value for `user_name`, length must be less than or equal to `150`")  # noqa: E501
+103
+104        self._user_name = user_name
+105
+106    def to_dict(self):
+107        """Returns the model properties as a dict"""
+108        result = {}
+109
+110        for attr, _ in six.iteritems(self.swagger_types):
+111            value = getattr(self, attr)
+112            if isinstance(value, list):
+113                result[attr] = list(map(
+114                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+115                    value
+116                ))
+117            elif hasattr(value, "to_dict"):
+118                result[attr] = value.to_dict()
+119            elif isinstance(value, dict):
+120                result[attr] = dict(map(
+121                    lambda item: (item[0], item[1].to_dict())
+122                    if hasattr(item[1], "to_dict") else item,
+123                    value.items()
+124                ))
+125            else:
+126                result[attr] = value
+127        if issubclass(WebFormUserInfo, dict):
+128            for key, value in self.items():
+129                result[key] = value
+130
+131        return result
+132
+133    def to_str(self):
+134        """Returns the string representation of the model"""
+135        return pprint.pformat(self.to_dict())
+136
+137    def __repr__(self):
+138        """For `print` and `pprint`"""
+139        return self.to_str()
+140
+141    def __eq__(self, other):
+142        """Returns true if both objects are equal"""
+143        if not isinstance(other, WebFormUserInfo):
+144            return False
+145
+146        return self.to_dict() == other.to_dict()
+147
+148    def __ne__(self, other):
+149        """Returns true if both objects are not equal"""
+150        if not isinstance(other, WebFormUserInfo):
+151            return True
+152
+153        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormUserInfo(_configuration=None, **kwargs) + + + +
+ +
46    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+47        """WebFormUserInfo - a model defined in Swagger"""  # noqa: E501
+48        if _configuration is None:
+49            _configuration = Configuration()
+50        self._configuration = _configuration
+51
+52        self._user_id = None
+53        self._user_name = None
+54        self.discriminator = None
+55
+56        setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+57        setattr(self, "_{}".format('user_name'), kwargs.get('user_name', None))
+
+ + +

WebFormUserInfo - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {'user_id': 'str', 'user_name': 'str'} + + +
+ + + + +
+
+
+ attribute_map = {'user_id': 'userId', 'user_name': 'userName'} + + +
+ + + + +
+
+
+ user_id + + +
+ + +

Gets the user_id of this WebFormUserInfo. # noqa: E501

+ +
Returns
+ +
+

The user_id of this WebFormUserInfo. # noqa: E501

+
+
+ + +
+
+
+ user_name + + +
+ + +

Gets the user_name of this WebFormUserInfo. # noqa: E501

+ +

Name of the user that can be displayed in the user interface. # noqa: E501

+ +
Returns
+ +
+

The user_name of this WebFormUserInfo. # noqa: E501

+
+
+ + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
106    def to_dict(self):
+107        """Returns the model properties as a dict"""
+108        result = {}
+109
+110        for attr, _ in six.iteritems(self.swagger_types):
+111            value = getattr(self, attr)
+112            if isinstance(value, list):
+113                result[attr] = list(map(
+114                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+115                    value
+116                ))
+117            elif hasattr(value, "to_dict"):
+118                result[attr] = value.to_dict()
+119            elif isinstance(value, dict):
+120                result[attr] = dict(map(
+121                    lambda item: (item[0], item[1].to_dict())
+122                    if hasattr(item[1], "to_dict") else item,
+123                    value.items()
+124                ))
+125            else:
+126                result[attr] = value
+127        if issubclass(WebFormUserInfo, dict):
+128            for key, value in self.items():
+129                result[key] = value
+130
+131        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
133    def to_str(self):
+134        """Returns the string representation of the model"""
+135        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_values.html b/docusign_webforms/models/web_form_values.html new file mode 100644 index 0000000..eb6fa8d --- /dev/null +++ b/docusign_webforms/models/web_form_values.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.web_form_values API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_values

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class WebFormValues(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """WebFormValues - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(WebFormValues, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, WebFormValues):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, WebFormValues):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormValues: + + + +
+ +
23class WebFormValues(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormValues - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormValues, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, WebFormValues):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, WebFormValues):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormValues(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormValues - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

WebFormValues - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormValues, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/docusign_webforms/models/web_form_version_id.html b/docusign_webforms/models/web_form_version_id.html new file mode 100644 index 0000000..33464af --- /dev/null +++ b/docusign_webforms/models/web_form_version_id.html @@ -0,0 +1,569 @@ + + + + + + + docusign_webforms.models.web_form_version_id API documentation + + + + + + + + + +
+
+

+docusign_webforms.models.web_form_version_id

+ +

Web Forms API version 1.1

+ +

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

+ +

OpenAPI spec version: 1.1.0 +Contact: devcenter@docusign.com +Generated by: https://github.com/swagger-api/swagger-codegen.git

+
+ + + + + +
 1# coding: utf-8
+ 2
+ 3"""
+ 4    Web Forms API version 1.1
+ 5
+ 6    The Web Forms API facilitates generating semantic HTML forms around everyday contracts.   # noqa: E501
+ 7
+ 8    OpenAPI spec version: 1.1.0
+ 9    Contact: devcenter@docusign.com
+10    Generated by: https://github.com/swagger-api/swagger-codegen.git
+11"""
+12
+13
+14import pprint
+15import re  # noqa: F401
+16
+17import six
+18
+19from docusign_webforms.client.configuration import Configuration
+20
+21
+22class WebFormVersionId(object):
+23    """NOTE: This class is auto generated by the swagger code generator program.
+24
+25    Do not edit the class manually.
+26    """
+27
+28    """
+29    Attributes:
+30      swagger_types (dict): The key is attribute name
+31                            and the value is attribute type.
+32      attribute_map (dict): The key is attribute name
+33                            and the value is json key in definition.
+34    """
+35    swagger_types = {
+36    }
+37
+38    attribute_map = {
+39    }
+40
+41    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+42        """WebFormVersionId - a model defined in Swagger"""  # noqa: E501
+43        if _configuration is None:
+44            _configuration = Configuration()
+45        self._configuration = _configuration
+46        self.discriminator = None
+47
+48    def to_dict(self):
+49        """Returns the model properties as a dict"""
+50        result = {}
+51
+52        for attr, _ in six.iteritems(self.swagger_types):
+53            value = getattr(self, attr)
+54            if isinstance(value, list):
+55                result[attr] = list(map(
+56                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+57                    value
+58                ))
+59            elif hasattr(value, "to_dict"):
+60                result[attr] = value.to_dict()
+61            elif isinstance(value, dict):
+62                result[attr] = dict(map(
+63                    lambda item: (item[0], item[1].to_dict())
+64                    if hasattr(item[1], "to_dict") else item,
+65                    value.items()
+66                ))
+67            else:
+68                result[attr] = value
+69        if issubclass(WebFormVersionId, dict):
+70            for key, value in self.items():
+71                result[key] = value
+72
+73        return result
+74
+75    def to_str(self):
+76        """Returns the string representation of the model"""
+77        return pprint.pformat(self.to_dict())
+78
+79    def __repr__(self):
+80        """For `print` and `pprint`"""
+81        return self.to_str()
+82
+83    def __eq__(self, other):
+84        """Returns true if both objects are equal"""
+85        if not isinstance(other, WebFormVersionId):
+86            return False
+87
+88        return self.to_dict() == other.to_dict()
+89
+90    def __ne__(self, other):
+91        """Returns true if both objects are not equal"""
+92        if not isinstance(other, WebFormVersionId):
+93            return True
+94
+95        return self.to_dict() != other.to_dict()
+
+ + +
+
+ +
+ + class + WebFormVersionId: + + + +
+ +
23class WebFormVersionId(object):
+24    """NOTE: This class is auto generated by the swagger code generator program.
+25
+26    Do not edit the class manually.
+27    """
+28
+29    """
+30    Attributes:
+31      swagger_types (dict): The key is attribute name
+32                            and the value is attribute type.
+33      attribute_map (dict): The key is attribute name
+34                            and the value is json key in definition.
+35    """
+36    swagger_types = {
+37    }
+38
+39    attribute_map = {
+40    }
+41
+42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormVersionId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+48
+49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormVersionId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+75
+76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+79
+80    def __repr__(self):
+81        """For `print` and `pprint`"""
+82        return self.to_str()
+83
+84    def __eq__(self, other):
+85        """Returns true if both objects are equal"""
+86        if not isinstance(other, WebFormVersionId):
+87            return False
+88
+89        return self.to_dict() == other.to_dict()
+90
+91    def __ne__(self, other):
+92        """Returns true if both objects are not equal"""
+93        if not isinstance(other, WebFormVersionId):
+94            return True
+95
+96        return self.to_dict() != other.to_dict()
+
+ + +

NOTE: This class is auto generated by the swagger code generator program.

+ +

Do not edit the class manually.

+
+ + +
+ +
+ + WebFormVersionId(_configuration=None, **kwargs) + + + +
+ +
42    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
+43        """WebFormVersionId - a model defined in Swagger"""  # noqa: E501
+44        if _configuration is None:
+45            _configuration = Configuration()
+46        self._configuration = _configuration
+47        self.discriminator = None
+
+ + +

WebFormVersionId - a model defined in Swagger

+
+ + +
+
+
+ swagger_types = {} + + +
+ + + + +
+
+
+ attribute_map = {} + + +
+ + + + +
+
+ +
+ + def + to_dict(self) + + + +
+ +
49    def to_dict(self):
+50        """Returns the model properties as a dict"""
+51        result = {}
+52
+53        for attr, _ in six.iteritems(self.swagger_types):
+54            value = getattr(self, attr)
+55            if isinstance(value, list):
+56                result[attr] = list(map(
+57                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+58                    value
+59                ))
+60            elif hasattr(value, "to_dict"):
+61                result[attr] = value.to_dict()
+62            elif isinstance(value, dict):
+63                result[attr] = dict(map(
+64                    lambda item: (item[0], item[1].to_dict())
+65                    if hasattr(item[1], "to_dict") else item,
+66                    value.items()
+67                ))
+68            else:
+69                result[attr] = value
+70        if issubclass(WebFormVersionId, dict):
+71            for key, value in self.items():
+72                result[key] = value
+73
+74        return result
+
+ + +

Returns the model properties as a dict

+
+ + +
+
+ +
+ + def + to_str(self) + + + +
+ +
76    def to_str(self):
+77        """Returns the string representation of the model"""
+78        return pprint.pformat(self.to_dict())
+
+ + +

Returns the string representation of the model

+
+ + +
+
+
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..bba0308 --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/search.js b/search.js new file mode 100644 index 0000000..905d946 --- /dev/null +++ b/search.js @@ -0,0 +1,46 @@ +window.pdocSearch = (function(){ +/** elasticlunr - http://weixsong.github.io * Copyright (C) 2017 Oliver Nightingale * Copyright (C) 2017 Wei Song * MIT Licensed */!function(){function e(e){if(null===e||"object"!=typeof e)return e;var t=e.constructor();for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.9.5",lunr=t,t.utils={},t.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),t.utils.toString=function(e){return void 0===e||null===e?"":e.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var e=Array.prototype.slice.call(arguments),t=e.pop(),n=e;if("function"!=typeof t)throw new TypeError("last argument must be a function");n.forEach(function(e){this.hasHandler(e)||(this.events[e]=[]),this.events[e].push(t)},this)},t.EventEmitter.prototype.removeListener=function(e,t){if(this.hasHandler(e)){var n=this.events[e].indexOf(t);-1!==n&&(this.events[e].splice(n,1),0==this.events[e].length&&delete this.events[e])}},t.EventEmitter.prototype.emit=function(e){if(this.hasHandler(e)){var t=Array.prototype.slice.call(arguments,1);this.events[e].forEach(function(e){e.apply(void 0,t)},this)}},t.EventEmitter.prototype.hasHandler=function(e){return e in this.events},t.tokenizer=function(e){if(!arguments.length||null===e||void 0===e)return[];if(Array.isArray(e)){var n=e.filter(function(e){return null===e||void 0===e?!1:!0});n=n.map(function(e){return t.utils.toString(e).toLowerCase()});var i=[];return n.forEach(function(e){var n=e.split(t.tokenizer.seperator);i=i.concat(n)},this),i}return e.toString().trim().toLowerCase().split(t.tokenizer.seperator)},t.tokenizer.defaultSeperator=/[\s\-]+/,t.tokenizer.seperator=t.tokenizer.defaultSeperator,t.tokenizer.setSeperator=function(e){null!==e&&void 0!==e&&"object"==typeof e&&(t.tokenizer.seperator=e)},t.tokenizer.resetSeperator=function(){t.tokenizer.seperator=t.tokenizer.defaultSeperator},t.tokenizer.getSeperator=function(){return t.tokenizer.seperator},t.Pipeline=function(){this._queue=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in t.Pipeline.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[n]=e},t.Pipeline.getRegisteredFunction=function(e){return e in t.Pipeline.registeredFunctions!=!0?null:t.Pipeline.registeredFunctions[e]},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.getRegisteredFunction(e);if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._queue.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i+1,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i,0,n)},t.Pipeline.prototype.remove=function(e){var t=this._queue.indexOf(e);-1!==t&&this._queue.splice(t,1)},t.Pipeline.prototype.run=function(e){for(var t=[],n=e.length,i=this._queue.length,o=0;n>o;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();oWeb Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.apis": {"fullname": "docusign_webforms.apis", "modulename": "docusign_webforms.apis", "type": "module", "doc": "

\n"}, "docusign_webforms.apis.form_instance_management_api": {"fullname": "docusign_webforms.apis.form_instance_management_api", "modulename": "docusign_webforms.apis.form_instance_management_api", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.\nDo not edit the class manually.\nRef: https://github.com/swagger-api/swagger-codegen

\n"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.__init__", "type": "function", "doc": "

\n", "signature": "(self, api_client=None)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.create_instance", "type": "function", "doc": "

Creates an instance of the web form\nCreates an instance of the web form.\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.create_instance(account_id, form_id, create_instance_body, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • \n
  • CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
  • \n
\n\n
Returns
\n\n
\n

WebFormInstance\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, create_instance_body, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.create_instance_with_http_info", "type": "function", "doc": "

Creates an instance of the web form\nCreates an instance of the web form.\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.create_instance_with_http_info(account_id, form_id, create_instance_body, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • \n
  • CreateInstanceRequestBody create_instance_body: Request body containing properties that will be used to create instance. (required)
  • \n
\n\n
Returns
\n\n
\n

WebFormInstance\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, create_instance_body, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.get_instance", "type": "function", "doc": "

Get form instance\nRetrieves instance information filter by instance id\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.get_instance(account_id, form_id, instance_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • \n
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • \n
\n\n
Returns
\n\n
\n

WebFormInstance\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, instance_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.get_instance_with_http_info", "type": "function", "doc": "

Get form instance\nRetrieves instance information filter by instance id\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.get_instance_with_http_info(account_id, form_id, instance_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • \n
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • \n
\n\n
Returns
\n\n
\n

WebFormInstance\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, instance_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.list_instances", "type": "function", "doc": "

List instances\nList all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.list_instances(account_id, form_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • \n
  • str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
  • \n
\n\n
Returns
\n\n
\n

WebFormInstanceList\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.list_instances_with_http_info", "type": "function", "doc": "

List instances\nList all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.list_instances_with_http_info(account_id, form_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • \n
  • str client_user_id: A unique identifier for a user that should originate from client's system. This value can be anything your backend system would use to track individual form instances. Examples include employee IDs, email addresses, surrogate key values, etc.
  • \n
\n\n
Returns
\n\n
\n

WebFormInstanceList\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.refresh_token", "type": "function", "doc": "

Refreshes the instance token\nGenerates new instance token for the existing Web Form Instance.\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.refresh_token(account_id, form_id, instance_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • \n
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • \n
\n\n
Returns
\n\n
\n

WebFormInstance\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, instance_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"fullname": "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info", "modulename": "docusign_webforms.apis.form_instance_management_api", "qualname": "FormInstanceManagementApi.refresh_token_with_http_info", "type": "function", "doc": "

Refreshes the instance token\nGenerates new instance token for the existing Web Form Instance.\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.refresh_token_with_http_info(account_id, form_id, instance_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form entity that is consistent for it's lifetime (required)
  • \n
  • str instance_id: Unique identifier for a Web Form Instance that is consistent until its expiration (required)
  • \n
\n\n
Returns
\n\n
\n

WebFormInstance\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, instance_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_management_api": {"fullname": "docusign_webforms.apis.form_management_api", "modulename": "docusign_webforms.apis.form_management_api", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"fullname": "docusign_webforms.apis.form_management_api.FormManagementApi", "modulename": "docusign_webforms.apis.form_management_api", "qualname": "FormManagementApi", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.\nDo not edit the class manually.\nRef: https://github.com/swagger-api/swagger-codegen

\n"}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"fullname": "docusign_webforms.apis.form_management_api.FormManagementApi.__init__", "modulename": "docusign_webforms.apis.form_management_api", "qualname": "FormManagementApi.__init__", "type": "function", "doc": "

\n", "signature": "(self, api_client=None)", "funcdef": "def"}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"fullname": "docusign_webforms.apis.form_management_api.FormManagementApi.get_form", "modulename": "docusign_webforms.apis.form_management_api", "qualname": "FormManagementApi.get_form", "type": "function", "doc": "

Get Form\nRetrieves form information filter by form id and state. The state parameter is optional and can accept value from draft, active.\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.get_form(account_id, form_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • \n
  • str state: The state of the web form configuration
  • \n
\n\n
Returns
\n\n
\n

WebForm\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"fullname": "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info", "modulename": "docusign_webforms.apis.form_management_api", "qualname": "FormManagementApi.get_form_with_http_info", "type": "function", "doc": "

Get Form\nRetrieves form information filter by form id and state. The state parameter is optional and can accept value from draft, active.\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.get_form_with_http_info(account_id, form_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the web form resides (required)
  • \n
  • str form_id: Unique identifier for a web form that is consistent for it's lifetime (required)
  • \n
  • str state: The state of the web form configuration
  • \n
\n\n
Returns
\n\n
\n

WebForm\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, form_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"fullname": "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms", "modulename": "docusign_webforms.apis.form_management_api", "qualname": "FormManagementApi.list_forms", "type": "function", "doc": "

List Forms\nList all the forms for the active user that can be in an active or draft state\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.list_forms(account_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the webform resides (required)
  • \n
  • str user_filter: Filter which forms are returned
  • \n
  • bool is_standalone: Is the form a standalone form
  • \n
  • bool is_published: Has the form been published
  • \n
  • str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime: desc. Default sort is descending if not mentioned.
  • \n
  • str search: Search through form names
  • \n
  • str start_position: Starting position for desired page of results.
  • \n
  • str count: Number of results to return per page.
  • \n
\n\n
Returns
\n\n
\n

WebFormSummaryList\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"fullname": "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info", "modulename": "docusign_webforms.apis.form_management_api", "qualname": "FormManagementApi.list_forms_with_http_info", "type": "function", "doc": "

List Forms\nList all the forms for the active user that can be in an active or draft state\nThis method makes a synchronous HTTP request by default. To make an\nasynchronous HTTP request, please define a callback function\nto be invoked when receiving the response.

\n\n
>>> def callback_function(response):\n>>>     pprint(response)\n>>>\n>>> thread = api.list_forms_with_http_info(account_id, callback=callback_function)\n
\n\n
Parameters
\n\n
    \n
  • callback function: The callback function\nfor asynchronous request. (optional)
  • \n
  • str account_id: Account identifier in which the webform resides (required)
  • \n
  • str user_filter: Filter which forms are returned
  • \n
  • bool is_standalone: Is the form a standalone form
  • \n
  • bool is_published: Has the form been published
  • \n
  • str sort_by: Sort result set in mentioned sort property:order. Default is lastModifiedDateTime: desc. Default sort is descending if not mentioned.
  • \n
  • str search: Search through form names
  • \n
  • str start_position: Starting position for desired page of results.
  • \n
  • str count: Number of results to return per page.
  • \n
\n\n
Returns
\n\n
\n

WebFormSummaryList\n If the method is called asynchronously,\n returns the request thread.

\n
\n", "signature": "(self, account_id, **kwargs)", "funcdef": "def"}, "docusign_webforms.client": {"fullname": "docusign_webforms.client", "modulename": "docusign_webforms.client", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.client.api_client": {"fullname": "docusign_webforms.client.api_client", "modulename": "docusign_webforms.client.api_client", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.client.api_client.ApiClient": {"fullname": "docusign_webforms.client.api_client.ApiClient", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient", "type": "class", "doc": "

Generic API client for Swagger client library builds.

\n\n

Swagger generic API client. This client handles the client-\nserver communication, and is invariant across implementations. Specifics of\nthe methods and models for each application are generated from the Swagger\ntemplates.

\n\n

NOTE: This class is auto generated by the swagger code generator program.\nRef: https://github.com/swagger-api/swagger-codegen\nDo not edit the class manually.

\n\n
Parameters
\n\n
    \n
  • host: The base path for the server to call.
  • \n
  • header_name: a header to pass when making calls to the API.
  • \n
  • header_value: a header value to pass when making calls to the API.
  • \n
\n"}, "docusign_webforms.client.api_client.ApiClient.__init__": {"fullname": "docusign_webforms.client.api_client.ApiClient.__init__", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.__init__", "type": "function", "doc": "

Constructor of the class.

\n", "signature": "(\n self,\n host=None,\n header_name=None,\n header_value=None,\n cookie=None,\n oauth_host_name=None,\n base_path=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"fullname": "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.PRIMITIVE_TYPES", "type": "variable", "doc": "

\n", "default_value": " = (, , , , )"}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"fullname": "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.NATIVE_TYPES_MAPPING", "type": "variable", "doc": "

\n", "default_value": " = {'int': , 'long': , 'float': , 'str': , 'bool': , 'date': , 'datetime': , 'object': }"}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"fullname": "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.OAUTH_TYPES", "type": "variable", "doc": "

\n", "default_value": " = ('OAuthToken', 'OAuthUserInfo', 'Account', 'Organization', 'Link')"}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"fullname": "docusign_webforms.client.api_client.ApiClient.user_agent", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.user_agent", "type": "variable", "doc": "

Gets user agent.

\n"}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"fullname": "docusign_webforms.client.api_client.ApiClient.set_default_header", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.set_default_header", "type": "function", "doc": "

\n", "signature": "(self, header_name, header_value)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"fullname": "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.sanitize_for_serialization", "type": "function", "doc": "

Builds a JSON POST object.

\n\n

If obj is None, return None.\nIf obj is str, int, long, float, bool, return directly.\nIf obj is datetime.datetime, datetime.date\n convert to string in iso8601 format.\nIf obj is list, sanitize each element in the list.\nIf obj is dict, return the dict.\nIf obj is swagger model, return the properties dict.

\n\n
Parameters
\n\n
    \n
  • obj: The data to serialize.
  • \n
\n\n
Returns
\n\n
\n

The serialized form of data.

\n
\n", "signature": "(self, obj)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"fullname": "docusign_webforms.client.api_client.ApiClient.deserialize", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.deserialize", "type": "function", "doc": "

Deserializes response into an object.

\n\n
Parameters
\n\n
    \n
  • response: RESTResponse object to be deserialized.
  • \n
  • response_type: class literal for\ndeserialized object, or string of class name.
  • \n
\n\n
Returns
\n\n
\n

deserialized object.

\n
\n", "signature": "(self, response, response_type)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.call_api": {"fullname": "docusign_webforms.client.api_client.ApiClient.call_api", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.call_api", "type": "function", "doc": "

Makes the HTTP request (synchronous) and return the deserialized data.\nTo make an async request, define a function for callback.

\n\n
Parameters
\n\n
    \n
  • resource_path: Path to method endpoint.
  • \n
  • method: Method to call.
  • \n
  • path_params: Path parameters in the url.
  • \n
  • query_params: Query parameters in the url.
  • \n
  • header_params: Header parameters to be\nplaced in the request header.
  • \n
  • body: Request body.
  • \n
  • post_params dict: Request post form parameters,\nfor application/x-www-form-urlencoded, multipart/form-data.
  • \n
  • auth_settings list: Auth Settings names for the request.
  • \n
  • response: Response data type.
  • \n
  • files dict: key -> filename, value -> filepath,\nfor multipart/form-data.
  • \n
  • callback function: Callback function for asynchronous request.\nIf provide this parameter,\nthe request will be called asynchronously.
  • \n
  • _return_http_data_only: response data without head status code and headers
  • \n
  • collection_formats: dict of collection formats for path, query,\nheader, and post parameters.
  • \n
  • _preload_content: if False, the urllib3.HTTPResponse object will be returned without\n reading/decoding response data. Default is True.
  • \n
  • _request_timeout: timeout setting for this request. If one number provided, it will be total request\n timeout. It can also be a pair (tuple) of (connection, read) timeouts.
  • \n
\n\n
Returns
\n\n
\n
If provide parameter callback,\nthe request will be called asynchronously.\nThe method will return the request thread.\nIf parameter callback is None,\nthen the method will return the response directly.\n
\n
\n", "signature": "(\n self,\n resource_path,\n method,\n path_params=None,\n query_params=None,\n header_params=None,\n body=None,\n post_params=None,\n files=None,\n response_type=None,\n auth_settings=None,\n callback=None,\n _return_http_data_only=None,\n collection_formats=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.request": {"fullname": "docusign_webforms.client.api_client.ApiClient.request", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.request", "type": "function", "doc": "

Makes the HTTP request using RESTClient.

\n", "signature": "(\n self,\n method,\n url,\n query_params=None,\n headers=None,\n post_params=None,\n body=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"fullname": "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.parameters_to_tuples", "type": "function", "doc": "

Get parameters as list of tuples, formatting collections.

\n\n
Parameters
\n\n
    \n
  • params: Parameters as dict or list of two-tuples
  • \n
  • dict collection_formats: Parameter collection formats
  • \n
\n\n
Returns
\n\n
\n

Parameters as list of tuples, collections formatted

\n
\n", "signature": "(self, params, collection_formats)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"fullname": "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.prepare_post_parameters", "type": "function", "doc": "

Builds form parameters.

\n\n
Parameters
\n\n
    \n
  • post_params: Normal form parameters.
  • \n
  • files: File parameters.
  • \n
\n\n
Returns
\n\n
\n

Form parameters with files.

\n
\n", "signature": "(self, post_params=None, files=None)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"fullname": "docusign_webforms.client.api_client.ApiClient.select_header_accept", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.select_header_accept", "type": "function", "doc": "

Returns Accept based on an array of accepts provided.

\n\n
Parameters
\n\n
    \n
  • accepts: List of headers.
  • \n
\n\n
Returns
\n\n
\n

Accept (e.g. application/json).

\n
\n", "signature": "(self, accepts)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"fullname": "docusign_webforms.client.api_client.ApiClient.select_header_content_type", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.select_header_content_type", "type": "function", "doc": "

Returns Content-Type based on an array of content_types provided.

\n\n
Parameters
\n\n
    \n
  • content_types: List of content-types.
  • \n
\n\n
Returns
\n\n
\n

Content-Type (e.g. application/json).

\n
\n", "signature": "(self, content_types)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"fullname": "docusign_webforms.client.api_client.ApiClient.update_params_for_auth", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.update_params_for_auth", "type": "function", "doc": "

Updates header and query params based on authentication setting.

\n\n
Parameters
\n\n
    \n
  • headers: Header parameters dict to be updated.
  • \n
  • querys: Query parameters tuple list to be updated.
  • \n
  • auth_settings: Authentication setting identifiers list.
  • \n
\n", "signature": "(self, headers, querys, auth_settings)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"fullname": "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.request_jwt_user_token", "type": "function", "doc": "

Request JWT User Token

\n\n
Parameters
\n\n
    \n
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • \n
  • user_id: Docusign user Id to be impersonated
  • \n
  • oauth_host_name: Docusign OAuth host name
  • \n
  • private_key_bytes: the byte contents of the RSA private key
  • \n
  • expires_in: number of seconds remaining before the JWT assertion is considered as invalid
  • \n
  • scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any\nadvanced scope.
  • \n
\n\n
Returns
\n\n
\n

OAuthToken object

\n
\n", "signature": "(\n self,\n client_id,\n user_id,\n oauth_host_name,\n private_key_bytes,\n expires_in,\n scopes=('signature',)\n)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"fullname": "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.request_jwt_application_token", "type": "function", "doc": "

Request JWT Application Token

\n\n
Parameters
\n\n
    \n
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • \n
  • oauth_host_name: Docusign OAuth host name
  • \n
  • private_key_bytes: the byte contents of the RSA private key
  • \n
  • expires_in: number of seconds remaining before the JWT assertion is considered as invalid
  • \n
  • scopes: Optional. The list of requested scopes may include (but not limited to) You can also pass any\nadvanced scope.
  • \n
\n\n
Returns
\n\n
\n

OAuthToken object

\n
\n", "signature": "(\n self,\n client_id,\n oauth_host_name,\n private_key_bytes,\n expires_in,\n scopes=('signature',)\n)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"fullname": "docusign_webforms.client.api_client.ApiClient.get_user_info", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.get_user_info", "type": "function", "doc": "

Get User Info method takes the accessToken to retrieve User Account Data.

\n\n
Parameters
\n\n
    \n
  • access_token:
  • \n
\n\n
Returns
\n\n
\n

The User Info model.

\n
\n", "signature": "(self, access_token)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"fullname": "docusign_webforms.client.api_client.ApiClient.generate_access_token", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.generate_access_token", "type": "function", "doc": "

GenerateAccessToken will exchange the authorization code for an access token and refresh tokens.

\n\n
Parameters
\n\n
    \n
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • \n
  • client_secret: The secret key you generated when you set up the integration in Docusign Admin console.
  • \n
  • code: The authorization code
  • \n
\n\n
Returns
\n\n
\n

OAuthToken object

\n
\n", "signature": "(self, client_id, client_secret, code)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"fullname": "docusign_webforms.client.api_client.ApiClient.set_base_path", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.set_base_path", "type": "function", "doc": "
Parameters
\n\n
    \n
  • base_path:
  • \n
\n\n
Returns
\n", "signature": "(self, base_path)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"fullname": "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.set_oauth_host_name", "type": "function", "doc": "
Parameters
\n\n
    \n
  • oauth_host_name:
  • \n
\n\n
Returns
\n", "signature": "(self, oauth_host_name=None)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"fullname": "docusign_webforms.client.api_client.ApiClient.set_access_token", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.set_access_token", "type": "function", "doc": "
Parameters
\n\n
    \n
  • token_obj:
  • \n
\n\n
Returns
\n", "signature": "(self, token_obj)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"fullname": "docusign_webforms.client.api_client.ApiClient.get_authorization_uri", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.get_authorization_uri", "type": "function", "doc": "

Helper method to configure the OAuth accessCode/implicit flow parameters

\n\n
Parameters
\n\n
    \n
  • client_id: Docusign OAuth Client Id(AKA Integrator Key)
  • \n
  • scopes: The list of requested scopes. Client applications may be scoped to a limited set of system access.
  • \n
  • redirect_uri: This determines where to deliver the response containing the authorization code
  • \n
  • response_type: Determines the response type of the authorization request, NOTE: these response types are\nmutually exclusive for a client application. A public/native client application may only request a response type\nof \"token\". A private/trusted client application may only request a response type of \"code\".
  • \n
  • state: Allows for arbitrary state that may be useful to your application. The value in this parameter\nwill be round-tripped along with the response so you can make sure it didn't change.
  • \n
\n\n
Returns
\n\n
\n

string

\n
\n", "signature": "(self, client_id, scopes, redirect_uri, response_type, state=None)", "funcdef": "def"}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"fullname": "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name", "modulename": "docusign_webforms.client.api_client", "qualname": "ApiClient.get_oauth_host_name", "type": "function", "doc": "
Returns
\n\n
\n

string

\n
\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.api_exception": {"fullname": "docusign_webforms.client.api_exception", "modulename": "docusign_webforms.client.api_exception", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.client.api_exception.ApiException": {"fullname": "docusign_webforms.client.api_exception.ApiException", "modulename": "docusign_webforms.client.api_exception", "qualname": "ApiException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "builtins.Exception"}, "docusign_webforms.client.api_exception.ApiException.__init__": {"fullname": "docusign_webforms.client.api_exception.ApiException.__init__", "modulename": "docusign_webforms.client.api_exception", "qualname": "ApiException.__init__", "type": "function", "doc": "

\n", "signature": "(self, status=None, reason=None, http_resp=None)", "funcdef": "def"}, "docusign_webforms.client.api_exception.ArgumentException": {"fullname": "docusign_webforms.client.api_exception.ArgumentException", "modulename": "docusign_webforms.client.api_exception", "qualname": "ArgumentException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "builtins.Exception"}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"fullname": "docusign_webforms.client.api_exception.ArgumentException.__init__", "modulename": "docusign_webforms.client.api_exception", "qualname": "ArgumentException.__init__", "type": "function", "doc": "

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "docusign_webforms.client.api_exception.InvalidBasePath": {"fullname": "docusign_webforms.client.api_exception.InvalidBasePath", "modulename": "docusign_webforms.client.api_exception", "qualname": "InvalidBasePath", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "builtins.Exception"}, "docusign_webforms.client.api_response": {"fullname": "docusign_webforms.client.api_response", "modulename": "docusign_webforms.client.api_response", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.client.api_response.RESTResponse": {"fullname": "docusign_webforms.client.api_response.RESTResponse", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTResponse", "type": "class", "doc": "

The abstract base class for all I/O classes, acting on streams of\nbytes. There is no public constructor.

\n\n

This class provides dummy implementations for many methods that\nderived classes can override selectively; the default implementations\nrepresent a file that cannot be read, written or seeked.

\n\n

Even though IOBase does not declare read, readinto, or write because\ntheir signatures will vary, implementations and clients should\nconsider those methods part of the interface. Also, implementations\nmay raise UnsupportedOperation when operations they do not support are\ncalled.

\n\n

The basic type used for binary data read from or written to a file is\nbytes. Other bytes-like objects are accepted as method arguments too.\nIn some cases (such as readinto), a writable object is required. Text\nI/O classes work with str data.

\n\n

Note that calling any method (except additional calls to close(),\nwhich are ignored) on a closed stream should raise a ValueError.

\n\n

IOBase (and its subclasses) support the iterator protocol, meaning\nthat an IOBase object can be iterated over yielding the lines in a\nstream.

\n\n

IOBase also supports the :keyword:with statement. In this example,\nfp is closed after the suite of the with statement is complete:

\n\n

with open('spam.txt', 'r') as fp:\n fp.write('Spam and eggs!')

\n", "bases": "io.IOBase"}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"fullname": "docusign_webforms.client.api_response.RESTResponse.__init__", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTResponse.__init__", "type": "function", "doc": "

\n", "signature": "(self, resp)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"fullname": "docusign_webforms.client.api_response.RESTResponse.getheaders", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTResponse.getheaders", "type": "function", "doc": "

Returns a dictionary of the response headers.

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"fullname": "docusign_webforms.client.api_response.RESTResponse.getheader", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTResponse.getheader", "type": "function", "doc": "

Returns a given response header.

\n", "signature": "(self, name, default=None)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject": {"fullname": "docusign_webforms.client.api_response.RESTClientObject", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject", "type": "class", "doc": "

\n"}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.__init__", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.__init__", "type": "function", "doc": "

\n", "signature": "(self, pools_size=4, maxsize=None, configuration=None)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.request": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.request", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.request", "type": "function", "doc": "

Perform requests.

\n\n
Parameters
\n\n
    \n
  • method: http request method
  • \n
  • url: http request url
  • \n
  • query_params: query parameters in the url
  • \n
  • headers: http request headers
  • \n
  • body: request json body, for application/json
  • \n
  • post_params: request post parameters,\n application/x-www-form-urlencoded\n and multipart/form-data
  • \n
  • _preload_content: if False, the urllib3.HTTPResponse object will\n be returned without reading/decoding response\n data. Default is True.
  • \n
  • _request_timeout: timeout setting for this request. If one\n number provided, it will be total request\n timeout. It can also be a pair (tuple) of\n (connection, read) timeouts.
  • \n
\n", "signature": "(\n self,\n method,\n url,\n query_params=None,\n headers=None,\n body=None,\n post_params=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.GET", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.GET", "type": "function", "doc": "

\n", "signature": "(\n self,\n url,\n headers=None,\n query_params=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.HEAD", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.HEAD", "type": "function", "doc": "

\n", "signature": "(\n self,\n url,\n headers=None,\n query_params=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.OPTIONS", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.OPTIONS", "type": "function", "doc": "

\n", "signature": "(\n self,\n url,\n headers=None,\n query_params=None,\n post_params=None,\n body=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.DELETE", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.DELETE", "type": "function", "doc": "

\n", "signature": "(\n self,\n url,\n headers=None,\n query_params=None,\n body=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.POST", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.POST", "type": "function", "doc": "

\n", "signature": "(\n self,\n url,\n headers=None,\n query_params=None,\n post_params=None,\n body=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.PUT", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.PUT", "type": "function", "doc": "

\n", "signature": "(\n self,\n url,\n headers=None,\n query_params=None,\n post_params=None,\n body=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"fullname": "docusign_webforms.client.api_response.RESTClientObject.PATCH", "modulename": "docusign_webforms.client.api_response", "qualname": "RESTClientObject.PATCH", "type": "function", "doc": "

\n", "signature": "(\n self,\n url,\n headers=None,\n query_params=None,\n post_params=None,\n body=None,\n _preload_content=True,\n _request_timeout=None\n)", "funcdef": "def"}, "docusign_webforms.client.auth": {"fullname": "docusign_webforms.client.auth", "modulename": "docusign_webforms.client.auth", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.client.auth.oauth": {"fullname": "docusign_webforms.client.auth.oauth", "modulename": "docusign_webforms.client.auth.oauth", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.client.auth.oauth.OAuth": {"fullname": "docusign_webforms.client.auth.oauth.OAuth", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.\nDo not edit the class manually.

\n"}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"fullname": "docusign_webforms.client.auth.oauth.OAuth.__init__", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"fullname": "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth.SCOPE_SIGNATURE", "type": "variable", "doc": "

\n", "default_value": " = 'signature'"}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"fullname": "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth.SCOPE_EXTENDED", "type": "variable", "doc": "

\n", "default_value": " = 'extended'"}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"fullname": "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth.SCOPE_IMPERSONATION", "type": "variable", "doc": "

\n", "default_value": " = 'impersonation'"}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"fullname": "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth.DEMO_OAUTH_BASE_PATH", "type": "variable", "doc": "

\n", "default_value": " = 'account-d.docusign.com'"}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"fullname": "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth.PRODUCTION_OAUTH_BASE_PATH", "type": "variable", "doc": "

\n", "default_value": " = 'account.docusign.com'"}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"fullname": "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuth.GRANT_TYPE_JWT", "type": "variable", "doc": "

\n", "default_value": " = 'urn:ietf:params:oauth:grant-type:jwt-bearer'"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo", "type": "class", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n sub=None,\n email=None,\n accounts=None,\n name=None,\n given_name=None,\n family_name=None,\n created=None\n)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.sub", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.created", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.created", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.email", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.email", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.name", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.name", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.given_name", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.family_name", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.list", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.list", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.accounts", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.add_account", "type": "function", "doc": "

\n", "signature": "(self, account)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.get_accounts", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"fullname": "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthUserInfo.to_indented_string", "type": "function", "doc": "

Convert the given object to string with each line indented by 4\n spaces (except the first line).

\n\n
Parameters
\n\n
    \n
  • obj:
  • \n
\n\n
Returns
\n", "signature": "(self, obj)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Account": {"fullname": "docusign_webforms.client.auth.oauth.Account", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account", "type": "class", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Account.__init__": {"fullname": "docusign_webforms.client.auth.oauth.Account.__init__", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n account_id=None,\n is_default=None,\n account_name=None,\n base_uri=None,\n organization=None\n)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Account.is_default": {"fullname": "docusign_webforms.client.auth.oauth.Account.is_default", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account.is_default", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"fullname": "docusign_webforms.client.auth.oauth.Account.get_is_default", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account.get_is_default", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Account.account_id": {"fullname": "docusign_webforms.client.auth.oauth.Account.account_id", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account.account_id", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Account.account_name": {"fullname": "docusign_webforms.client.auth.oauth.Account.account_name", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account.account_name", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"fullname": "docusign_webforms.client.auth.oauth.Account.base_uri", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account.base_uri", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Account.organization": {"fullname": "docusign_webforms.client.auth.oauth.Account.organization", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Account.organization", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Link": {"fullname": "docusign_webforms.client.auth.oauth.Link", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Link", "type": "class", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Link.__init__": {"fullname": "docusign_webforms.client.auth.oauth.Link.__init__", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Link.__init__", "type": "function", "doc": "

\n", "signature": "(self, rel=None, href=None)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Link.rel": {"fullname": "docusign_webforms.client.auth.oauth.Link.rel", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Link.rel", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Link.href": {"fullname": "docusign_webforms.client.auth.oauth.Link.href", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Link.href", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Link.organization": {"fullname": "docusign_webforms.client.auth.oauth.Link.organization", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Link.organization", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"fullname": "docusign_webforms.client.auth.oauth.Link.to_indented_string", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Link.to_indented_string", "type": "function", "doc": "

Convert the given object to string with each line indented by 4\n spaces (except the first line).

\n\n
Parameters
\n\n
    \n
  • obj:
  • \n
\n\n
Returns
\n", "signature": "(self, obj)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Link.to_json": {"fullname": "docusign_webforms.client.auth.oauth.Link.to_json", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Link.to_json", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Organization": {"fullname": "docusign_webforms.client.auth.oauth.Organization", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Organization", "type": "class", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"fullname": "docusign_webforms.client.auth.oauth.Organization.__init__", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Organization.__init__", "type": "function", "doc": "

\n", "signature": "(self, organization_id=None, links=None)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"fullname": "docusign_webforms.client.auth.oauth.Organization.organization_id", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Organization.organization_id", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Organization.links": {"fullname": "docusign_webforms.client.auth.oauth.Organization.links", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Organization.links", "type": "variable", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.Organization.list": {"fullname": "docusign_webforms.client.auth.oauth.Organization.list", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Organization.list", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"fullname": "docusign_webforms.client.auth.oauth.Organization.add_links", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Organization.add_links", "type": "function", "doc": "

\n", "signature": "(self, link)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"fullname": "docusign_webforms.client.auth.oauth.Organization.to_indented_string", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "Organization.to_indented_string", "type": "function", "doc": "

\n", "signature": "(self, obj)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthToken": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken", "type": "class", "doc": "

\n"}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.__init__", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.__init__", "type": "function", "doc": "

OAuthToken - a model defined in Swagger

\n\n
Parameters
\n\n
    \n
  • dict swaggerTypes: The key is attribute name\n and the value is attribute type.
  • \n
  • dict attributeMap: The key is attribute name\n and the value is json key in definition.
  • \n
\n", "signature": "(\n self,\n access_token=None,\n data=None,\n expires_in=None,\n refresh_token=None,\n scope=None,\n token_type=None\n)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.access_token", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.access_token", "type": "variable", "doc": "

Gets the access_token of this OAuthToken.\nAccess token information.

\n\n
Returns
\n\n
\n

The access_token of this OAuthToken.

\n
\n"}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.data", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.data", "type": "variable", "doc": "

Gets the data of this OAuthToken.

\n\n
Returns
\n\n
\n

The data of this OAuthToken.

\n
\n"}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.expires_in", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.expires_in", "type": "variable", "doc": "

Gets the expires_in of this OAuthToken.

\n\n
Returns
\n\n
\n

The expires_in of this OAuthToken.

\n
\n"}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.refresh_token", "type": "variable", "doc": "

Gets the refresh_token of this OAuthToken.

\n\n
Returns
\n\n
\n

The refresh_token of this OAuthToken.

\n
\n"}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.scope", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.scope", "type": "variable", "doc": "

Gets the scope of this OAuthToken.\nMust be set to \"api\".

\n\n
Returns
\n\n
\n

The scope of this OAuthToken.

\n
\n"}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.token_type", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.token_type", "type": "variable", "doc": "

Gets the token_type of this OAuthToken.

\n\n
Returns
\n\n
\n

The token_type of this OAuthToken.

\n
\n"}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.to_dict", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"fullname": "docusign_webforms.client.auth.oauth.OAuthToken.to_str", "modulename": "docusign_webforms.client.auth.oauth", "qualname": "OAuthToken.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.client.configuration": {"fullname": "docusign_webforms.client.configuration", "modulename": "docusign_webforms.client.configuration", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.client.configuration.singleton": {"fullname": "docusign_webforms.client.configuration.singleton", "modulename": "docusign_webforms.client.configuration", "qualname": "singleton", "type": "function", "doc": "

\n", "signature": "(cls, *args, **kw)", "funcdef": "def"}, "docusign_webforms.client.configuration.Configuration": {"fullname": "docusign_webforms.client.configuration.Configuration", "modulename": "docusign_webforms.client.configuration", "qualname": "Configuration", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "docusign_webforms.models": {"fullname": "docusign_webforms.models", "modulename": "docusign_webforms.models", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.account_id": {"fullname": "docusign_webforms.models.account_id", "modulename": "docusign_webforms.models.account_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.account_id.AccountId": {"fullname": "docusign_webforms.models.account_id.AccountId", "modulename": "docusign_webforms.models.account_id", "qualname": "AccountId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.account_id.AccountId.__init__": {"fullname": "docusign_webforms.models.account_id.AccountId.__init__", "modulename": "docusign_webforms.models.account_id", "qualname": "AccountId.__init__", "type": "function", "doc": "

AccountId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"fullname": "docusign_webforms.models.account_id.AccountId.swagger_types", "modulename": "docusign_webforms.models.account_id", "qualname": "AccountId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"fullname": "docusign_webforms.models.account_id.AccountId.attribute_map", "modulename": "docusign_webforms.models.account_id", "qualname": "AccountId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.account_id.AccountId.to_dict": {"fullname": "docusign_webforms.models.account_id.AccountId.to_dict", "modulename": "docusign_webforms.models.account_id", "qualname": "AccountId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.account_id.AccountId.to_str": {"fullname": "docusign_webforms.models.account_id.AccountId.to_str", "modulename": "docusign_webforms.models.account_id", "qualname": "AccountId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.assertion_id": {"fullname": "docusign_webforms.models.assertion_id", "modulename": "docusign_webforms.models.assertion_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.assertion_id.AssertionId": {"fullname": "docusign_webforms.models.assertion_id.AssertionId", "modulename": "docusign_webforms.models.assertion_id", "qualname": "AssertionId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"fullname": "docusign_webforms.models.assertion_id.AssertionId.__init__", "modulename": "docusign_webforms.models.assertion_id", "qualname": "AssertionId.__init__", "type": "function", "doc": "

AssertionId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"fullname": "docusign_webforms.models.assertion_id.AssertionId.swagger_types", "modulename": "docusign_webforms.models.assertion_id", "qualname": "AssertionId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"fullname": "docusign_webforms.models.assertion_id.AssertionId.attribute_map", "modulename": "docusign_webforms.models.assertion_id", "qualname": "AssertionId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"fullname": "docusign_webforms.models.assertion_id.AssertionId.to_dict", "modulename": "docusign_webforms.models.assertion_id", "qualname": "AssertionId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"fullname": "docusign_webforms.models.assertion_id.AssertionId.to_str", "modulename": "docusign_webforms.models.assertion_id", "qualname": "AssertionId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.authentication_instant": {"fullname": "docusign_webforms.models.authentication_instant", "modulename": "docusign_webforms.models.authentication_instant", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"fullname": "docusign_webforms.models.authentication_instant.AuthenticationInstant", "modulename": "docusign_webforms.models.authentication_instant", "qualname": "AuthenticationInstant", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"fullname": "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__", "modulename": "docusign_webforms.models.authentication_instant", "qualname": "AuthenticationInstant.__init__", "type": "function", "doc": "

AuthenticationInstant - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"fullname": "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types", "modulename": "docusign_webforms.models.authentication_instant", "qualname": "AuthenticationInstant.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"fullname": "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map", "modulename": "docusign_webforms.models.authentication_instant", "qualname": "AuthenticationInstant.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"fullname": "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict", "modulename": "docusign_webforms.models.authentication_instant", "qualname": "AuthenticationInstant.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"fullname": "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str", "modulename": "docusign_webforms.models.authentication_instant", "qualname": "AuthenticationInstant.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.authentication_method": {"fullname": "docusign_webforms.models.authentication_method", "modulename": "docusign_webforms.models.authentication_method", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.__init__", "type": "function", "doc": "

AuthenticationMethod - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.BIOMETRIC", "type": "variable", "doc": "

\n", "default_value": " = 'Biometric'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.EMAIL", "type": "variable", "doc": "

\n", "default_value": " = 'Email'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.HTTPBASICAUTH", "type": "variable", "doc": "

\n", "default_value": " = 'HTTPBasicAuth'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.KERBEROS", "type": "variable", "doc": "

\n", "default_value": " = 'Kerberos'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.KNOWLEDGEBASEDAUTH", "type": "variable", "doc": "

\n", "default_value": " = 'KnowledgeBasedAuth'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.NONE", "type": "variable", "doc": "

\n", "default_value": " = 'None'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.PAPERDOCUMENTS", "type": "variable", "doc": "

\n", "default_value": " = 'PaperDocuments'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.PASSWORD", "type": "variable", "doc": "

\n", "default_value": " = 'Password'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.RSASECUREID", "type": "variable", "doc": "

\n", "default_value": " = 'RSASecureID'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SINGLESIGNON_CASITEMINDER", "type": "variable", "doc": "

\n", "default_value": " = 'SingleSignOn_CASiteminder'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SINGLESIGNON_INFOCARD", "type": "variable", "doc": "

\n", "default_value": " = 'SingleSignOn_InfoCard'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY", "type": "variable", "doc": "

\n", "default_value": " = 'SingleSignOn_MicrosoftActiveDirectory'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SINGLESIGNON_OTHER", "type": "variable", "doc": "

\n", "default_value": " = 'SingleSignOn_Other'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SINGLESIGNON_PASSPORT", "type": "variable", "doc": "

\n", "default_value": " = 'SingleSignOn_Passport'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SINGLESIGNON_SAML", "type": "variable", "doc": "

\n", "default_value": " = 'SingleSignOn_SAML'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SMARTCARD", "type": "variable", "doc": "

\n", "default_value": " = 'Smartcard'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.SSLMUTUALAUTH", "type": "variable", "doc": "

\n", "default_value": " = 'SSLMutualAuth'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.X509CERTIFICATE", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'X509Certificate'"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"fullname": "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str", "modulename": "docusign_webforms.models.authentication_method", "qualname": "AuthenticationMethod.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.brand_id": {"fullname": "docusign_webforms.models.brand_id", "modulename": "docusign_webforms.models.brand_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.brand_id.BrandId": {"fullname": "docusign_webforms.models.brand_id.BrandId", "modulename": "docusign_webforms.models.brand_id", "qualname": "BrandId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.brand_id.BrandId.__init__": {"fullname": "docusign_webforms.models.brand_id.BrandId.__init__", "modulename": "docusign_webforms.models.brand_id", "qualname": "BrandId.__init__", "type": "function", "doc": "

BrandId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"fullname": "docusign_webforms.models.brand_id.BrandId.swagger_types", "modulename": "docusign_webforms.models.brand_id", "qualname": "BrandId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"fullname": "docusign_webforms.models.brand_id.BrandId.attribute_map", "modulename": "docusign_webforms.models.brand_id", "qualname": "BrandId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"fullname": "docusign_webforms.models.brand_id.BrandId.to_dict", "modulename": "docusign_webforms.models.brand_id", "qualname": "BrandId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.brand_id.BrandId.to_str": {"fullname": "docusign_webforms.models.brand_id.BrandId.to_str", "modulename": "docusign_webforms.models.brand_id", "qualname": "BrandId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.client_user_id": {"fullname": "docusign_webforms.models.client_user_id", "modulename": "docusign_webforms.models.client_user_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.client_user_id.ClientUserId": {"fullname": "docusign_webforms.models.client_user_id.ClientUserId", "modulename": "docusign_webforms.models.client_user_id", "qualname": "ClientUserId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"fullname": "docusign_webforms.models.client_user_id.ClientUserId.__init__", "modulename": "docusign_webforms.models.client_user_id", "qualname": "ClientUserId.__init__", "type": "function", "doc": "

ClientUserId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"fullname": "docusign_webforms.models.client_user_id.ClientUserId.swagger_types", "modulename": "docusign_webforms.models.client_user_id", "qualname": "ClientUserId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"fullname": "docusign_webforms.models.client_user_id.ClientUserId.attribute_map", "modulename": "docusign_webforms.models.client_user_id", "qualname": "ClientUserId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"fullname": "docusign_webforms.models.client_user_id.ClientUserId.to_dict", "modulename": "docusign_webforms.models.client_user_id", "qualname": "ClientUserId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"fullname": "docusign_webforms.models.client_user_id.ClientUserId.to_str", "modulename": "docusign_webforms.models.client_user_id", "qualname": "ClientUserId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.component_key": {"fullname": "docusign_webforms.models.component_key", "modulename": "docusign_webforms.models.component_key", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.component_key.ComponentKey": {"fullname": "docusign_webforms.models.component_key.ComponentKey", "modulename": "docusign_webforms.models.component_key", "qualname": "ComponentKey", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"fullname": "docusign_webforms.models.component_key.ComponentKey.__init__", "modulename": "docusign_webforms.models.component_key", "qualname": "ComponentKey.__init__", "type": "function", "doc": "

ComponentKey - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"fullname": "docusign_webforms.models.component_key.ComponentKey.swagger_types", "modulename": "docusign_webforms.models.component_key", "qualname": "ComponentKey.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"fullname": "docusign_webforms.models.component_key.ComponentKey.attribute_map", "modulename": "docusign_webforms.models.component_key", "qualname": "ComponentKey.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"fullname": "docusign_webforms.models.component_key.ComponentKey.to_dict", "modulename": "docusign_webforms.models.component_key", "qualname": "ComponentKey.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"fullname": "docusign_webforms.models.component_key.ComponentKey.to_str", "modulename": "docusign_webforms.models.component_key", "qualname": "ComponentKey.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.count": {"fullname": "docusign_webforms.models.count", "modulename": "docusign_webforms.models.count", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.count.Count": {"fullname": "docusign_webforms.models.count.Count", "modulename": "docusign_webforms.models.count", "qualname": "Count", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.count.Count.__init__": {"fullname": "docusign_webforms.models.count.Count.__init__", "modulename": "docusign_webforms.models.count", "qualname": "Count.__init__", "type": "function", "doc": "

Count - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.count.Count.swagger_types": {"fullname": "docusign_webforms.models.count.Count.swagger_types", "modulename": "docusign_webforms.models.count", "qualname": "Count.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.count.Count.attribute_map": {"fullname": "docusign_webforms.models.count.Count.attribute_map", "modulename": "docusign_webforms.models.count", "qualname": "Count.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.count.Count.to_dict": {"fullname": "docusign_webforms.models.count.Count.to_dict", "modulename": "docusign_webforms.models.count", "qualname": "Count.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.count.Count.to_str": {"fullname": "docusign_webforms.models.count.Count.to_str", "modulename": "docusign_webforms.models.count", "qualname": "Count.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.create_instance_request_body": {"fullname": "docusign_webforms.models.create_instance_request_body", "modulename": "docusign_webforms.models.create_instance_request_body", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.__init__", "type": "function", "doc": "

CreateInstanceRequestBody - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'form_values': 'WebFormValues', 'client_user_id': 'str', 'authentication_instant': 'datetime', 'authentication_method': 'AuthenticationMethod', 'assertion_id': 'str', 'security_domain': 'str', 'return_url': 'str', 'expiration_offset': 'int', 'tags': 'list[str]'}"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'form_values': 'formValues', 'client_user_id': 'clientUserId', 'authentication_instant': 'authenticationInstant', 'authentication_method': 'authenticationMethod', 'assertion_id': 'assertionId', 'security_domain': 'securityDomain', 'return_url': 'returnUrl', 'expiration_offset': 'expirationOffset', 'tags': 'tags'}"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.form_values", "type": "variable", "doc": "

Gets the form_values of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The form_values of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.client_user_id", "type": "variable", "doc": "

Gets the client_user_id of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The client_user_id of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.authentication_instant", "type": "variable", "doc": "

Gets the authentication_instant of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The authentication_instant of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.authentication_method", "type": "variable", "doc": "

Gets the authentication_method of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The authentication_method of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.assertion_id", "type": "variable", "doc": "

Gets the assertion_id of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The assertion_id of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.security_domain", "type": "variable", "doc": "

Gets the security_domain of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The security_domain of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.return_url", "type": "variable", "doc": "

Gets the return_url of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The return_url of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.expiration_offset", "type": "variable", "doc": "

Gets the expiration_offset of this CreateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The expiration_offset of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.tags", "type": "variable", "doc": "

Gets the tags of this CreateInstanceRequestBody. # noqa: E501

\n\n

List of tags provided by the user with each request. This field is optional. # noqa: E501

\n\n
Returns
\n\n
\n

The tags of this CreateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"fullname": "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str", "modulename": "docusign_webforms.models.create_instance_request_body", "qualname": "CreateInstanceRequestBody.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.created_date_time": {"fullname": "docusign_webforms.models.created_date_time", "modulename": "docusign_webforms.models.created_date_time", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"fullname": "docusign_webforms.models.created_date_time.CreatedDateTime", "modulename": "docusign_webforms.models.created_date_time", "qualname": "CreatedDateTime", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"fullname": "docusign_webforms.models.created_date_time.CreatedDateTime.__init__", "modulename": "docusign_webforms.models.created_date_time", "qualname": "CreatedDateTime.__init__", "type": "function", "doc": "

CreatedDateTime - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"fullname": "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types", "modulename": "docusign_webforms.models.created_date_time", "qualname": "CreatedDateTime.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"fullname": "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map", "modulename": "docusign_webforms.models.created_date_time", "qualname": "CreatedDateTime.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"fullname": "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict", "modulename": "docusign_webforms.models.created_date_time", "qualname": "CreatedDateTime.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"fullname": "docusign_webforms.models.created_date_time.CreatedDateTime.to_str", "modulename": "docusign_webforms.models.created_date_time", "qualname": "CreatedDateTime.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.envelope_id": {"fullname": "docusign_webforms.models.envelope_id", "modulename": "docusign_webforms.models.envelope_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.envelope_id.EnvelopeId": {"fullname": "docusign_webforms.models.envelope_id.EnvelopeId", "modulename": "docusign_webforms.models.envelope_id", "qualname": "EnvelopeId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"fullname": "docusign_webforms.models.envelope_id.EnvelopeId.__init__", "modulename": "docusign_webforms.models.envelope_id", "qualname": "EnvelopeId.__init__", "type": "function", "doc": "

EnvelopeId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"fullname": "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types", "modulename": "docusign_webforms.models.envelope_id", "qualname": "EnvelopeId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"fullname": "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map", "modulename": "docusign_webforms.models.envelope_id", "qualname": "EnvelopeId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"fullname": "docusign_webforms.models.envelope_id.EnvelopeId.to_dict", "modulename": "docusign_webforms.models.envelope_id", "qualname": "EnvelopeId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"fullname": "docusign_webforms.models.envelope_id.EnvelopeId.to_str", "modulename": "docusign_webforms.models.envelope_id", "qualname": "EnvelopeId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.expiration_date_time": {"fullname": "docusign_webforms.models.expiration_date_time", "modulename": "docusign_webforms.models.expiration_date_time", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"fullname": "docusign_webforms.models.expiration_date_time.ExpirationDateTime", "modulename": "docusign_webforms.models.expiration_date_time", "qualname": "ExpirationDateTime", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"fullname": "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__", "modulename": "docusign_webforms.models.expiration_date_time", "qualname": "ExpirationDateTime.__init__", "type": "function", "doc": "

ExpirationDateTime - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"fullname": "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types", "modulename": "docusign_webforms.models.expiration_date_time", "qualname": "ExpirationDateTime.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"fullname": "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map", "modulename": "docusign_webforms.models.expiration_date_time", "qualname": "ExpirationDateTime.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"fullname": "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict", "modulename": "docusign_webforms.models.expiration_date_time", "qualname": "ExpirationDateTime.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"fullname": "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str", "modulename": "docusign_webforms.models.expiration_date_time", "qualname": "ExpirationDateTime.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.expiration_offset": {"fullname": "docusign_webforms.models.expiration_offset", "modulename": "docusign_webforms.models.expiration_offset", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"fullname": "docusign_webforms.models.expiration_offset.ExpirationOffset", "modulename": "docusign_webforms.models.expiration_offset", "qualname": "ExpirationOffset", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"fullname": "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__", "modulename": "docusign_webforms.models.expiration_offset", "qualname": "ExpirationOffset.__init__", "type": "function", "doc": "

ExpirationOffset - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"fullname": "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types", "modulename": "docusign_webforms.models.expiration_offset", "qualname": "ExpirationOffset.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"fullname": "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map", "modulename": "docusign_webforms.models.expiration_offset", "qualname": "ExpirationOffset.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"fullname": "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict", "modulename": "docusign_webforms.models.expiration_offset", "qualname": "ExpirationOffset.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"fullname": "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str", "modulename": "docusign_webforms.models.expiration_offset", "qualname": "ExpirationOffset.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.form_sort_by": {"fullname": "docusign_webforms.models.form_sort_by", "modulename": "docusign_webforms.models.form_sort_by", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.form_sort_by.FormSortBy": {"fullname": "docusign_webforms.models.form_sort_by.FormSortBy", "modulename": "docusign_webforms.models.form_sort_by", "qualname": "FormSortBy", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"fullname": "docusign_webforms.models.form_sort_by.FormSortBy.__init__", "modulename": "docusign_webforms.models.form_sort_by", "qualname": "FormSortBy.__init__", "type": "function", "doc": "

FormSortBy - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"fullname": "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types", "modulename": "docusign_webforms.models.form_sort_by", "qualname": "FormSortBy.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"fullname": "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map", "modulename": "docusign_webforms.models.form_sort_by", "qualname": "FormSortBy.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"fullname": "docusign_webforms.models.form_sort_by.FormSortBy.to_dict", "modulename": "docusign_webforms.models.form_sort_by", "qualname": "FormSortBy.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"fullname": "docusign_webforms.models.form_sort_by.FormSortBy.to_str", "modulename": "docusign_webforms.models.form_sort_by", "qualname": "FormSortBy.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.form_url": {"fullname": "docusign_webforms.models.form_url", "modulename": "docusign_webforms.models.form_url", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.form_url.FormUrl": {"fullname": "docusign_webforms.models.form_url.FormUrl", "modulename": "docusign_webforms.models.form_url", "qualname": "FormUrl", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.form_url.FormUrl.__init__": {"fullname": "docusign_webforms.models.form_url.FormUrl.__init__", "modulename": "docusign_webforms.models.form_url", "qualname": "FormUrl.__init__", "type": "function", "doc": "

FormUrl - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"fullname": "docusign_webforms.models.form_url.FormUrl.swagger_types", "modulename": "docusign_webforms.models.form_url", "qualname": "FormUrl.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"fullname": "docusign_webforms.models.form_url.FormUrl.attribute_map", "modulename": "docusign_webforms.models.form_url", "qualname": "FormUrl.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"fullname": "docusign_webforms.models.form_url.FormUrl.to_dict", "modulename": "docusign_webforms.models.form_url", "qualname": "FormUrl.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.form_url.FormUrl.to_str": {"fullname": "docusign_webforms.models.form_url.FormUrl.to_str", "modulename": "docusign_webforms.models.form_url", "qualname": "FormUrl.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.guid": {"fullname": "docusign_webforms.models.guid", "modulename": "docusign_webforms.models.guid", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.guid.Guid": {"fullname": "docusign_webforms.models.guid.Guid", "modulename": "docusign_webforms.models.guid", "qualname": "Guid", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.guid.Guid.__init__": {"fullname": "docusign_webforms.models.guid.Guid.__init__", "modulename": "docusign_webforms.models.guid", "qualname": "Guid.__init__", "type": "function", "doc": "

Guid - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.guid.Guid.swagger_types": {"fullname": "docusign_webforms.models.guid.Guid.swagger_types", "modulename": "docusign_webforms.models.guid", "qualname": "Guid.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.guid.Guid.attribute_map": {"fullname": "docusign_webforms.models.guid.Guid.attribute_map", "modulename": "docusign_webforms.models.guid", "qualname": "Guid.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.guid.Guid.to_dict": {"fullname": "docusign_webforms.models.guid.Guid.to_dict", "modulename": "docusign_webforms.models.guid", "qualname": "Guid.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.guid.Guid.to_str": {"fullname": "docusign_webforms.models.guid.Guid.to_str", "modulename": "docusign_webforms.models.guid", "qualname": "Guid.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.http_error": {"fullname": "docusign_webforms.models.http_error", "modulename": "docusign_webforms.models.http_error", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.http_error.HttpError": {"fullname": "docusign_webforms.models.http_error.HttpError", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.http_error.HttpError.__init__": {"fullname": "docusign_webforms.models.http_error.HttpError.__init__", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError.__init__", "type": "function", "doc": "

HttpError - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"fullname": "docusign_webforms.models.http_error.HttpError.swagger_types", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'error_code': 'str', 'message': 'str'}"}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"fullname": "docusign_webforms.models.http_error.HttpError.attribute_map", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'error_code': 'errorCode', 'message': 'message'}"}, "docusign_webforms.models.http_error.HttpError.error_code": {"fullname": "docusign_webforms.models.http_error.HttpError.error_code", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError.error_code", "type": "variable", "doc": "

Gets the error_code of this HttpError. # noqa: E501

\n\n

A granular, human and computer readable code indicating more deeply what error occurred. # noqa: E501

\n\n
Returns
\n\n
\n

The error_code of this HttpError. # noqa: E501

\n
\n"}, "docusign_webforms.models.http_error.HttpError.message": {"fullname": "docusign_webforms.models.http_error.HttpError.message", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError.message", "type": "variable", "doc": "

Gets the message of this HttpError. # noqa: E501

\n\n

A human-readable description of the error, meant for developers to store for their review. # noqa: E501

\n\n
Returns
\n\n
\n

The message of this HttpError. # noqa: E501

\n
\n"}, "docusign_webforms.models.http_error.HttpError.to_dict": {"fullname": "docusign_webforms.models.http_error.HttpError.to_dict", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.http_error.HttpError.to_str": {"fullname": "docusign_webforms.models.http_error.HttpError.to_str", "modulename": "docusign_webforms.models.http_error", "qualname": "HttpError.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.http_success": {"fullname": "docusign_webforms.models.http_success", "modulename": "docusign_webforms.models.http_success", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.http_success.HttpSuccess": {"fullname": "docusign_webforms.models.http_success.HttpSuccess", "modulename": "docusign_webforms.models.http_success", "qualname": "HttpSuccess", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"fullname": "docusign_webforms.models.http_success.HttpSuccess.__init__", "modulename": "docusign_webforms.models.http_success", "qualname": "HttpSuccess.__init__", "type": "function", "doc": "

HttpSuccess - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"fullname": "docusign_webforms.models.http_success.HttpSuccess.swagger_types", "modulename": "docusign_webforms.models.http_success", "qualname": "HttpSuccess.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'status': 'str'}"}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"fullname": "docusign_webforms.models.http_success.HttpSuccess.attribute_map", "modulename": "docusign_webforms.models.http_success", "qualname": "HttpSuccess.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'status': 'status'}"}, "docusign_webforms.models.http_success.HttpSuccess.status": {"fullname": "docusign_webforms.models.http_success.HttpSuccess.status", "modulename": "docusign_webforms.models.http_success", "qualname": "HttpSuccess.status", "type": "variable", "doc": "

Gets the status of this HttpSuccess. # noqa: E501

\n\n
Returns
\n\n
\n

The status of this HttpSuccess. # noqa: E501

\n
\n"}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"fullname": "docusign_webforms.models.http_success.HttpSuccess.to_dict", "modulename": "docusign_webforms.models.http_success", "qualname": "HttpSuccess.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"fullname": "docusign_webforms.models.http_success.HttpSuccess.to_str", "modulename": "docusign_webforms.models.http_success", "qualname": "HttpSuccess.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_id": {"fullname": "docusign_webforms.models.instance_id", "modulename": "docusign_webforms.models.instance_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.instance_id.InstanceId": {"fullname": "docusign_webforms.models.instance_id.InstanceId", "modulename": "docusign_webforms.models.instance_id", "qualname": "InstanceId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"fullname": "docusign_webforms.models.instance_id.InstanceId.__init__", "modulename": "docusign_webforms.models.instance_id", "qualname": "InstanceId.__init__", "type": "function", "doc": "

InstanceId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"fullname": "docusign_webforms.models.instance_id.InstanceId.swagger_types", "modulename": "docusign_webforms.models.instance_id", "qualname": "InstanceId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"fullname": "docusign_webforms.models.instance_id.InstanceId.attribute_map", "modulename": "docusign_webforms.models.instance_id", "qualname": "InstanceId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"fullname": "docusign_webforms.models.instance_id.InstanceId.to_dict", "modulename": "docusign_webforms.models.instance_id", "qualname": "InstanceId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"fullname": "docusign_webforms.models.instance_id.InstanceId.to_str", "modulename": "docusign_webforms.models.instance_id", "qualname": "InstanceId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_source": {"fullname": "docusign_webforms.models.instance_source", "modulename": "docusign_webforms.models.instance_source", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.instance_source.InstanceSource": {"fullname": "docusign_webforms.models.instance_source.InstanceSource", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.__init__", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.__init__", "type": "function", "doc": "

InstanceSource - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.PUBLIC_URL", "type": "variable", "doc": "

\n", "default_value": " = 'PUBLIC_URL'"}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.API_EMBEDDED", "type": "variable", "doc": "

\n", "default_value": " = 'API_EMBEDDED'"}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.API_REMOTE", "type": "variable", "doc": "

\n", "default_value": " = 'API_REMOTE'"}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.UI_REMOTE", "type": "variable", "doc": "

\n", "default_value": " = 'UI_REMOTE'"}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.WORKFLOW", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'WORKFLOW'"}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.swagger_types", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.attribute_map", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.to_dict", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"fullname": "docusign_webforms.models.instance_source.InstanceSource.to_str", "modulename": "docusign_webforms.models.instance_source", "qualname": "InstanceSource.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_status": {"fullname": "docusign_webforms.models.instance_status", "modulename": "docusign_webforms.models.instance_status", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.instance_status.InstanceStatus": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.__init__", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.__init__", "type": "function", "doc": "

InstanceStatus - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.INITIATED", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.INITIATED", "type": "variable", "doc": "

\n", "default_value": " = 'INITIATED'"}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.IN_PROGRESS", "type": "variable", "doc": "

\n", "default_value": " = 'IN_PROGRESS'"}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.SUBMITTED", "type": "variable", "doc": "

\n", "default_value": " = 'SUBMITTED'"}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.EXPIRED", "type": "variable", "doc": "

\n", "default_value": " = 'EXPIRED'"}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.FAILED", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.FAILED", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'FAILED'"}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.swagger_types", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.attribute_map", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.to_dict", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"fullname": "docusign_webforms.models.instance_status.InstanceStatus.to_str", "modulename": "docusign_webforms.models.instance_status", "qualname": "InstanceStatus.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_token": {"fullname": "docusign_webforms.models.instance_token", "modulename": "docusign_webforms.models.instance_token", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.instance_token.InstanceToken": {"fullname": "docusign_webforms.models.instance_token.InstanceToken", "modulename": "docusign_webforms.models.instance_token", "qualname": "InstanceToken", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"fullname": "docusign_webforms.models.instance_token.InstanceToken.__init__", "modulename": "docusign_webforms.models.instance_token", "qualname": "InstanceToken.__init__", "type": "function", "doc": "

InstanceToken - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"fullname": "docusign_webforms.models.instance_token.InstanceToken.swagger_types", "modulename": "docusign_webforms.models.instance_token", "qualname": "InstanceToken.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"fullname": "docusign_webforms.models.instance_token.InstanceToken.attribute_map", "modulename": "docusign_webforms.models.instance_token", "qualname": "InstanceToken.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"fullname": "docusign_webforms.models.instance_token.InstanceToken.to_dict", "modulename": "docusign_webforms.models.instance_token", "qualname": "InstanceToken.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"fullname": "docusign_webforms.models.instance_token.InstanceToken.to_str", "modulename": "docusign_webforms.models.instance_token", "qualname": "InstanceToken.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.is_private_access": {"fullname": "docusign_webforms.models.is_private_access", "modulename": "docusign_webforms.models.is_private_access", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"fullname": "docusign_webforms.models.is_private_access.IsPrivateAccess", "modulename": "docusign_webforms.models.is_private_access", "qualname": "IsPrivateAccess", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"fullname": "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__", "modulename": "docusign_webforms.models.is_private_access", "qualname": "IsPrivateAccess.__init__", "type": "function", "doc": "

IsPrivateAccess - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"fullname": "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types", "modulename": "docusign_webforms.models.is_private_access", "qualname": "IsPrivateAccess.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"fullname": "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map", "modulename": "docusign_webforms.models.is_private_access", "qualname": "IsPrivateAccess.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"fullname": "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict", "modulename": "docusign_webforms.models.is_private_access", "qualname": "IsPrivateAccess.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"fullname": "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str", "modulename": "docusign_webforms.models.is_private_access", "qualname": "IsPrivateAccess.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.is_published": {"fullname": "docusign_webforms.models.is_published", "modulename": "docusign_webforms.models.is_published", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.is_published.IsPublished": {"fullname": "docusign_webforms.models.is_published.IsPublished", "modulename": "docusign_webforms.models.is_published", "qualname": "IsPublished", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.is_published.IsPublished.__init__": {"fullname": "docusign_webforms.models.is_published.IsPublished.__init__", "modulename": "docusign_webforms.models.is_published", "qualname": "IsPublished.__init__", "type": "function", "doc": "

IsPublished - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"fullname": "docusign_webforms.models.is_published.IsPublished.swagger_types", "modulename": "docusign_webforms.models.is_published", "qualname": "IsPublished.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"fullname": "docusign_webforms.models.is_published.IsPublished.attribute_map", "modulename": "docusign_webforms.models.is_published", "qualname": "IsPublished.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"fullname": "docusign_webforms.models.is_published.IsPublished.to_dict", "modulename": "docusign_webforms.models.is_published", "qualname": "IsPublished.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.is_published.IsPublished.to_str": {"fullname": "docusign_webforms.models.is_published.IsPublished.to_str", "modulename": "docusign_webforms.models.is_published", "qualname": "IsPublished.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.is_standalone": {"fullname": "docusign_webforms.models.is_standalone", "modulename": "docusign_webforms.models.is_standalone", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.is_standalone.IsStandalone": {"fullname": "docusign_webforms.models.is_standalone.IsStandalone", "modulename": "docusign_webforms.models.is_standalone", "qualname": "IsStandalone", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"fullname": "docusign_webforms.models.is_standalone.IsStandalone.__init__", "modulename": "docusign_webforms.models.is_standalone", "qualname": "IsStandalone.__init__", "type": "function", "doc": "

IsStandalone - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"fullname": "docusign_webforms.models.is_standalone.IsStandalone.swagger_types", "modulename": "docusign_webforms.models.is_standalone", "qualname": "IsStandalone.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"fullname": "docusign_webforms.models.is_standalone.IsStandalone.attribute_map", "modulename": "docusign_webforms.models.is_standalone", "qualname": "IsStandalone.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"fullname": "docusign_webforms.models.is_standalone.IsStandalone.to_dict", "modulename": "docusign_webforms.models.is_standalone", "qualname": "IsStandalone.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"fullname": "docusign_webforms.models.is_standalone.IsStandalone.to_str", "modulename": "docusign_webforms.models.is_standalone", "qualname": "IsStandalone.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.last_modified_date_time": {"fullname": "docusign_webforms.models.last_modified_date_time", "modulename": "docusign_webforms.models.last_modified_date_time", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"fullname": "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime", "modulename": "docusign_webforms.models.last_modified_date_time", "qualname": "LastModifiedDateTime", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"fullname": "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__", "modulename": "docusign_webforms.models.last_modified_date_time", "qualname": "LastModifiedDateTime.__init__", "type": "function", "doc": "

LastModifiedDateTime - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"fullname": "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types", "modulename": "docusign_webforms.models.last_modified_date_time", "qualname": "LastModifiedDateTime.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"fullname": "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map", "modulename": "docusign_webforms.models.last_modified_date_time", "qualname": "LastModifiedDateTime.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"fullname": "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict", "modulename": "docusign_webforms.models.last_modified_date_time", "qualname": "LastModifiedDateTime.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"fullname": "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str", "modulename": "docusign_webforms.models.last_modified_date_time", "qualname": "LastModifiedDateTime.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.model_date_time": {"fullname": "docusign_webforms.models.model_date_time", "modulename": "docusign_webforms.models.model_date_time", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.model_date_time.ModelDateTime": {"fullname": "docusign_webforms.models.model_date_time.ModelDateTime", "modulename": "docusign_webforms.models.model_date_time", "qualname": "ModelDateTime", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"fullname": "docusign_webforms.models.model_date_time.ModelDateTime.__init__", "modulename": "docusign_webforms.models.model_date_time", "qualname": "ModelDateTime.__init__", "type": "function", "doc": "

ModelDateTime - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"fullname": "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types", "modulename": "docusign_webforms.models.model_date_time", "qualname": "ModelDateTime.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"fullname": "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map", "modulename": "docusign_webforms.models.model_date_time", "qualname": "ModelDateTime.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"fullname": "docusign_webforms.models.model_date_time.ModelDateTime.to_dict", "modulename": "docusign_webforms.models.model_date_time", "qualname": "ModelDateTime.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"fullname": "docusign_webforms.models.model_date_time.ModelDateTime.to_str", "modulename": "docusign_webforms.models.model_date_time", "qualname": "ModelDateTime.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.return_url": {"fullname": "docusign_webforms.models.return_url", "modulename": "docusign_webforms.models.return_url", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.return_url.ReturnUrl": {"fullname": "docusign_webforms.models.return_url.ReturnUrl", "modulename": "docusign_webforms.models.return_url", "qualname": "ReturnUrl", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"fullname": "docusign_webforms.models.return_url.ReturnUrl.__init__", "modulename": "docusign_webforms.models.return_url", "qualname": "ReturnUrl.__init__", "type": "function", "doc": "

ReturnUrl - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"fullname": "docusign_webforms.models.return_url.ReturnUrl.swagger_types", "modulename": "docusign_webforms.models.return_url", "qualname": "ReturnUrl.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"fullname": "docusign_webforms.models.return_url.ReturnUrl.attribute_map", "modulename": "docusign_webforms.models.return_url", "qualname": "ReturnUrl.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"fullname": "docusign_webforms.models.return_url.ReturnUrl.to_dict", "modulename": "docusign_webforms.models.return_url", "qualname": "ReturnUrl.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"fullname": "docusign_webforms.models.return_url.ReturnUrl.to_str", "modulename": "docusign_webforms.models.return_url", "qualname": "ReturnUrl.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.search_text": {"fullname": "docusign_webforms.models.search_text", "modulename": "docusign_webforms.models.search_text", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.search_text.SearchText": {"fullname": "docusign_webforms.models.search_text.SearchText", "modulename": "docusign_webforms.models.search_text", "qualname": "SearchText", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.search_text.SearchText.__init__": {"fullname": "docusign_webforms.models.search_text.SearchText.__init__", "modulename": "docusign_webforms.models.search_text", "qualname": "SearchText.__init__", "type": "function", "doc": "

SearchText - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"fullname": "docusign_webforms.models.search_text.SearchText.swagger_types", "modulename": "docusign_webforms.models.search_text", "qualname": "SearchText.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"fullname": "docusign_webforms.models.search_text.SearchText.attribute_map", "modulename": "docusign_webforms.models.search_text", "qualname": "SearchText.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.search_text.SearchText.to_dict": {"fullname": "docusign_webforms.models.search_text.SearchText.to_dict", "modulename": "docusign_webforms.models.search_text", "qualname": "SearchText.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.search_text.SearchText.to_str": {"fullname": "docusign_webforms.models.search_text.SearchText.to_str", "modulename": "docusign_webforms.models.search_text", "qualname": "SearchText.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.security_domain": {"fullname": "docusign_webforms.models.security_domain", "modulename": "docusign_webforms.models.security_domain", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.security_domain.SecurityDomain": {"fullname": "docusign_webforms.models.security_domain.SecurityDomain", "modulename": "docusign_webforms.models.security_domain", "qualname": "SecurityDomain", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"fullname": "docusign_webforms.models.security_domain.SecurityDomain.__init__", "modulename": "docusign_webforms.models.security_domain", "qualname": "SecurityDomain.__init__", "type": "function", "doc": "

SecurityDomain - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"fullname": "docusign_webforms.models.security_domain.SecurityDomain.swagger_types", "modulename": "docusign_webforms.models.security_domain", "qualname": "SecurityDomain.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"fullname": "docusign_webforms.models.security_domain.SecurityDomain.attribute_map", "modulename": "docusign_webforms.models.security_domain", "qualname": "SecurityDomain.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"fullname": "docusign_webforms.models.security_domain.SecurityDomain.to_dict", "modulename": "docusign_webforms.models.security_domain", "qualname": "SecurityDomain.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"fullname": "docusign_webforms.models.security_domain.SecurityDomain.to_str", "modulename": "docusign_webforms.models.security_domain", "qualname": "SecurityDomain.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.source": {"fullname": "docusign_webforms.models.source", "modulename": "docusign_webforms.models.source", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.source.Source": {"fullname": "docusign_webforms.models.source.Source", "modulename": "docusign_webforms.models.source", "qualname": "Source", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.source.Source.__init__": {"fullname": "docusign_webforms.models.source.Source.__init__", "modulename": "docusign_webforms.models.source", "qualname": "Source.__init__", "type": "function", "doc": "

Source - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"fullname": "docusign_webforms.models.source.Source.PUBLIC_URL", "modulename": "docusign_webforms.models.source", "qualname": "Source.PUBLIC_URL", "type": "variable", "doc": "

\n", "default_value": " = 'PUBLIC_URL'"}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"fullname": "docusign_webforms.models.source.Source.API_EMBEDDED", "modulename": "docusign_webforms.models.source", "qualname": "Source.API_EMBEDDED", "type": "variable", "doc": "

\n", "default_value": " = 'API_EMBEDDED'"}, "docusign_webforms.models.source.Source.API_REMOTE": {"fullname": "docusign_webforms.models.source.Source.API_REMOTE", "modulename": "docusign_webforms.models.source", "qualname": "Source.API_REMOTE", "type": "variable", "doc": "

\n", "default_value": " = 'API_REMOTE'"}, "docusign_webforms.models.source.Source.UI_REMOTE": {"fullname": "docusign_webforms.models.source.Source.UI_REMOTE", "modulename": "docusign_webforms.models.source", "qualname": "Source.UI_REMOTE", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'UI_REMOTE'"}, "docusign_webforms.models.source.Source.swagger_types": {"fullname": "docusign_webforms.models.source.Source.swagger_types", "modulename": "docusign_webforms.models.source", "qualname": "Source.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.source.Source.attribute_map": {"fullname": "docusign_webforms.models.source.Source.attribute_map", "modulename": "docusign_webforms.models.source", "qualname": "Source.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.source.Source.to_dict": {"fullname": "docusign_webforms.models.source.Source.to_dict", "modulename": "docusign_webforms.models.source", "qualname": "Source.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.source.Source.to_str": {"fullname": "docusign_webforms.models.source.Source.to_str", "modulename": "docusign_webforms.models.source", "qualname": "Source.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.start_position": {"fullname": "docusign_webforms.models.start_position", "modulename": "docusign_webforms.models.start_position", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.start_position.StartPosition": {"fullname": "docusign_webforms.models.start_position.StartPosition", "modulename": "docusign_webforms.models.start_position", "qualname": "StartPosition", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.start_position.StartPosition.__init__": {"fullname": "docusign_webforms.models.start_position.StartPosition.__init__", "modulename": "docusign_webforms.models.start_position", "qualname": "StartPosition.__init__", "type": "function", "doc": "

StartPosition - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"fullname": "docusign_webforms.models.start_position.StartPosition.swagger_types", "modulename": "docusign_webforms.models.start_position", "qualname": "StartPosition.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"fullname": "docusign_webforms.models.start_position.StartPosition.attribute_map", "modulename": "docusign_webforms.models.start_position", "qualname": "StartPosition.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"fullname": "docusign_webforms.models.start_position.StartPosition.to_dict", "modulename": "docusign_webforms.models.start_position", "qualname": "StartPosition.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.start_position.StartPosition.to_str": {"fullname": "docusign_webforms.models.start_position.StartPosition.to_str", "modulename": "docusign_webforms.models.start_position", "qualname": "StartPosition.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.tags": {"fullname": "docusign_webforms.models.tags", "modulename": "docusign_webforms.models.tags", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.tags.Tags": {"fullname": "docusign_webforms.models.tags.Tags", "modulename": "docusign_webforms.models.tags", "qualname": "Tags", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.tags.Tags.__init__": {"fullname": "docusign_webforms.models.tags.Tags.__init__", "modulename": "docusign_webforms.models.tags", "qualname": "Tags.__init__", "type": "function", "doc": "

Tags - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.tags.Tags.swagger_types": {"fullname": "docusign_webforms.models.tags.Tags.swagger_types", "modulename": "docusign_webforms.models.tags", "qualname": "Tags.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.tags.Tags.attribute_map": {"fullname": "docusign_webforms.models.tags.Tags.attribute_map", "modulename": "docusign_webforms.models.tags", "qualname": "Tags.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.tags.Tags.to_dict": {"fullname": "docusign_webforms.models.tags.Tags.to_dict", "modulename": "docusign_webforms.models.tags", "qualname": "Tags.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.tags.Tags.to_str": {"fullname": "docusign_webforms.models.tags.Tags.to_str", "modulename": "docusign_webforms.models.tags", "qualname": "Tags.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.template_properties": {"fullname": "docusign_webforms.models.template_properties", "modulename": "docusign_webforms.models.template_properties", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.template_properties.TemplateProperties": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.__init__", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.__init__", "type": "function", "doc": "

TemplateProperties - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.swagger_types", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'original_template_id': 'str', 'cloned_template_id': 'str', 'imported_date_time': 'datetime', 'recipient_ids': 'list[str]'}"}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.attribute_map", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'original_template_id': 'originalTemplateId', 'cloned_template_id': 'clonedTemplateId', 'imported_date_time': 'importedDateTime', 'recipient_ids': 'recipientIds'}"}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.original_template_id", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.original_template_id", "type": "variable", "doc": "

Gets the original_template_id of this TemplateProperties. # noqa: E501

\n\n

Template identifier for original Template that is used by the DocuSign Template API. # noqa: E501

\n\n
Returns
\n\n
\n

The original_template_id of this TemplateProperties. # noqa: E501

\n
\n"}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.cloned_template_id", "type": "variable", "doc": "

Gets the cloned_template_id of this TemplateProperties. # noqa: E501

\n\n

Template identifier for cloned Template that is used by the DocuSign Template API. # noqa: E501

\n\n
Returns
\n\n
\n

The cloned_template_id of this TemplateProperties. # noqa: E501

\n
\n"}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.imported_date_time", "type": "variable", "doc": "

Gets the imported_date_time of this TemplateProperties. # noqa: E501

\n\n

Track the time of assignment of Template information to the Form. # noqa: E501

\n\n
Returns
\n\n
\n

The imported_date_time of this TemplateProperties. # noqa: E501

\n
\n"}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.recipient_ids", "type": "variable", "doc": "

Gets the recipient_ids of this TemplateProperties. # noqa: E501

\n\n

Track mapped recipients on Template. # noqa: E501

\n\n
Returns
\n\n
\n

The recipient_ids of this TemplateProperties. # noqa: E501

\n
\n"}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.to_dict", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"fullname": "docusign_webforms.models.template_properties.TemplateProperties.to_str", "modulename": "docusign_webforms.models.template_properties", "qualname": "TemplateProperties.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.token_expiration_date_time": {"fullname": "docusign_webforms.models.token_expiration_date_time", "modulename": "docusign_webforms.models.token_expiration_date_time", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"fullname": "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime", "modulename": "docusign_webforms.models.token_expiration_date_time", "qualname": "TokenExpirationDateTime", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"fullname": "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__", "modulename": "docusign_webforms.models.token_expiration_date_time", "qualname": "TokenExpirationDateTime.__init__", "type": "function", "doc": "

TokenExpirationDateTime - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"fullname": "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types", "modulename": "docusign_webforms.models.token_expiration_date_time", "qualname": "TokenExpirationDateTime.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"fullname": "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map", "modulename": "docusign_webforms.models.token_expiration_date_time", "qualname": "TokenExpirationDateTime.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"fullname": "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict", "modulename": "docusign_webforms.models.token_expiration_date_time", "qualname": "TokenExpirationDateTime.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"fullname": "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str", "modulename": "docusign_webforms.models.token_expiration_date_time", "qualname": "TokenExpirationDateTime.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.update_instance_request_body": {"fullname": "docusign_webforms.models.update_instance_request_body", "modulename": "docusign_webforms.models.update_instance_request_body", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"fullname": "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody", "modulename": "docusign_webforms.models.update_instance_request_body", "qualname": "UpdateInstanceRequestBody", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"fullname": "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__", "modulename": "docusign_webforms.models.update_instance_request_body", "qualname": "UpdateInstanceRequestBody.__init__", "type": "function", "doc": "

UpdateInstanceRequestBody - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"fullname": "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types", "modulename": "docusign_webforms.models.update_instance_request_body", "qualname": "UpdateInstanceRequestBody.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'form_values': 'WebFormValues'}"}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"fullname": "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map", "modulename": "docusign_webforms.models.update_instance_request_body", "qualname": "UpdateInstanceRequestBody.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'form_values': 'formValues'}"}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"fullname": "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values", "modulename": "docusign_webforms.models.update_instance_request_body", "qualname": "UpdateInstanceRequestBody.form_values", "type": "variable", "doc": "

Gets the form_values of this UpdateInstanceRequestBody. # noqa: E501

\n\n
Returns
\n\n
\n

The form_values of this UpdateInstanceRequestBody. # noqa: E501

\n
\n"}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"fullname": "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict", "modulename": "docusign_webforms.models.update_instance_request_body", "qualname": "UpdateInstanceRequestBody.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"fullname": "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str", "modulename": "docusign_webforms.models.update_instance_request_body", "qualname": "UpdateInstanceRequestBody.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.user_filter": {"fullname": "docusign_webforms.models.user_filter", "modulename": "docusign_webforms.models.user_filter", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.user_filter.UserFilter": {"fullname": "docusign_webforms.models.user_filter.UserFilter", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"fullname": "docusign_webforms.models.user_filter.UserFilter.__init__", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.__init__", "type": "function", "doc": "

UserFilter - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"fullname": "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.OWNED_BY_ME", "type": "variable", "doc": "

\n", "default_value": " = 'owned_by_me'"}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"fullname": "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.SHARED_WITH_ME", "type": "variable", "doc": "

\n", "default_value": " = 'shared_with_me'"}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"fullname": "docusign_webforms.models.user_filter.UserFilter.ALL", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.ALL", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'all'"}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"fullname": "docusign_webforms.models.user_filter.UserFilter.swagger_types", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"fullname": "docusign_webforms.models.user_filter.UserFilter.attribute_map", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"fullname": "docusign_webforms.models.user_filter.UserFilter.to_dict", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"fullname": "docusign_webforms.models.user_filter.UserFilter.to_str", "modulename": "docusign_webforms.models.user_filter", "qualname": "UserFilter.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.user_id": {"fullname": "docusign_webforms.models.user_id", "modulename": "docusign_webforms.models.user_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.user_id.UserId": {"fullname": "docusign_webforms.models.user_id.UserId", "modulename": "docusign_webforms.models.user_id", "qualname": "UserId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.user_id.UserId.__init__": {"fullname": "docusign_webforms.models.user_id.UserId.__init__", "modulename": "docusign_webforms.models.user_id", "qualname": "UserId.__init__", "type": "function", "doc": "

UserId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.user_id.UserId.swagger_types": {"fullname": "docusign_webforms.models.user_id.UserId.swagger_types", "modulename": "docusign_webforms.models.user_id", "qualname": "UserId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.user_id.UserId.attribute_map": {"fullname": "docusign_webforms.models.user_id.UserId.attribute_map", "modulename": "docusign_webforms.models.user_id", "qualname": "UserId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.user_id.UserId.to_dict": {"fullname": "docusign_webforms.models.user_id.UserId.to_dict", "modulename": "docusign_webforms.models.user_id", "qualname": "UserId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.user_id.UserId.to_str": {"fullname": "docusign_webforms.models.user_id.UserId.to_str", "modulename": "docusign_webforms.models.user_id", "qualname": "UserId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form": {"fullname": "docusign_webforms.models.web_form", "modulename": "docusign_webforms.models.web_form", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form.WebForm": {"fullname": "docusign_webforms.models.web_form.WebForm", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n", "bases": "docusign_webforms.models.web_form_summary.WebFormSummary"}, "docusign_webforms.models.web_form.WebForm.__init__": {"fullname": "docusign_webforms.models.web_form.WebForm.__init__", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm.__init__", "type": "function", "doc": "

WebForm - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"fullname": "docusign_webforms.models.web_form.WebForm.swagger_types", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'version_id': 'int', 'form_content': 'WebFormContent', 'id': 'str', 'account_id': 'str', 'is_published': 'bool', 'is_enabled': 'bool', 'is_uploaded': 'bool', 'has_draft_changes': 'bool', 'form_state': 'WebFormState', 'form_properties': 'WebFormProperties', 'form_metadata': 'WebFormMetadata'}"}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"fullname": "docusign_webforms.models.web_form.WebForm.attribute_map", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'version_id': 'versionId', 'form_content': 'formContent', 'id': 'id', 'account_id': 'accountId', 'is_published': 'isPublished', 'is_enabled': 'isEnabled', 'is_uploaded': 'isUploaded', 'has_draft_changes': 'hasDraftChanges', 'form_state': 'formState', 'form_properties': 'formProperties', 'form_metadata': 'formMetadata'}"}, "docusign_webforms.models.web_form.WebForm.version_id": {"fullname": "docusign_webforms.models.web_form.WebForm.version_id", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm.version_id", "type": "variable", "doc": "

Gets the version_id of this WebForm. # noqa: E501

\n\n
Returns
\n\n
\n

The version_id of this WebForm. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form.WebForm.form_content": {"fullname": "docusign_webforms.models.web_form.WebForm.form_content", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm.form_content", "type": "variable", "doc": "

Gets the form_content of this WebForm. # noqa: E501

\n\n
Returns
\n\n
\n

The form_content of this WebForm. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form.WebForm.to_dict": {"fullname": "docusign_webforms.models.web_form.WebForm.to_dict", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form.WebForm.to_str": {"fullname": "docusign_webforms.models.web_form.WebForm.to_str", "modulename": "docusign_webforms.models.web_form", "qualname": "WebForm.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_adm_type": {"fullname": "docusign_webforms.models.web_form_adm_type", "modulename": "docusign_webforms.models.web_form_adm_type", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.__init__", "type": "function", "doc": "

WebFormAdmType - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.STRING", "type": "variable", "doc": "

\n", "default_value": " = 'String'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.BOOLEAN", "type": "variable", "doc": "

\n", "default_value": " = 'Boolean'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.DOUBLE", "type": "variable", "doc": "

\n", "default_value": " = 'Double'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.DATETIME", "type": "variable", "doc": "

\n", "default_value": " = 'DateTime'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.ARRAYOFSTRING", "type": "variable", "doc": "

\n", "default_value": " = 'ArrayOfString'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.CHECKBOXGROUP", "type": "variable", "doc": "

\n", "default_value": " = 'CheckboxGroup'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.DATE", "type": "variable", "doc": "

\n", "default_value": " = 'Date'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.EMAIL", "type": "variable", "doc": "

\n", "default_value": " = 'Email'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.NUMBER", "type": "variable", "doc": "

\n", "default_value": " = 'Number'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.RADIOBUTTONGROUP", "type": "variable", "doc": "

\n", "default_value": " = 'RadioButtonGroup'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.SELECT", "type": "variable", "doc": "

\n", "default_value": " = 'Select'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.TEXTBOX", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'TextBox'"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"fullname": "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str", "modulename": "docusign_webforms.models.web_form_adm_type", "qualname": "WebFormAdmType.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_component": {"fullname": "docusign_webforms.models.web_form_component", "modulename": "docusign_webforms.models.web_form_component", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_component.WebFormComponent": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.__init__", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.__init__", "type": "function", "doc": "

WebFormComponent - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'component_key': 'str', 'component_type': 'str', 'component_name': 'str'}"}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'component_key': 'componentKey', 'component_type': 'componentType', 'component_name': 'componentName'}"}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.component_key", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.component_key", "type": "variable", "doc": "

Gets the component_key of this WebFormComponent. # noqa: E501

\n\n
Returns
\n\n
\n

The component_key of this WebFormComponent. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.component_type", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.component_type", "type": "variable", "doc": "

Gets the component_type of this WebFormComponent. # noqa: E501

\n\n

The type of component this object represents # noqa: E501

\n\n
Returns
\n\n
\n

The component_type of this WebFormComponent. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.component_name", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.component_name", "type": "variable", "doc": "

Gets the component_name of this WebFormComponent. # noqa: E501

\n\n

Name value that is used for mapping components to external sources # noqa: E501

\n\n
Returns
\n\n
\n

The component_name of this WebFormComponent. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.to_dict", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"fullname": "docusign_webforms.models.web_form_component.WebFormComponent.to_str", "modulename": "docusign_webforms.models.web_form_component", "qualname": "WebFormComponent.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_component_type": {"fullname": "docusign_webforms.models.web_form_component_type", "modulename": "docusign_webforms.models.web_form_component_type", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.__init__", "type": "function", "doc": "

WebFormComponentType - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.CHECKBOXGROUP", "type": "variable", "doc": "

\n", "default_value": " = 'CheckboxGroup'"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.DATE", "type": "variable", "doc": "

\n", "default_value": " = 'Date'"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.EMAIL", "type": "variable", "doc": "

\n", "default_value": " = 'Email'"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.NUMBER", "type": "variable", "doc": "

\n", "default_value": " = 'Number'"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.RADIOBUTTONGROUP", "type": "variable", "doc": "

\n", "default_value": " = 'RadioButtonGroup'"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.SELECT", "type": "variable", "doc": "

\n", "default_value": " = 'Select'"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.TEXTBOX", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'TextBox'"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"fullname": "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str", "modulename": "docusign_webforms.models.web_form_component_type", "qualname": "WebFormComponentType.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_components_map": {"fullname": "docusign_webforms.models.web_form_components_map", "modulename": "docusign_webforms.models.web_form_components_map", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"fullname": "docusign_webforms.models.web_form_components_map.WebFormComponentsMap", "modulename": "docusign_webforms.models.web_form_components_map", "qualname": "WebFormComponentsMap", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"fullname": "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__", "modulename": "docusign_webforms.models.web_form_components_map", "qualname": "WebFormComponentsMap.__init__", "type": "function", "doc": "

WebFormComponentsMap - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"fullname": "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types", "modulename": "docusign_webforms.models.web_form_components_map", "qualname": "WebFormComponentsMap.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"fullname": "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map", "modulename": "docusign_webforms.models.web_form_components_map", "qualname": "WebFormComponentsMap.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"fullname": "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict", "modulename": "docusign_webforms.models.web_form_components_map", "qualname": "WebFormComponentsMap.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"fullname": "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str", "modulename": "docusign_webforms.models.web_form_components_map", "qualname": "WebFormComponentsMap.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_content": {"fullname": "docusign_webforms.models.web_form_content", "modulename": "docusign_webforms.models.web_form_content", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_content.WebFormContent": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.__init__", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.__init__", "type": "function", "doc": "

WebFormContent - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.swagger_types", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'components': 'dict(str, dict(str, object))', 'is_standalone': 'bool', 'brand_id': 'str', 'templates': 'list[TemplateProperties]'}"}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.attribute_map", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'components': 'components', 'is_standalone': 'isStandalone', 'brand_id': 'brandId', 'templates': 'templates'}"}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.components", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.components", "type": "variable", "doc": "

Gets the components of this WebFormContent. # noqa: E501

\n\n

Key/value dictionary of components that represent the form # noqa: E501

\n\n
Returns
\n\n
\n

The components of this WebFormContent. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.is_standalone", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.is_standalone", "type": "variable", "doc": "

Gets the is_standalone of this WebFormContent. # noqa: E501

\n\n
Returns
\n\n
\n

The is_standalone of this WebFormContent. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.brand_id", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.brand_id", "type": "variable", "doc": "

Gets the brand_id of this WebFormContent. # noqa: E501

\n\n
Returns
\n\n
\n

The brand_id of this WebFormContent. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.templates", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.templates", "type": "variable", "doc": "

Gets the templates of this WebFormContent. # noqa: E501

\n\n

Optional template information that will be used to seed the form. # noqa: E501

\n\n
Returns
\n\n
\n

The templates of this WebFormContent. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.to_dict", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"fullname": "docusign_webforms.models.web_form_content.WebFormContent.to_str", "modulename": "docusign_webforms.models.web_form_content", "qualname": "WebFormContent.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_id": {"fullname": "docusign_webforms.models.web_form_id", "modulename": "docusign_webforms.models.web_form_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_id.WebFormId": {"fullname": "docusign_webforms.models.web_form_id.WebFormId", "modulename": "docusign_webforms.models.web_form_id", "qualname": "WebFormId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"fullname": "docusign_webforms.models.web_form_id.WebFormId.__init__", "modulename": "docusign_webforms.models.web_form_id", "qualname": "WebFormId.__init__", "type": "function", "doc": "

WebFormId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"fullname": "docusign_webforms.models.web_form_id.WebFormId.swagger_types", "modulename": "docusign_webforms.models.web_form_id", "qualname": "WebFormId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"fullname": "docusign_webforms.models.web_form_id.WebFormId.attribute_map", "modulename": "docusign_webforms.models.web_form_id", "qualname": "WebFormId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"fullname": "docusign_webforms.models.web_form_id.WebFormId.to_dict", "modulename": "docusign_webforms.models.web_form_id", "qualname": "WebFormId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"fullname": "docusign_webforms.models.web_form_id.WebFormId.to_str", "modulename": "docusign_webforms.models.web_form_id", "qualname": "WebFormId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance": {"fullname": "docusign_webforms.models.web_form_instance", "modulename": "docusign_webforms.models.web_form_instance", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.__init__", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.__init__", "type": "function", "doc": "

WebFormInstance - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'form_url': 'str', 'instance_token': 'str', 'token_expiration_date_time': 'datetime', 'id': 'str', 'form_id': 'str', 'account_id': 'str', 'client_user_id': 'str', 'tags': 'list[str]', 'status': 'InstanceStatus', 'envelopes': 'list[WebFormInstanceEnvelopes]', 'instance_metadata': 'WebFormInstanceMetadata', 'form_values': 'WebFormValues'}"}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'form_url': 'formUrl', 'instance_token': 'instanceToken', 'token_expiration_date_time': 'tokenExpirationDateTime', 'id': 'id', 'form_id': 'formId', 'account_id': 'accountId', 'client_user_id': 'clientUserId', 'tags': 'tags', 'status': 'status', 'envelopes': 'envelopes', 'instance_metadata': 'instanceMetadata', 'form_values': 'formValues'}"}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.form_url", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.form_url", "type": "variable", "doc": "

Gets the form_url of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The form_url of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.instance_token", "type": "variable", "doc": "

Gets the instance_token of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The instance_token of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.token_expiration_date_time", "type": "variable", "doc": "

Gets the token_expiration_date_time of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The token_expiration_date_time of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.id", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.id", "type": "variable", "doc": "

Gets the id of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The id of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.form_id", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.form_id", "type": "variable", "doc": "

Gets the form_id of this WebFormInstance. # noqa: E501

\n\n

Web form from which the instance is created # noqa: E501

\n\n
Returns
\n\n
\n

The form_id of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.account_id", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.account_id", "type": "variable", "doc": "

Gets the account_id of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The account_id of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.client_user_id", "type": "variable", "doc": "

Gets the client_user_id of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The client_user_id of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.tags", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.tags", "type": "variable", "doc": "

Gets the tags of this WebFormInstance. # noqa: E501

\n\n

List of tags provided by the user with each request. This field is optional. # noqa: E501

\n\n
Returns
\n\n
\n

The tags of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.status", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.status", "type": "variable", "doc": "

Gets the status of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The status of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.envelopes", "type": "variable", "doc": "

Gets the envelopes of this WebFormInstance. # noqa: E501

\n\n

The associated envelope that is created when the instance is submitted # noqa: E501

\n\n
Returns
\n\n
\n

The envelopes of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.instance_metadata", "type": "variable", "doc": "

Gets the instance_metadata of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The instance_metadata of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.form_values", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.form_values", "type": "variable", "doc": "

Gets the form_values of this WebFormInstance. # noqa: E501

\n\n
Returns
\n\n
\n

The form_values of this WebFormInstance. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"fullname": "docusign_webforms.models.web_form_instance.WebFormInstance.to_str", "modulename": "docusign_webforms.models.web_form_instance", "qualname": "WebFormInstance.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_envelopes": {"fullname": "docusign_webforms.models.web_form_instance_envelopes", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"fullname": "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "qualname": "WebFormInstanceEnvelopes", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"fullname": "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "qualname": "WebFormInstanceEnvelopes.__init__", "type": "function", "doc": "

WebFormInstanceEnvelopes - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"fullname": "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "qualname": "WebFormInstanceEnvelopes.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'id': 'str'}"}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"fullname": "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "qualname": "WebFormInstanceEnvelopes.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'id': 'id'}"}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"fullname": "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "qualname": "WebFormInstanceEnvelopes.id", "type": "variable", "doc": "

Gets the id of this WebFormInstanceEnvelopes. # noqa: E501

\n\n
Returns
\n\n
\n

The id of this WebFormInstanceEnvelopes. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"fullname": "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "qualname": "WebFormInstanceEnvelopes.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"fullname": "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str", "modulename": "docusign_webforms.models.web_form_instance_envelopes", "qualname": "WebFormInstanceEnvelopes.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_list": {"fullname": "docusign_webforms.models.web_form_instance_list", "modulename": "docusign_webforms.models.web_form_instance_list", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"fullname": "docusign_webforms.models.web_form_instance_list.WebFormInstanceList", "modulename": "docusign_webforms.models.web_form_instance_list", "qualname": "WebFormInstanceList", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"fullname": "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__", "modulename": "docusign_webforms.models.web_form_instance_list", "qualname": "WebFormInstanceList.__init__", "type": "function", "doc": "

WebFormInstanceList - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"fullname": "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types", "modulename": "docusign_webforms.models.web_form_instance_list", "qualname": "WebFormInstanceList.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'items': 'list[WebFormInstance]'}"}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"fullname": "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map", "modulename": "docusign_webforms.models.web_form_instance_list", "qualname": "WebFormInstanceList.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'items': 'items'}"}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"fullname": "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items", "modulename": "docusign_webforms.models.web_form_instance_list", "qualname": "WebFormInstanceList.items", "type": "variable", "doc": "

Gets the items of this WebFormInstanceList. # noqa: E501

\n\n

Array of web form instance items. # noqa: E501

\n\n
Returns
\n\n
\n

The items of this WebFormInstanceList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"fullname": "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict", "modulename": "docusign_webforms.models.web_form_instance_list", "qualname": "WebFormInstanceList.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"fullname": "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str", "modulename": "docusign_webforms.models.web_form_instance_list", "qualname": "WebFormInstanceList.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_metadata": {"fullname": "docusign_webforms.models.web_form_instance_metadata", "modulename": "docusign_webforms.models.web_form_instance_metadata", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.__init__", "type": "function", "doc": "

WebFormInstanceMetadata - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'expiration_date_time': 'datetime', 'created_date_time': 'datetime', 'created_by': 'WebFormUserInfo', 'last_modified_date_time': 'str', 'last_modified_by': 'WebFormUserInfo'}"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'expiration_date_time': 'expirationDateTime', 'created_date_time': 'createdDateTime', 'created_by': 'createdBy', 'last_modified_date_time': 'lastModifiedDateTime', 'last_modified_by': 'lastModifiedBy'}"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.expiration_date_time", "type": "variable", "doc": "

Gets the expiration_date_time of this WebFormInstanceMetadata. # noqa: E501

\n\n
Returns
\n\n
\n

The expiration_date_time of this WebFormInstanceMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.created_date_time", "type": "variable", "doc": "

Gets the created_date_time of this WebFormInstanceMetadata. # noqa: E501

\n\n
Returns
\n\n
\n

The created_date_time of this WebFormInstanceMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.created_by", "type": "variable", "doc": "

Gets the created_by of this WebFormInstanceMetadata. # noqa: E501

\n\n

The user that created the Web Form Instance # noqa: E501

\n\n
Returns
\n\n
\n

The created_by of this WebFormInstanceMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.last_modified_date_time", "type": "variable", "doc": "

Gets the last_modified_date_time of this WebFormInstanceMetadata. # noqa: E501

\n\n
Returns
\n\n
\n

The last_modified_date_time of this WebFormInstanceMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.last_modified_by", "type": "variable", "doc": "

Gets the last_modified_by of this WebFormInstanceMetadata. # noqa: E501

\n\n

The user that last modified the Web Form Instance # noqa: E501

\n\n
Returns
\n\n
\n

The last_modified_by of this WebFormInstanceMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"fullname": "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str", "modulename": "docusign_webforms.models.web_form_instance_metadata", "qualname": "WebFormInstanceMetadata.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_metadata": {"fullname": "docusign_webforms.models.web_form_metadata", "modulename": "docusign_webforms.models.web_form_metadata", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.__init__", "type": "function", "doc": "

WebFormMetadata - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'source': 'WebFormSource', 'type': 'WebFormType', 'source_form_id': 'str', 'owner': 'WebFormUserInfo', 'sender': 'WebFormUserInfo', 'last_modified_by': 'WebFormUserInfo', 'form_content_modified_by': 'WebFormUserInfo', 'form_properties_modified_by': 'WebFormUserInfo', 'last_published_by': 'WebFormUserInfo', 'last_enabled_by': 'WebFormUserInfo', 'last_disabled_by': 'WebFormUserInfo', 'archived_date_time': 'datetime', 'created_date_time': 'datetime', 'last_modified_date_time': 'datetime', 'form_content_modified_date_time': 'datetime', 'form_properties_modified_date_time': 'datetime', 'last_published_date_time': 'datetime', 'last_enabled_date_time': 'datetime', 'last_disabled_date_time': 'datetime', 'last_sender_consent_date_time': 'datetime', 'published_slug': 'str', 'published_component_names': 'dict(str, WebFormComponentType)'}"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'source': 'source', 'type': 'type', 'source_form_id': 'sourceFormId', 'owner': 'owner', 'sender': 'sender', 'last_modified_by': 'lastModifiedBy', 'form_content_modified_by': 'formContentModifiedBy', 'form_properties_modified_by': 'formPropertiesModifiedBy', 'last_published_by': 'lastPublishedBy', 'last_enabled_by': 'lastEnabledBy', 'last_disabled_by': 'lastDisabledBy', 'archived_date_time': 'archivedDateTime', 'created_date_time': 'createdDateTime', 'last_modified_date_time': 'lastModifiedDateTime', 'form_content_modified_date_time': 'formContentModifiedDateTime', 'form_properties_modified_date_time': 'formPropertiesModifiedDateTime', 'last_published_date_time': 'lastPublishedDateTime', 'last_enabled_date_time': 'lastEnabledDateTime', 'last_disabled_date_time': 'lastDisabledDateTime', 'last_sender_consent_date_time': 'lastSenderConsentDateTime', 'published_slug': 'publishedSlug', 'published_component_names': 'publishedComponentNames'}"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.source", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.source", "type": "variable", "doc": "

Gets the source of this WebFormMetadata. # noqa: E501

\n\n

The source from which the webform is created. Accepted values are [templates, blank, form] # noqa: E501

\n\n
Returns
\n\n
\n

The source of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.type", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.type", "type": "variable", "doc": "

Gets the type of this WebFormMetadata. # noqa: E501

\n\n

Represents webform type. Possible values are [standalone, hasEsignTemplate] # noqa: E501

\n\n
Returns
\n\n
\n

The type of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.source_form_id", "type": "variable", "doc": "

Gets the source_form_id of this WebFormMetadata. # noqa: E501

\n\n

The source form id from which the webform is created. # noqa: E501

\n\n
Returns
\n\n
\n

The source_form_id of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.owner", "type": "variable", "doc": "

Gets the owner of this WebFormMetadata. # noqa: E501

\n\n

The user that created the form or has been transferred ownership # noqa: E501

\n\n
Returns
\n\n
\n

The owner of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.sender", "type": "variable", "doc": "

Gets the sender of this WebFormMetadata. # noqa: E501

\n\n

The user that has added their consent to the form for sending actions # noqa: E501

\n\n
Returns
\n\n
\n

The sender of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_modified_by", "type": "variable", "doc": "

Gets the last_modified_by of this WebFormMetadata. # noqa: E501

\n\n

Track the user that last modified anything related to the form # noqa: E501

\n\n
Returns
\n\n
\n

The last_modified_by of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.form_content_modified_by", "type": "variable", "doc": "

Gets the form_content_modified_by of this WebFormMetadata. # noqa: E501

\n\n

Track the user that last modified the form content # noqa: E501

\n\n
Returns
\n\n
\n

The form_content_modified_by of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.form_properties_modified_by", "type": "variable", "doc": "

Gets the form_properties_modified_by of this WebFormMetadata. # noqa: E501

\n\n

Track the user that last modified the form properties # noqa: E501

\n\n
Returns
\n\n
\n

The form_properties_modified_by of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_published_by", "type": "variable", "doc": "

Gets the last_published_by of this WebFormMetadata. # noqa: E501

\n\n

Track the user that last published a draft version to active # noqa: E501

\n\n
Returns
\n\n
\n

The last_published_by of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_enabled_by", "type": "variable", "doc": "

Gets the last_enabled_by of this WebFormMetadata. # noqa: E501

\n\n

Track the user that last unpublished an active version # noqa: E501

\n\n
Returns
\n\n
\n

The last_enabled_by of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_disabled_by", "type": "variable", "doc": "

Gets the last_disabled_by of this WebFormMetadata. # noqa: E501

\n\n

Track the user that last unpublished an active version # noqa: E501

\n\n
Returns
\n\n
\n

The last_disabled_by of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.archived_date_time", "type": "variable", "doc": "

Gets the archived_date_time of this WebFormMetadata. # noqa: E501

\n\n

The last time the web form was archived # noqa: E501

\n\n
Returns
\n\n
\n

The archived_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.created_date_time", "type": "variable", "doc": "

Gets the created_date_time of this WebFormMetadata. # noqa: E501

\n\n

Track the time the web form was created # noqa: E501

\n\n
Returns
\n\n
\n

The created_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_modified_date_time", "type": "variable", "doc": "

Gets the last_modified_date_time of this WebFormMetadata. # noqa: E501

\n\n

The last time anything was modified on the form # noqa: E501

\n\n
Returns
\n\n
\n

The last_modified_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.form_content_modified_date_time", "type": "variable", "doc": "

Gets the form_content_modified_date_time of this WebFormMetadata. # noqa: E501

\n\n

Track the last time web form content changed. # noqa: E501

\n\n
Returns
\n\n
\n

The form_content_modified_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.form_properties_modified_date_time", "type": "variable", "doc": "

Gets the form_properties_modified_date_time of this WebFormMetadata. # noqa: E501

\n\n

Track the last time the form properties changed. # noqa: E501

\n\n
Returns
\n\n
\n

The form_properties_modified_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_published_date_time", "type": "variable", "doc": "

Gets the last_published_date_time of this WebFormMetadata. # noqa: E501

\n\n

Track the last time a draft version was published to active # noqa: E501

\n\n
Returns
\n\n
\n

The last_published_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_enabled_date_time", "type": "variable", "doc": "

Gets the last_enabled_date_time of this WebFormMetadata. # noqa: E501

\n\n

Track the last time the form was enabled # noqa: E501

\n\n
Returns
\n\n
\n

The last_enabled_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_disabled_date_time", "type": "variable", "doc": "

Gets the last_disabled_date_time of this WebFormMetadata. # noqa: E501

\n\n

Track the last time the form was disabled # noqa: E501

\n\n
Returns
\n\n
\n

The last_disabled_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.last_sender_consent_date_time", "type": "variable", "doc": "

Gets the last_sender_consent_date_time of this WebFormMetadata. # noqa: E501

\n\n

Track the last time a user added their consent for the form. # noqa: E501

\n\n
Returns
\n\n
\n

The last_sender_consent_date_time of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.published_slug", "type": "variable", "doc": "

Gets the published_slug of this WebFormMetadata. # noqa: E501

\n\n

The public friendly slug that is used to access the form from the player # noqa: E501

\n\n
Returns
\n\n
\n

The published_slug of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.published_component_names", "type": "variable", "doc": "

Gets the published_component_names of this WebFormMetadata. # noqa: E501

\n\n

A dictionary containing the mapping of component names to their respective component types for all the published components. # noqa: E501

\n\n
Returns
\n\n
\n

The published_component_names of this WebFormMetadata. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"fullname": "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str", "modulename": "docusign_webforms.models.web_form_metadata", "qualname": "WebFormMetadata.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_name": {"fullname": "docusign_webforms.models.web_form_name", "modulename": "docusign_webforms.models.web_form_name", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_name.WebFormName": {"fullname": "docusign_webforms.models.web_form_name.WebFormName", "modulename": "docusign_webforms.models.web_form_name", "qualname": "WebFormName", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"fullname": "docusign_webforms.models.web_form_name.WebFormName.__init__", "modulename": "docusign_webforms.models.web_form_name", "qualname": "WebFormName.__init__", "type": "function", "doc": "

WebFormName - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"fullname": "docusign_webforms.models.web_form_name.WebFormName.swagger_types", "modulename": "docusign_webforms.models.web_form_name", "qualname": "WebFormName.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"fullname": "docusign_webforms.models.web_form_name.WebFormName.attribute_map", "modulename": "docusign_webforms.models.web_form_name", "qualname": "WebFormName.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"fullname": "docusign_webforms.models.web_form_name.WebFormName.to_dict", "modulename": "docusign_webforms.models.web_form_name", "qualname": "WebFormName.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"fullname": "docusign_webforms.models.web_form_name.WebFormName.to_str", "modulename": "docusign_webforms.models.web_form_name", "qualname": "WebFormName.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_properties": {"fullname": "docusign_webforms.models.web_form_properties", "modulename": "docusign_webforms.models.web_form_properties", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties.__init__", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties.__init__", "type": "function", "doc": "

WebFormProperties - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'name': 'str', 'is_private_access': 'bool'}"}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'name': 'name', 'is_private_access': 'isPrivateAccess'}"}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties.name", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties.name", "type": "variable", "doc": "

Gets the name of this WebFormProperties. # noqa: E501

\n\n
Returns
\n\n
\n

The name of this WebFormProperties. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties.is_private_access", "type": "variable", "doc": "

Gets the is_private_access of this WebFormProperties. # noqa: E501

\n\n
Returns
\n\n
\n

The is_private_access of this WebFormProperties. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"fullname": "docusign_webforms.models.web_form_properties.WebFormProperties.to_str", "modulename": "docusign_webforms.models.web_form_properties", "qualname": "WebFormProperties.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_published_names": {"fullname": "docusign_webforms.models.web_form_published_names", "modulename": "docusign_webforms.models.web_form_published_names", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"fullname": "docusign_webforms.models.web_form_published_names.WebFormPublishedNames", "modulename": "docusign_webforms.models.web_form_published_names", "qualname": "WebFormPublishedNames", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"fullname": "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__", "modulename": "docusign_webforms.models.web_form_published_names", "qualname": "WebFormPublishedNames.__init__", "type": "function", "doc": "

WebFormPublishedNames - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"fullname": "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types", "modulename": "docusign_webforms.models.web_form_published_names", "qualname": "WebFormPublishedNames.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"fullname": "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map", "modulename": "docusign_webforms.models.web_form_published_names", "qualname": "WebFormPublishedNames.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"fullname": "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict", "modulename": "docusign_webforms.models.web_form_published_names", "qualname": "WebFormPublishedNames.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"fullname": "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str", "modulename": "docusign_webforms.models.web_form_published_names", "qualname": "WebFormPublishedNames.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_source": {"fullname": "docusign_webforms.models.web_form_source", "modulename": "docusign_webforms.models.web_form_source", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_source.WebFormSource": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.__init__", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.__init__", "type": "function", "doc": "

WebFormSource - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.TEMPLATES", "type": "variable", "doc": "

\n", "default_value": " = 'templates'"}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.BLANK", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.BLANK", "type": "variable", "doc": "

\n", "default_value": " = 'blank'"}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.FORM", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.FORM", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'form'"}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.swagger_types", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.attribute_map", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.to_dict", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"fullname": "docusign_webforms.models.web_form_source.WebFormSource.to_str", "modulename": "docusign_webforms.models.web_form_source", "qualname": "WebFormSource.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_state": {"fullname": "docusign_webforms.models.web_form_state", "modulename": "docusign_webforms.models.web_form_state", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_state.WebFormState": {"fullname": "docusign_webforms.models.web_form_state.WebFormState", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"fullname": "docusign_webforms.models.web_form_state.WebFormState.__init__", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState.__init__", "type": "function", "doc": "

WebFormState - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"fullname": "docusign_webforms.models.web_form_state.WebFormState.ACTIVE", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState.ACTIVE", "type": "variable", "doc": "

\n", "default_value": " = 'active'"}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"fullname": "docusign_webforms.models.web_form_state.WebFormState.DRAFT", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState.DRAFT", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'draft'"}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"fullname": "docusign_webforms.models.web_form_state.WebFormState.swagger_types", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"fullname": "docusign_webforms.models.web_form_state.WebFormState.attribute_map", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"fullname": "docusign_webforms.models.web_form_state.WebFormState.to_dict", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"fullname": "docusign_webforms.models.web_form_state.WebFormState.to_str", "modulename": "docusign_webforms.models.web_form_state", "qualname": "WebFormState.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_summary": {"fullname": "docusign_webforms.models.web_form_summary", "modulename": "docusign_webforms.models.web_form_summary", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.__init__", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.__init__", "type": "function", "doc": "

WebFormSummary - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'id': 'str', 'account_id': 'str', 'is_published': 'bool', 'is_enabled': 'bool', 'is_uploaded': 'bool', 'has_draft_changes': 'bool', 'form_state': 'WebFormState', 'form_properties': 'WebFormProperties', 'form_metadata': 'WebFormMetadata'}"}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'id': 'id', 'account_id': 'accountId', 'is_published': 'isPublished', 'is_enabled': 'isEnabled', 'is_uploaded': 'isUploaded', 'has_draft_changes': 'hasDraftChanges', 'form_state': 'formState', 'form_properties': 'formProperties', 'form_metadata': 'formMetadata'}"}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.id", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.id", "type": "variable", "doc": "

Gets the id of this WebFormSummary. # noqa: E501

\n\n
Returns
\n\n
\n

The id of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.account_id", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.account_id", "type": "variable", "doc": "

Gets the account_id of this WebFormSummary. # noqa: E501

\n\n
Returns
\n\n
\n

The account_id of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.is_published", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.is_published", "type": "variable", "doc": "

Gets the is_published of this WebFormSummary. # noqa: E501

\n\n

Has the form been published # noqa: E501

\n\n
Returns
\n\n
\n

The is_published of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.is_enabled", "type": "variable", "doc": "

Gets the is_enabled of this WebFormSummary. # noqa: E501

\n\n

Is the form currently enabled and available for data collection # noqa: E501

\n\n
Returns
\n\n
\n

The is_enabled of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.is_uploaded", "type": "variable", "doc": "

Gets the is_uploaded of this WebFormSummary. # noqa: E501

\n\n

Has the form created through upload # noqa: E501

\n\n
Returns
\n\n
\n

The is_uploaded of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.has_draft_changes", "type": "variable", "doc": "

Gets the has_draft_changes of this WebFormSummary. # noqa: E501

\n\n

Does the form have draft changes that need to be published? # noqa: E501

\n\n
Returns
\n\n
\n

The has_draft_changes of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.form_state", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.form_state", "type": "variable", "doc": "

Gets the form_state of this WebFormSummary. # noqa: E501

\n\n
Returns
\n\n
\n

The form_state of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.form_properties", "type": "variable", "doc": "

Gets the form_properties of this WebFormSummary. # noqa: E501

\n\n
Returns
\n\n
\n

The form_properties of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.form_metadata", "type": "variable", "doc": "

Gets the form_metadata of this WebFormSummary. # noqa: E501

\n\n
Returns
\n\n
\n

The form_metadata of this WebFormSummary. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"fullname": "docusign_webforms.models.web_form_summary.WebFormSummary.to_str", "modulename": "docusign_webforms.models.web_form_summary", "qualname": "WebFormSummary.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_summary_list": {"fullname": "docusign_webforms.models.web_form_summary_list", "modulename": "docusign_webforms.models.web_form_summary_list", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.__init__", "type": "function", "doc": "

WebFormSummaryList - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'items': 'list[WebFormSummary]', 'result_set_size': 'float', 'total_set_size': 'float', 'start_position': 'float', 'end_position': 'float', 'next_url': 'str', 'previous_url': 'str'}"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'items': 'items', 'result_set_size': 'resultSetSize', 'total_set_size': 'totalSetSize', 'start_position': 'startPosition', 'end_position': 'endPosition', 'next_url': 'nextUrl', 'previous_url': 'previousUrl'}"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.items", "type": "variable", "doc": "

Gets the items of this WebFormSummaryList. # noqa: E501

\n\n

Array of web form items with each containing summary. # noqa: E501

\n\n
Returns
\n\n
\n

The items of this WebFormSummaryList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.result_set_size", "type": "variable", "doc": "

Gets the result_set_size of this WebFormSummaryList. # noqa: E501

\n\n

Result set size for current page # noqa: E501

\n\n
Returns
\n\n
\n

The result_set_size of this WebFormSummaryList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.total_set_size", "type": "variable", "doc": "

Gets the total_set_size of this WebFormSummaryList. # noqa: E501

\n\n

Total result set size # noqa: E501

\n\n
Returns
\n\n
\n

The total_set_size of this WebFormSummaryList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.start_position", "type": "variable", "doc": "

Gets the start_position of this WebFormSummaryList. # noqa: E501

\n\n

Starting position of fields returned for the current page # noqa: E501

\n\n
Returns
\n\n
\n

The start_position of this WebFormSummaryList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.end_position", "type": "variable", "doc": "

Gets the end_position of this WebFormSummaryList. # noqa: E501

\n\n

Ending position of fields returned for the current page # noqa: E501

\n\n
Returns
\n\n
\n

The end_position of this WebFormSummaryList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.next_url", "type": "variable", "doc": "

Gets the next_url of this WebFormSummaryList. # noqa: E501

\n\n

Url for the next page of results # noqa: E501

\n\n
Returns
\n\n
\n

The next_url of this WebFormSummaryList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.previous_url", "type": "variable", "doc": "

Gets the previous_url of this WebFormSummaryList. # noqa: E501

\n\n

Url for the previous page of results # noqa: E501

\n\n
Returns
\n\n
\n

The previous_url of this WebFormSummaryList. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"fullname": "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str", "modulename": "docusign_webforms.models.web_form_summary_list", "qualname": "WebFormSummaryList.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_type": {"fullname": "docusign_webforms.models.web_form_type", "modulename": "docusign_webforms.models.web_form_type", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_type.WebFormType": {"fullname": "docusign_webforms.models.web_form_type.WebFormType", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"fullname": "docusign_webforms.models.web_form_type.WebFormType.__init__", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType.__init__", "type": "function", "doc": "

WebFormType - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"fullname": "docusign_webforms.models.web_form_type.WebFormType.STANDALONE", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType.STANDALONE", "type": "variable", "doc": "

\n", "default_value": " = 'standalone'"}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"fullname": "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType.HASESIGNTEMPLATE", "type": "variable", "doc": "

Attributes:\n swagger_types (dict): The key is attribute name\n and the value is attribute type.\n attribute_map (dict): The key is attribute name\n and the value is json key in definition.

\n", "default_value": " = 'hasEsignTemplate'"}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"fullname": "docusign_webforms.models.web_form_type.WebFormType.swagger_types", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"fullname": "docusign_webforms.models.web_form_type.WebFormType.attribute_map", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"fullname": "docusign_webforms.models.web_form_type.WebFormType.to_dict", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"fullname": "docusign_webforms.models.web_form_type.WebFormType.to_str", "modulename": "docusign_webforms.models.web_form_type", "qualname": "WebFormType.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_user_info": {"fullname": "docusign_webforms.models.web_form_user_info", "modulename": "docusign_webforms.models.web_form_user_info", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo.__init__", "type": "function", "doc": "

WebFormUserInfo - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {'user_id': 'str', 'user_name': 'str'}"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {'user_id': 'userId', 'user_name': 'userName'}"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo.user_id", "type": "variable", "doc": "

Gets the user_id of this WebFormUserInfo. # noqa: E501

\n\n
Returns
\n\n
\n

The user_id of this WebFormUserInfo. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo.user_name", "type": "variable", "doc": "

Gets the user_name of this WebFormUserInfo. # noqa: E501

\n\n

Name of the user that can be displayed in the user interface. # noqa: E501

\n\n
Returns
\n\n
\n

The user_name of this WebFormUserInfo. # noqa: E501

\n
\n"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"fullname": "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str", "modulename": "docusign_webforms.models.web_form_user_info", "qualname": "WebFormUserInfo.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_values": {"fullname": "docusign_webforms.models.web_form_values", "modulename": "docusign_webforms.models.web_form_values", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_values.WebFormValues": {"fullname": "docusign_webforms.models.web_form_values.WebFormValues", "modulename": "docusign_webforms.models.web_form_values", "qualname": "WebFormValues", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"fullname": "docusign_webforms.models.web_form_values.WebFormValues.__init__", "modulename": "docusign_webforms.models.web_form_values", "qualname": "WebFormValues.__init__", "type": "function", "doc": "

WebFormValues - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"fullname": "docusign_webforms.models.web_form_values.WebFormValues.swagger_types", "modulename": "docusign_webforms.models.web_form_values", "qualname": "WebFormValues.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"fullname": "docusign_webforms.models.web_form_values.WebFormValues.attribute_map", "modulename": "docusign_webforms.models.web_form_values", "qualname": "WebFormValues.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"fullname": "docusign_webforms.models.web_form_values.WebFormValues.to_dict", "modulename": "docusign_webforms.models.web_form_values", "qualname": "WebFormValues.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"fullname": "docusign_webforms.models.web_form_values.WebFormValues.to_str", "modulename": "docusign_webforms.models.web_form_values", "qualname": "WebFormValues.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_version_id": {"fullname": "docusign_webforms.models.web_form_version_id", "modulename": "docusign_webforms.models.web_form_version_id", "type": "module", "doc": "

Web Forms API version 1.1

\n\n

The Web Forms API facilitates generating semantic HTML forms around everyday contracts. # noqa: E501

\n\n

OpenAPI spec version: 1.1.0\nContact: devcenter@docusign.com\nGenerated by: https://github.com/swagger-api/swagger-codegen.git

\n"}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"fullname": "docusign_webforms.models.web_form_version_id.WebFormVersionId", "modulename": "docusign_webforms.models.web_form_version_id", "qualname": "WebFormVersionId", "type": "class", "doc": "

NOTE: This class is auto generated by the swagger code generator program.

\n\n

Do not edit the class manually.

\n"}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"fullname": "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__", "modulename": "docusign_webforms.models.web_form_version_id", "qualname": "WebFormVersionId.__init__", "type": "function", "doc": "

WebFormVersionId - a model defined in Swagger

\n", "signature": "(self, _configuration=None, **kwargs)", "funcdef": "def"}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"fullname": "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types", "modulename": "docusign_webforms.models.web_form_version_id", "qualname": "WebFormVersionId.swagger_types", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"fullname": "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map", "modulename": "docusign_webforms.models.web_form_version_id", "qualname": "WebFormVersionId.attribute_map", "type": "variable", "doc": "

\n", "default_value": " = {}"}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"fullname": "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict", "modulename": "docusign_webforms.models.web_form_version_id", "qualname": "WebFormVersionId.to_dict", "type": "function", "doc": "

Returns the model properties as a dict

\n", "signature": "(self)", "funcdef": "def"}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"fullname": "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str", "modulename": "docusign_webforms.models.web_form_version_id", "qualname": "WebFormVersionId.to_str", "type": "function", "doc": "

Returns the string representation of the model

\n", "signature": "(self)", "funcdef": "def"}}, "docInfo": {"docusign_webforms": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.apis": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.apis.form_instance_management_api": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 25}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 262}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 265}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 258}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 261}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 289}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 292}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 262}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 265}, "docusign_webforms.apis.form_management_api": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 25}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 258}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 261}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 309}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 312}, "docusign_webforms.client": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.client.api_client": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.client.api_client.ApiClient": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 127}, "docusign_webforms.client.api_client.ApiClient.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 7}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 12, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 34, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 7, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 6}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 98}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 55}, "docusign_webforms.client.api_client.ApiClient.call_api": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 44, "bases": 0, "doc": 319}, "docusign_webforms.client.api_client.ApiClient.request": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 9}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 57}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 45}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 44}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 49}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 55}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 119}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 107}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 43}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 78}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 17}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 17}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 171}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "docusign_webforms.client.api_exception": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.client.api_exception.ApiException": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 11}, "docusign_webforms.client.api_exception.ApiException.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "docusign_webforms.client.api_exception.ArgumentException": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 11}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "docusign_webforms.client.api_exception.InvalidBasePath": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 11}, "docusign_webforms.client.api_response": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.client.api_response.RESTResponse": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 230}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.client.api_response.RESTClientObject": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.request": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 137}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 3}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 3}, "docusign_webforms.client.auth": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.client.auth.oauth": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.client.auth.oauth.OAuth": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 21}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 36}, "docusign_webforms.client.auth.oauth.Account": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Account.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Account.is_default": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Account.account_id": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Account.account_name": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Account.organization": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Link": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Link.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Link.rel": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Link.href": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Link.organization": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 36}, "docusign_webforms.client.auth.oauth.Link.to_json": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Organization": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Organization.links": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Organization.list": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthToken": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 53}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 29}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 26}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 26}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 29}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 26}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.client.configuration": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.client.configuration.singleton": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "docusign_webforms.client.configuration.Configuration": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "docusign_webforms.models": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.account_id": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.account_id.AccountId": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.account_id.AccountId.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.account_id.AccountId.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.account_id.AccountId.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.assertion_id": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.assertion_id.AssertionId": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.authentication_instant": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.authentication_method": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.brand_id": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.brand_id.BrandId": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.brand_id.BrandId.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.brand_id.BrandId.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.client_user_id": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.client_user_id.ClientUserId": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.component_key": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.component_key.ComponentKey": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.count": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.count.Count": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.count.Count.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.count.Count.swagger_types": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.count.Count.attribute_map": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.count.Count.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.count.Count.to_str": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.create_instance_request_body": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 39, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 39, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 32}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.created_date_time": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.envelope_id": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.envelope_id.EnvelopeId": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.expiration_date_time": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.expiration_offset": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.form_sort_by": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.form_sort_by.FormSortBy": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.form_url": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.form_url.FormUrl": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.form_url.FormUrl.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.form_url.FormUrl.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.guid": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.guid.Guid": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.guid.Guid.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.guid.Guid.swagger_types": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.guid.Guid.attribute_map": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.guid.Guid.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.guid.Guid.to_str": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.http_error": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.http_error.HttpError": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.http_error.HttpError.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 10, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 10, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.http_error.HttpError.error_code": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.http_error.HttpError.message": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.http_error.HttpError.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.http_error.HttpError.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.http_success": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.http_success.HttpSuccess": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.http_success.HttpSuccess.status": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 28}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_id": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.instance_id.InstanceId": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_source": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.instance_source.InstanceSource": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_status": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.instance_status.InstanceStatus": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_token": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.instance_token.InstanceToken": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.is_private_access": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.is_published": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.is_published.IsPublished": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.is_published.IsPublished.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.is_published.IsPublished.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.is_standalone": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.is_standalone.IsStandalone": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.last_modified_date_time": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.model_date_time": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.model_date_time.ModelDateTime": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.return_url": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.return_url.ReturnUrl": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.search_text": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.search_text.SearchText": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.search_text.SearchText.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.search_text.SearchText.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.search_text.SearchText.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.security_domain": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.security_domain.SecurityDomain": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.source": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.source.Source": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.source.Source.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.source.Source.API_REMOTE": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.source.Source.UI_REMOTE": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.source.Source.swagger_types": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.source.Source.attribute_map": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.source.Source.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.source.Source.to_str": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.start_position": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.start_position.StartPosition": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.start_position.StartPosition.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.start_position.StartPosition.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.tags": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.tags.Tags": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.tags.Tags.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.tags.Tags.swagger_types": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.tags.Tags.attribute_map": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.tags.Tags.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.tags.Tags.to_str": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.template_properties": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.template_properties.TemplateProperties": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 22, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 22, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 50}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 50}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 40}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.token_expiration_date_time": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.update_instance_request_body": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 7, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 7, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.user_filter": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.user_filter.UserFilter": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.user_id": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.user_id.UserId": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.user_id.UserId.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.user_id.UserId.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.user_id.UserId.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.user_id.UserId.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.user_id.UserId.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form.WebForm": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 24}, "docusign_webforms.models.web_form.WebForm.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 47, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 47, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form.WebForm.version_id": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form.WebForm.form_content": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form.WebForm.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form.WebForm.to_str": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_adm_type": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_component": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_component.WebFormComponent": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 15, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 15, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 42}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 46}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_component_type": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_components_map": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_content": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_content.WebFormContent": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 21, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 17, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 41}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 44}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_id": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_id.WebFormId": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 50, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 50, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 34}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 28}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 32}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 28}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 44}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance_envelopes": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 28}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance_list": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 39}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance_metadata": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 28, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 28, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 32}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 32}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 34}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 46}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_metadata": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 118, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 116, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 41}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 44}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 46}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 46}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 46}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 45}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 45}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 49}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 49}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 50}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 53}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 49}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 55}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_name": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_name.WebFormName": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_properties": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 11, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 11, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 28}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 32}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_published_names": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_source": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_source.WebFormSource": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_state": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_state.WebFormState": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_summary": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 39, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 39, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 28}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 40}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 45}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 41}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 48}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_summary_list": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 32, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 32, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 42}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 41}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 44}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 44}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 42}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 42}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_type": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_type.WebFormType": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 36}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_user_info": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 11, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 11, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_values": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_values.WebFormValues": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_version_id": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 8}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}}, "length": 703, "save": true}, "index": {"qualname": {"root": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 74, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 2, "m": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}}, "df": 17, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 6}}}}}}}}}}}}}, "s": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 2, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}}, "df": 6}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}}, "df": 6}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 74, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}}, "df": 6, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}}, "df": 11}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}}, "df": 11}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}}, "df": 6}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}}, "df": 6}}}}}}}, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}}, "df": 7, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}}, "df": 1}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}}, "df": 3}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}}, "df": 1}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {"docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}}, "df": 7, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}}, "df": 6}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}, "d": {"docs": {"docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}}, "df": 17, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 2}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}}, "df": 2, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}}, "df": 4, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}}, "df": 15}}}}}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}}, "df": 1}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}}, "df": 4}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.configuration.Configuration": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 4, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}}, "df": 6}}}, "s": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}}, "df": 1}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}}, "df": 6}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}}, "df": 1}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}}, "df": 2}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 1}}}}}}}, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 7}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}}, "df": 18}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}}, "df": 13}}}}, "s": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}}, "df": 10}}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}}, "df": 6}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}}, "df": 7}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}}, "df": 7}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}}, "df": 11}}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}}, "df": 28}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}}, "df": 6}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}}, "df": 8}}}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}}, "df": 9}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}}, "df": 8}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}}, "df": 15, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}}, "df": 13}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}}, "df": 8}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}}, "df": 8}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}}, "df": 6}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 6, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}}, "df": 1}}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}}, "df": 8}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}}, "df": 7}}}}}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}}, "df": 3}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {"docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}}, "df": 10, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}}, "df": 1, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}}, "df": 6}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}}, "df": 6}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.client.auth.oauth.Link": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}}, "df": 7, "s": {"docs": {"docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 11, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}}, "df": 3}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}}, "df": 4}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTClientObject": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {"docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}}, "df": 1}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}}, "df": 6}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}}, "df": 4}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}}, "df": 1}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 130, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}}, "df": 11, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}}, "df": 5, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}}, "df": 64}}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}}, "df": 8}}}, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}}, "df": 10}}}}}}}}}}, "s": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}}, "df": 2}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 14}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}}, "df": 5, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}}, "df": 25}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}}, "df": 4}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}}, "df": 11, "s": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}}, "df": 6}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}}, "df": 6}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}}, "df": 24}}}}}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}}, "df": 1}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}}, "df": 61}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}}, "df": 1}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}}, "df": 3}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}}, "df": 3}, "c": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}}, "df": 1}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 2}}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}}, "df": 1}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}}, "df": 2}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}}, "df": 5}}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 9, "s": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}}, "df": 61, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}, "e": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 2, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}}, "df": 8}}}}}}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 11, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}}, "df": 14}}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}}, "df": 10}}}}}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}}, "df": 9}}}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}}, "df": 1}, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 7, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}}, "df": 9}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}}, "df": 6}}}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}}, "df": 2}, "l": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}}, "df": 6}}, "i": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}}, "df": 2}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}}, "df": 6}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}}, "df": 4}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}}, "df": 6}}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}}, "df": 4}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.configuration.singleton": {"tf": 1}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}}, "df": 6}}}}}}}}}}, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}}, "df": 2}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 62, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}}, "df": 4}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}}, "df": 2}}, "e": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}}, "df": 2}}}}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}}, "df": 61}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}}, "df": 12}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}}, "df": 63}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}}, "df": 1}, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 16, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}}, "df": 1}}}}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 2}}}}}, "j": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 3}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}}, "df": 6}}}}}}, "y": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}}, "df": 9}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}}, "df": 1}, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}}, "df": 3, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}}, "df": 4}}}, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}}, "df": 2}}}}}}}, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}}, "df": 6}}, "s": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}}, "df": 3}}}}}, "d": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "x": {"5": {"0": {"9": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}}, "df": 3}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}}, "df": 1}}}}}}}}}, "fullname": {"root": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 74, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.client.configuration.singleton": {"tf": 1}, "docusign_webforms.client.configuration.Configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 703}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}}, "df": 8}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}}, "df": 63}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}}, "df": 1}, "e": {"docs": {"docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 51, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 2}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {"docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 257, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}}, "df": 8, "s": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.client.configuration.singleton": {"tf": 1}, "docusign_webforms.client.configuration.Configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 703, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}}, "df": 9}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}}, "df": 8}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}}, "df": 15, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}}, "df": 13}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}}, "df": 18}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}}, "df": 13}}}}, "s": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}}, "df": 10}}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}}, "df": 6}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}}, "df": 7}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}}, "df": 7}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}}, "df": 11}}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}}, "df": 28}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}}, "df": 6}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}}, "df": 8}}}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}}, "df": 8}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}}, "df": 8}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}}, "df": 6}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 7}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}}, "df": 69, "s": {"docs": {"docusign_webforms.apis": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 19}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}}, "df": 25}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}}, "df": 11}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}}, "df": 18, "s": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}}, "df": 6}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}}, "df": 57, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}}, "df": 34, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}}, "df": 6}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}}, "df": 24}}}}}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}}, "df": 1}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}}, "df": 2}, "m": {"docs": {"docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}}, "df": 19}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}}, "df": 61}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 2, "m": {"docs": {"docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 291, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 6}}}}}}}}}}}}}, "s": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 2, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}}, "df": 6}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}}, "df": 6}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}}, "df": 10}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}}, "df": 120, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}}, "df": 11}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}}, "df": 11}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}}, "df": 6}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}}, "df": 6}}}}}}}, "t": {"docs": {"docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}}, "df": 8}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 74, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}}, "df": 16, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}}, "df": 1}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}}, "df": 3}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}}, "df": 1}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {"docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}}, "df": 28, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}}, "df": 6}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}, "d": {"docs": {"docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 80, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 18}}}}}}}}, "p": {"docs": {"docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}}, "df": 67, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}}, "df": 7, "s": {"docs": {"docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 576}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}}, "df": 15}}}}}}}, "e": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 2, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}}, "df": 26}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}}, "df": 43}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}}, "df": 18, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}}, "df": 11, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}}, "df": 15}}}}}}}}}}}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.client.configuration.singleton": {"tf": 1}, "docusign_webforms.client.configuration.Configuration": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}}, "df": 116, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}}, "df": 1}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}}, "df": 15}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.client.configuration.singleton": {"tf": 1}, "docusign_webforms.client.configuration.Configuration": {"tf": 1.4142135623730951}}, "df": 3}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 32, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}}, "df": 6}}}, "s": {"docs": {"docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}}, "df": 8}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.to_str": {"tf": 1.4142135623730951}}, "df": 7}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}}, "df": 2}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 1}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}}, "df": 23, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}}, "df": 1}}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}}, "df": 8}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}}, "df": 7}}}}}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}}, "df": 3}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {"docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}}, "df": 10, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}}, "df": 1, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1.4142135623730951}}, "df": 7}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}}, "df": 28}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.client.auth.oauth.Link": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}}, "df": 7, "s": {"docs": {"docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 18, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}}, "df": 3}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}}, "df": 28}}}}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 15}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}}, "df": 4}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTClientObject": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {"docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}}, "df": 1}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}}, "df": 8, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}}, "df": 6}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}}, "df": 4}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}}, "df": 1}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 130, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}}, "df": 25, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}}, "df": 47, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}}, "df": 64}}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}}, "df": 9}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 49}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}}, "df": 7, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}}, "df": 11, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}}, "df": 10}}}}}}}}}}, "s": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}}, "df": 2}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1}}, "df": 1}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}}, "df": 8}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}}, "df": 23}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}}, "df": 3}, "c": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}}, "df": 1}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 9}}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}}, "df": 1}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}}, "df": 2}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}}, "df": 19}}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 16, "s": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}}, "df": 8}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}}, "df": 58, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}}, "df": 14}}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}}, "df": 10}}}}}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}}, "df": 9}}}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}}, "df": 8}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}}, "df": 1}, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}}, "df": 38, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}}, "df": 9}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}}, "df": 6}}}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}}, "df": 2}, "l": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}}, "df": 20}}, "i": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}}, "df": 2}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}}, "df": 6}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}}, "df": 4}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}}, "df": 8, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}}, "df": 7, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}}, "df": 6}}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}}, "df": 4}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.configuration.singleton": {"tf": 1}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}}, "df": 6}}}}}}}}}}, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}}, "df": 2}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}}, "df": 1}}}}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}}, "df": 8}}}}}, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}}, "df": 30}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 62, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}}, "df": 4}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}}, "df": 14}}, "e": {"docs": {"docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}}, "df": 10}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}}, "df": 9}}}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}}, "df": 8, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}}, "df": 61}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}}, "df": 7}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}}, "df": 35}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}}, "df": 1}}}}, "j": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 3}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}}, "df": 6}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}}, "df": 24}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {"docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}}, "df": 16}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 6}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}}, "df": 1}, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}}, "df": 24, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}}, "df": 6}}}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}}, "df": 4}}}, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}}, "df": 2}}}}}}}, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}}, "df": 7, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}}, "df": 6}}, "s": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}}, "df": 9}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}}, "df": 3}}}}}, "d": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}}, "df": 9}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {"docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}}, "df": 8}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "x": {"5": {"0": {"9": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}}, "df": 10}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 8}}}}}}}}}, "annotation": {"root": {"docs": {}, "df": 0}}, "default_value": {"root": {"docs": {"docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 3.4641016151377544}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 5.0990195135927845}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 3.4641016151377544}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 2.23606797749979}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 2.23606797749979}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 2}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 2}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 2.6457513110645907}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 2.6457513110645907}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 2}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 2}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 3.7416573867739413}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 3.7416573867739413}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 2}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 2}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 2}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 2}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 2.8284271247461903}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 2.8284271247461903}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 5}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 5}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 3.1622776601683795}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 3.1622776601683795}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1.4142135623730951}}, "df": 192, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}}, "df": 1, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}}, "df": 3}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2}, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1}}, "df": 1}}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1}}, "df": 1}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 2, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "d": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 2}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 2}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}}, "df": 18, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 2}}, "s": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1.7320508075688772}}, "df": 8, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 2}}}}}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1.4142135623730951}}, "df": 4}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}}, "df": 3}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 3}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 3}}, "df": 4, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 2}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 2}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 2}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1.7320508075688772}}, "df": 13, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 3}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 2, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 2}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1.4142135623730951}}, "df": 16, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1.4142135623730951}}, "df": 4}}, "e": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 4}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1}}, "df": 3}}}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}}, "df": 6}}}}}}}}}}, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.7320508075688772}}, "df": 2}}}}, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1}}, "df": 1}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.7320508075688772}}, "df": 2, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 2}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 2}}, "df": 5, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1}}, "df": 1}}}}}}}}, "y": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 2.449489742783178}}, "df": 5}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 3}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 3}}, "df": 11, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 3}}, "df": 7}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 5}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}}, "df": 2}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 2, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}}, "df": 1}, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 3}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1.4142135623730951}}, "df": 2, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}}, "df": 4}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 2, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}}, "df": 6, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1}}, "df": 3}}}, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}}, "df": 2, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 6}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}, "d": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 4, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.4142135623730951}}, "df": 4}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1}}, "df": 1}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 4, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 2, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 4, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}, "l": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1.4142135623730951}}, "df": 8}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1.4142135623730951}}, "df": 6, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}}, "df": 2}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 4}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.4142135623730951}}, "df": 4, ":": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1.4142135623730951}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1}}, "df": 3}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 3}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 3}}, "df": 8}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1.4142135623730951}}, "df": 2, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 4, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1}}, "df": 6, "s": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1}}, "df": 2}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 2}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 6, "s": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 6}}}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1}}, "df": 1}}}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}}, "df": 4}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}, "e": {"docs": {"docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 2, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1}}, "df": 6}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1.4142135623730951}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 2.449489742783178}}, "df": 4}}}}}}}}, "x": {"5": {"0": {"9": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1}}, "df": 6}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1}}, "df": 1}}}}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}}, "df": 3}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}}, "df": 2}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1}}, "df": 2}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 2.8284271247461903}}, "df": 2}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1}}, "df": 1}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1}}, "df": 1}}}}}}, "signature": {"root": {"4": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}}, "df": 1}, "docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.client.configuration.singleton": {"tf": 1.4142135623730951}, "docusign_webforms.client.configuration.Configuration": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1.4142135623730951}}, "df": 252, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "f": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 249}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 1, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 3}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}}}, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}}, "df": 2}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1.4142135623730951}}, "df": 14, "s": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.client.configuration.singleton": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 6}}}}, "s": {"docs": {"docusign_webforms.client.configuration.singleton": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}}, "df": 2, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}}, "df": 2}}}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 11}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 62}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 3.4641016151377544}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 2}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 2.23606797749979}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 2.6457513110645907}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 2.23606797749979}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 2.449489742783178}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 85}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}}, "df": 8}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}}, "df": 18}, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 3, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 6}}}}}}}, "s": {"docs": {"docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}}, "df": 1}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}}, "df": 3}}}, "y": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}, "k": {"docs": {}, "df": 0, "w": {"docs": {"docusign_webforms.client.configuration.singleton": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 74}}}}}, "e": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 3, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {"docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}}, "df": 4}}}}, "b": {"docs": {}, "df": 0, "j": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1}}, "df": 5}}, "n": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}}, "df": 3}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1.4142135623730951}}, "df": 12}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 8}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1}}, "df": 2, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 3}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {"docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1}}, "df": 1}, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 4, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10}}}}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.7320508075688772}}, "df": 3}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1}}, "df": 1}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 10, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}}, "df": 2}}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1}}, "df": 9}, "i": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1}}, "df": 2}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 3}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1}}, "df": 1, "s": {"docs": {"docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1}}, "df": 1}}}}}}}, "bases": {"root": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 3}}}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 3}}}}}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}}, "df": 1}}}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}}, "df": 1, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}}, "df": 1}}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form.WebForm": {"tf": 1}}, "df": 1}}}}}}}}}, "doc": {"root": {"0": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}, "1": {"docs": {"docusign_webforms": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api": {"tf": 2}, "docusign_webforms.apis.form_management_api": {"tf": 2}, "docusign_webforms.client": {"tf": 2}, "docusign_webforms.client.api_client": {"tf": 2}, "docusign_webforms.client.api_exception": {"tf": 2}, "docusign_webforms.client.api_response": {"tf": 2}, "docusign_webforms.client.auth": {"tf": 2}, "docusign_webforms.client.auth.oauth": {"tf": 2}, "docusign_webforms.client.configuration": {"tf": 2}, "docusign_webforms.models": {"tf": 2}, "docusign_webforms.models.account_id": {"tf": 2}, "docusign_webforms.models.assertion_id": {"tf": 2}, "docusign_webforms.models.authentication_instant": {"tf": 2}, "docusign_webforms.models.authentication_method": {"tf": 2}, "docusign_webforms.models.brand_id": {"tf": 2}, "docusign_webforms.models.client_user_id": {"tf": 2}, "docusign_webforms.models.component_key": {"tf": 2}, "docusign_webforms.models.count": {"tf": 2}, "docusign_webforms.models.create_instance_request_body": {"tf": 2}, "docusign_webforms.models.created_date_time": {"tf": 2}, "docusign_webforms.models.envelope_id": {"tf": 2}, "docusign_webforms.models.expiration_date_time": {"tf": 2}, "docusign_webforms.models.expiration_offset": {"tf": 2}, "docusign_webforms.models.form_sort_by": {"tf": 2}, "docusign_webforms.models.form_url": {"tf": 2}, "docusign_webforms.models.guid": {"tf": 2}, "docusign_webforms.models.http_error": {"tf": 2}, "docusign_webforms.models.http_success": {"tf": 2}, "docusign_webforms.models.instance_id": {"tf": 2}, "docusign_webforms.models.instance_source": {"tf": 2}, "docusign_webforms.models.instance_status": {"tf": 2}, "docusign_webforms.models.instance_token": {"tf": 2}, "docusign_webforms.models.is_private_access": {"tf": 2}, "docusign_webforms.models.is_published": {"tf": 2}, "docusign_webforms.models.is_standalone": {"tf": 2}, "docusign_webforms.models.last_modified_date_time": {"tf": 2}, "docusign_webforms.models.model_date_time": {"tf": 2}, "docusign_webforms.models.return_url": {"tf": 2}, "docusign_webforms.models.search_text": {"tf": 2}, "docusign_webforms.models.security_domain": {"tf": 2}, "docusign_webforms.models.source": {"tf": 2}, "docusign_webforms.models.start_position": {"tf": 2}, "docusign_webforms.models.tags": {"tf": 2}, "docusign_webforms.models.template_properties": {"tf": 2}, "docusign_webforms.models.token_expiration_date_time": {"tf": 2}, "docusign_webforms.models.update_instance_request_body": {"tf": 2}, "docusign_webforms.models.user_filter": {"tf": 2}, "docusign_webforms.models.user_id": {"tf": 2}, "docusign_webforms.models.web_form": {"tf": 2}, "docusign_webforms.models.web_form_adm_type": {"tf": 2}, "docusign_webforms.models.web_form_component": {"tf": 2}, "docusign_webforms.models.web_form_component_type": {"tf": 2}, "docusign_webforms.models.web_form_components_map": {"tf": 2}, "docusign_webforms.models.web_form_content": {"tf": 2}, "docusign_webforms.models.web_form_id": {"tf": 2}, "docusign_webforms.models.web_form_instance": {"tf": 2}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 2}, "docusign_webforms.models.web_form_instance_list": {"tf": 2}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 2}, "docusign_webforms.models.web_form_metadata": {"tf": 2}, "docusign_webforms.models.web_form_name": {"tf": 2}, "docusign_webforms.models.web_form_properties": {"tf": 2}, "docusign_webforms.models.web_form_published_names": {"tf": 2}, "docusign_webforms.models.web_form_source": {"tf": 2}, "docusign_webforms.models.web_form_state": {"tf": 2}, "docusign_webforms.models.web_form_summary": {"tf": 2}, "docusign_webforms.models.web_form_summary_list": {"tf": 2}, "docusign_webforms.models.web_form_type": {"tf": 2}, "docusign_webforms.models.web_form_user_info": {"tf": 2}, "docusign_webforms.models.web_form_values": {"tf": 2}, "docusign_webforms.models.web_form_version_id": {"tf": 2}}, "df": 72}, "4": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 2}, "docs": {"docusign_webforms": {"tf": 2.6457513110645907}, "docusign_webforms.apis": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 11}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 11}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 11}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 11}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 10.770329614269007}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 10.770329614269007}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 11}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 11}, "docusign_webforms.apis.form_management_api": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 10.908712114635714}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 10.908712114635714}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 11.489125293076057}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 11.489125293076057}, "docusign_webforms.client": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_client": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_client.ApiClient": {"tf": 5.477225575051661}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.PRIMITIVE_TYPES": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.NATIVE_TYPES_MAPPING": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.OAUTH_TYPES": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.set_default_header": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 5.0990195135927845}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 5.291502622129181}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 10.246950765959598}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 5}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 5.291502622129181}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 5}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 5}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 4.898979485566356}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 6.48074069840786}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 6.164414002968976}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 4.795831523312719}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 5.5677643628300215}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 3.605551275463989}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 3.605551275463989}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 3.605551275463989}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 6.324555320336759}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 2.8284271247461903}, "docusign_webforms.client.api_exception": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_exception.ApiException.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_exception.ArgumentException.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 4.898979485566356}, "docusign_webforms.client.api_response.RESTResponse.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 7.14142842854285}, "docusign_webforms.client.api_response.RESTClientObject.GET": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.HEAD": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.OPTIONS": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.DELETE": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.POST": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.PUT": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.PATCH": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth": {"tf": 2.6457513110645907}, "docusign_webforms.client.auth.oauth": {"tf": 2.6457513110645907}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_SIGNATURE": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_EXTENDED": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.SCOPE_IMPERSONATION": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.DEMO_OAUTH_BASE_PATH": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.PRODUCTION_OAUTH_BASE_PATH": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuth.GRANT_TYPE_JWT": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.sub": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.created": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.email": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.name": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.given_name": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.family_name": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.list": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.accounts": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.add_account": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.get_accounts": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 4}, "docusign_webforms.client.auth.oauth.Account": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.is_default": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.get_is_default": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.account_id": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.account_name": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.base_uri": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Account.organization": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Link": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Link.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Link.rel": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Link.href": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Link.organization": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 4}, "docusign_webforms.client.auth.oauth.Link.to_json": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Organization": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Organization.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Organization.organization_id": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Organization.links": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Organization.list": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Organization.add_links": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.Organization.to_indented_string": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthToken": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 4.242640687119285}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 3.4641016151377544}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 3.4641016151377544}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 3.4641016151377544}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 3.4641016151377544}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 3.4641016151377544}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 3.4641016151377544}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.client.configuration": {"tf": 2.6457513110645907}, "docusign_webforms.client.configuration.singleton": {"tf": 1.7320508075688772}, "docusign_webforms.client.configuration.Configuration": {"tf": 1.7320508075688772}, "docusign_webforms.models": {"tf": 2.6457513110645907}, "docusign_webforms.models.account_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.account_id.AccountId": {"tf": 2.449489742783178}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.account_id.AccountId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 2.449489742783178}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.assertion_id.AssertionId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant": {"tf": 2.6457513110645907}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 2.449489742783178}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method": {"tf": 2.6457513110645907}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 2.449489742783178}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.BIOMETRIC": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.EMAIL": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.HTTPBASICAUTH": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KERBEROS": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.KNOWLEDGEBASEDAUTH": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.NONE": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PAPERDOCUMENTS": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.PASSWORD": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.RSASECUREID": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_CASITEMINDER": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_INFOCARD": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_MICROSOFTACTIVEDIRECTORY": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_OTHER": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_PASSPORT": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SINGLESIGNON_SAML": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SMARTCARD": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.SSLMUTUALAUTH": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 2.23606797749979}, "docusign_webforms.models.authentication_method.AuthenticationMethod.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.brand_id.BrandId": {"tf": 2.449489742783178}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.brand_id.BrandId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 2.449489742783178}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.client_user_id.ClientUserId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key": {"tf": 2.6457513110645907}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 2.449489742783178}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.component_key.ComponentKey.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.count": {"tf": 2.6457513110645907}, "docusign_webforms.models.count.Count": {"tf": 2.449489742783178}, "docusign_webforms.models.count.Count.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.count.Count.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body": {"tf": 2.6457513110645907}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 2.449489742783178}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 3.4641016151377544}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 3.872983346207417}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time": {"tf": 2.6457513110645907}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 2.449489742783178}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.created_date_time.CreatedDateTime.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 2.449489742783178}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.envelope_id.EnvelopeId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time": {"tf": 2.6457513110645907}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 2.449489742783178}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset": {"tf": 2.6457513110645907}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 2.449489742783178}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.expiration_offset.ExpirationOffset.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by": {"tf": 2.6457513110645907}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 2.449489742783178}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.form_sort_by.FormSortBy.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url": {"tf": 2.6457513110645907}, "docusign_webforms.models.form_url.FormUrl": {"tf": 2.449489742783178}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.form_url.FormUrl.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid": {"tf": 2.6457513110645907}, "docusign_webforms.models.guid.Guid": {"tf": 2.449489742783178}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.guid.Guid.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error": {"tf": 2.6457513110645907}, "docusign_webforms.models.http_error.HttpError": {"tf": 2.449489742783178}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error.HttpError.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 3.872983346207417}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 3.872983346207417}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success": {"tf": 2.6457513110645907}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 2.449489742783178}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_success.HttpSuccess.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 3.4641016151377544}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 2.449489742783178}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_id.InstanceId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source": {"tf": 2.6457513110645907}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 2.449489742783178}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.PUBLIC_URL": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source.InstanceSource.API_EMBEDDED": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source.InstanceSource.API_REMOTE": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source.InstanceSource.UI_REMOTE": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 2.23606797749979}, "docusign_webforms.models.instance_source.InstanceSource.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source.InstanceSource.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status": {"tf": 2.6457513110645907}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 2.449489742783178}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.INITIATED": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status.InstanceStatus.IN_PROGRESS": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status.InstanceStatus.SUBMITTED": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status.InstanceStatus.EXPIRED": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 2.23606797749979}, "docusign_webforms.models.instance_status.InstanceStatus.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status.InstanceStatus.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token": {"tf": 2.6457513110645907}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 2.449489742783178}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_token.InstanceToken.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access": {"tf": 2.6457513110645907}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 2.449489742783178}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_private_access.IsPrivateAccess.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published": {"tf": 2.6457513110645907}, "docusign_webforms.models.is_published.IsPublished": {"tf": 2.449489742783178}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_published.IsPublished.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone": {"tf": 2.6457513110645907}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 2.449489742783178}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_standalone.IsStandalone.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time": {"tf": 2.6457513110645907}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 2.449489742783178}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time": {"tf": 2.6457513110645907}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 2.449489742783178}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.model_date_time.ModelDateTime.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url": {"tf": 2.6457513110645907}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 2.449489742783178}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.return_url.ReturnUrl.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text": {"tf": 2.6457513110645907}, "docusign_webforms.models.search_text.SearchText": {"tf": 2.449489742783178}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.search_text.SearchText.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain": {"tf": 2.6457513110645907}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 2.449489742783178}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.security_domain.SecurityDomain.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.source": {"tf": 2.6457513110645907}, "docusign_webforms.models.source.Source": {"tf": 2.449489742783178}, "docusign_webforms.models.source.Source.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.PUBLIC_URL": {"tf": 1.7320508075688772}, "docusign_webforms.models.source.Source.API_EMBEDDED": {"tf": 1.7320508075688772}, "docusign_webforms.models.source.Source.API_REMOTE": {"tf": 1.7320508075688772}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 2.23606797749979}, "docusign_webforms.models.source.Source.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.source.Source.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position": {"tf": 2.6457513110645907}, "docusign_webforms.models.start_position.StartPosition": {"tf": 2.449489742783178}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.start_position.StartPosition.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags": {"tf": 2.6457513110645907}, "docusign_webforms.models.tags.Tags": {"tf": 2.449489742783178}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.tags.Tags.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties": {"tf": 2.6457513110645907}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 2.449489742783178}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 3.872983346207417}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 3.872983346207417}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 3.872983346207417}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time": {"tf": 2.6457513110645907}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 2.449489742783178}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body": {"tf": 2.6457513110645907}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 2.449489742783178}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 3.4641016151377544}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter": {"tf": 2.6457513110645907}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 2.449489742783178}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.OWNED_BY_ME": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_filter.UserFilter.SHARED_WITH_ME": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 2.23606797749979}, "docusign_webforms.models.user_filter.UserFilter.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_filter.UserFilter.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.user_id.UserId": {"tf": 2.449489742783178}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_id.UserId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form.WebForm": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form.WebForm.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.STRING": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.BOOLEAN": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DOUBLE": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATETIME": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.ARRAYOFSTRING": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.CHECKBOXGROUP": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.DATE": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.EMAIL": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.NUMBER": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.RADIOBUTTONGROUP": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.SELECT": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.CHECKBOXGROUP": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.DATE": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.EMAIL": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.NUMBER": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.RADIOBUTTONGROUP": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.SELECT": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_id.WebFormId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_name.WebFormName.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_properties.WebFormProperties.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.TEMPLATES": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_source.WebFormSource.BLANK": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_source.WebFormSource.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_source.WebFormSource.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.ACTIVE": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_state.WebFormState.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_state.WebFormState.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.STANDALONE": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_type.WebFormType.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_type.WebFormType.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 3.4641016151377544}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 3.872983346207417}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_values.WebFormValues.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id": {"tf": 2.6457513110645907}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.swagger_types": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.attribute_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1.4142135623730951}}, "df": 703, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {"docusign_webforms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_management_api": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_exception": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth": {"tf": 1.4142135623730951}, "docusign_webforms.client.configuration": {"tf": 1.4142135623730951}, "docusign_webforms.models": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.count": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.source": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id": {"tf": 1.4142135623730951}}, "df": 90, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}}, "df": 19, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1.4142135623730951}}, "df": 4}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.4142135623730951}}, "df": 6}}}}}}}}}}}}}}}, "d": {"docs": {"docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}}, "df": 10, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.4142135623730951}}, "df": 10}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}}, "df": 1}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.4142135623730951}}, "df": 4, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1.4142135623730951}}, "df": 5}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1.4142135623730951}}, "df": 23}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}}, "df": 3}}}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1.4142135623730951}}, "df": 3}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}}, "df": 16}, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}}, "df": 16}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}}, "df": 10}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 2}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 14, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "w": {"docs": {}, "df": 0, "w": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}}}, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}}, "df": 6}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}}, "df": 35, "m": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 3}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 3}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 52, "s": {"docs": {"docusign_webforms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2}, "docusign_webforms.client": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_exception": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth": {"tf": 1.7320508075688772}, "docusign_webforms.client.configuration": {"tf": 1.7320508075688772}, "docusign_webforms.models": {"tf": 1.7320508075688772}, "docusign_webforms.models.account_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.assertion_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_instant": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method": {"tf": 1.7320508075688772}, "docusign_webforms.models.brand_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.client_user_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.component_key": {"tf": 1.7320508075688772}, "docusign_webforms.models.count": {"tf": 1.7320508075688772}, "docusign_webforms.models.create_instance_request_body": {"tf": 1.7320508075688772}, "docusign_webforms.models.created_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.envelope_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.expiration_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.expiration_offset": {"tf": 1.7320508075688772}, "docusign_webforms.models.form_sort_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.form_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.guid": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_success": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_token": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_private_access": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_published": {"tf": 1.7320508075688772}, "docusign_webforms.models.is_standalone": {"tf": 1.7320508075688772}, "docusign_webforms.models.last_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.model_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.return_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.search_text": {"tf": 1.7320508075688772}, "docusign_webforms.models.security_domain": {"tf": 1.7320508075688772}, "docusign_webforms.models.source": {"tf": 1.7320508075688772}, "docusign_webforms.models.start_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties": {"tf": 1.7320508075688772}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.update_instance_request_body": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_filter": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_components_map": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_list": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_name": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_properties": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_published_names": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_source": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_state": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_user_info": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_values": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_version_id": {"tf": 1.7320508075688772}}, "df": 74, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.4142135623730951}}, "df": 2}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}}}}}}}, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}}, "df": 13}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1.4142135623730951}}, "df": 2}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}}, "df": 2, "s": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}}, "df": 10}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}}, "df": 1}}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}, "w": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}, "p": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}}, "df": 1}}, "a": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2.449489742783178}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 2.449489742783178}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}}, "df": 151, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient": {"tf": 2}, "docusign_webforms.client.api_exception": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1.4142135623730951}, "docusign_webforms.models": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.count": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.source": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id": {"tf": 1.4142135623730951}}, "df": 88, "/": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 75}}}}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2}}, "df": 3, "/": {"docs": {}, "df": 0, "x": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}}, "e": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}}, "df": 7}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 4}}}, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 65}, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}}, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}}, "df": 20, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 3, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}}, "df": 4}}}}}}, "d": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1.4142135623730951}}, "df": 21}}, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}}, "df": 67, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 13, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}}, "df": 13}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}}, "df": 3, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}}, "df": 1}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}}, "df": 15, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1.4142135623730951}}, "df": 3, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1.4142135623730951}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}}, "df": 6, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}}, "df": 8}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 9, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 5}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 2}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 4}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 2}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 2}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 2}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 2}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 2}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 2}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 2}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 2}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 2}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 2}}, "df": 11, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 10}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api": {"tf": 1.4142135623730951}, "docusign_webforms.client": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_exception": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth": {"tf": 1.4142135623730951}, "docusign_webforms.client.configuration": {"tf": 1.4142135623730951}, "docusign_webforms.models": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.count": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.source": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id": {"tf": 1.4142135623730951}}, "df": 77}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1.4142135623730951}}, "df": 19, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}}, "df": 7}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 2.8284271247461903}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 2.8284271247461903}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 3}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 3}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 3}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 3.605551275463989}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2.8284271247461903}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 3}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 2}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 2}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 2}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 2}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 2}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 2}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 2}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 2}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 2}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 2}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 2}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 2}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 2.23606797749979}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 2}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 2}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 2}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 2}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 2}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1.4142135623730951}}, "df": 392, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 5}}, "y": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 174}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 13}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 2}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 33}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 36, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}}, "df": 13, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.7320508075688772}}, "df": 3}}}, "o": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}}, "df": 17}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}}, "df": 1}}}}}}}}}, "u": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 2.23606797749979}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 2.23606797749979}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}}, "df": 5, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}}, "df": 3}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.4142135623730951}}, "df": 5}}}}}}}}}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 19, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 13}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.7320508075688772}}, "df": 14, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.7320508075688772}}, "df": 2, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 3, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}}, "df": 1}}}, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1.7320508075688772}}, "df": 3}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 138}, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 65}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}}, "df": 6, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 94}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 3}}}}, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 3.4641016151377544}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 3.4641016151377544}}, "df": 12}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.guid.Guid.__init__": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}}, "df": 10, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}}}}, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.7320508075688772}}, "df": 7, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 3, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}}, "df": 2, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}}, "df": 1, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}}}, "e": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "d": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.4142135623730951}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 2}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 138, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 13}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 3}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 14, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 68}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}}, "df": 6, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1.4142135623730951}}, "df": 3}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}}, "df": 4}}}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.4142135623730951}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}}, "df": 3}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 3}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}}}, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2}}, "df": 2}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.7320508075688772}}, "df": 3, "s": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1.4142135623730951}}, "df": 3, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}}, "df": 3}, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}}, "z": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.7320508075688772}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1.7320508075688772}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}, "t": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.7320508075688772}}, "df": 15, "s": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 75}}}}}}}}}, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1.4142135623730951}}, "df": 3}}}}}}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}, "e": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 1}}, "s": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.4142135623730951}}, "df": 7, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}}, "df": 4, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}}, "df": 5}}}}}, "l": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 2}}}}}, "e": {"5": {"0": {"1": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.7320508075688772}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 159}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}}, "df": 2, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}}}, "n": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 65}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 6}}}}, "d": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.4142135623730951}}, "df": 1, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}}, "df": 1}}, "s": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.7320508075688772}}, "df": 3}}}}}}, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}}, "df": 7, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}}, "df": 1}}}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1.4142135623730951}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 3}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 3}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 7}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 2}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}}, "df": 5}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.7320508075688772}}, "df": 6, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}}, "df": 10}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.__init__": {"tf": null}, "docusign_webforms.client.api_response.RESTResponse": {"tf": null}}, "df": 2}}}}}}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.7320508075688772}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}}}}}, "m": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72, "/": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 75}}}}}}}}, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 3}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 2}}, "df": 4, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 3}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 69, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 75}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}}, "df": 3}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}}, "df": 3, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId": {"tf": 1.4142135623730951}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1.4142135623730951}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1.4142135623730951}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1.4142135623730951}, "docusign_webforms.models.count.Count": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1.4142135623730951}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1.4142135623730951}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1.4142135623730951}, "docusign_webforms.models.guid.Guid": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1.4142135623730951}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1.4142135623730951}, "docusign_webforms.models.search_text.SearchText": {"tf": 1.4142135623730951}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source": {"tf": 1.4142135623730951}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1.4142135623730951}, "docusign_webforms.models.tags.Tags": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1.4142135623730951}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_id.UserId": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1.4142135623730951}}, "df": 71, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2.449489742783178}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}}, "df": 9, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}}, "df": 3}}}}}}, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "d": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2}}, "df": 2, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1.4142135623730951}}, "df": 12}}}}}}}}}}}}}}}}}}}, "d": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}}, "df": 9, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 2, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.23606797749979}}, "df": 13}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 14}}, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 13, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}}, "df": 2}, "s": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.7320508075688772}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}}, "df": 1}}}}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "q": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.7320508075688772}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 159}}, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 70, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 67}}, "n": {"docs": {"docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}}, "df": 3, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 1}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.7320508075688772}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1.7320508075688772}}, "df": 19, "s": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1.7320508075688772}}, "df": 4}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 6}}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}}, "df": 17}}}}}}}, "f": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.__init__": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1.7320508075688772}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 2}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 177, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "r": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}, "l": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}, "b": {"docs": {}, "df": 0, "j": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}}, "df": 11, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}}, "df": 6, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}}, "df": 2}}, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}}, "df": 5, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1.4142135623730951}}, "df": 10}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1.4142135623730951}}, "df": 1, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}}, "df": 1}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "@": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}}, "df": 72}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 1}}}}}}}}, "f": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 15}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 13, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 62}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 11}}}}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 2}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}}, "df": 1}, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 2}}}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 66, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}}, "df": 6}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1.7320508075688772}}, "df": 7}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1.4142135623730951}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1.4142135623730951}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1.4142135623730951}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}}, "df": 78, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 3}}}}}}}}, "d": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.7320508075688772}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.4142135623730951}}, "df": 15, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "a": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}}, "df": 7}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client": {"tf": 1}, "docusign_webforms.client.api_client": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_exception": {"tf": 1}, "docusign_webforms.client.api_response": {"tf": 1}, "docusign_webforms.client.auth": {"tf": 1}, "docusign_webforms.client.auth.oauth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.configuration": {"tf": 1}, "docusign_webforms.models": {"tf": 1}, "docusign_webforms.models.account_id": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.created_date_time": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_name": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 163, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}}, "df": 3}}}}, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 23, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}}, "df": 4}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}}, "df": 4}}, "o": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_exception.ApiException": {"tf": 1}, "docusign_webforms.client.api_exception.ArgumentException": {"tf": 1}, "docusign_webforms.client.api_exception.InvalidBasePath": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 6, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "c": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}}, "df": 3}}}}, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 2}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 2}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 2}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 2}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 2}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 2}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 2}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 2}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 2}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 2}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 2}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 109, "o": {"8": {"6": {"0": {"1": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1.4142135623730951}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}}, "df": 94, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}}, "df": 13, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2.23606797749979}}, "df": 2, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {"docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 12}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1.4142135623730951}}, "df": 7, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}}, "df": 7}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 4}}}}}, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1, "o": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 4}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}}, "df": 2}}}}}}}}, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2.6457513110645907}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2.449489742783178}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}}, "df": 31, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}}, "df": 14, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.4142135623730951}}, "df": 3}}, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}}, "df": 13, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 5}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1.7320508075688772}}, "df": 2}}}}, "f": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.23606797749979}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}}, "df": 15}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 2}}, "df": 2}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "/": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}}, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 2}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 65}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}}, "df": 69}}}, "y": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 2}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}}, "df": 1, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}}, "df": 6}, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.7320508075688772}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1.4142135623730951}}, "df": 3, "/": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 12}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 12}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 5, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.449489742783178}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.7320508075688772}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}}, "df": 33}}}}}, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}}, "df": 5}}}, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "g": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}}, "df": 7}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}}, "df": 3}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}}, "df": 8}}}}, "c": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}}, "df": 2, "/": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1.7320508075688772}}, "df": 4}}}}}, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}}, "df": 4}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 2, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuth": {"tf": 1}, "docusign_webforms.models.account_id.AccountId": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey": {"tf": 1}, "docusign_webforms.models.count.Count": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl": {"tf": 1}, "docusign_webforms.models.guid.Guid": {"tf": 1}, "docusign_webforms.models.http_error.HttpError": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl": {"tf": 1}, "docusign_webforms.models.search_text.SearchText": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain": {"tf": 1}, "docusign_webforms.models.source.Source": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition": {"tf": 1}, "docusign_webforms.models.tags.Tags": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter": {"tf": 1}, "docusign_webforms.models.user_id.UserId": {"tf": 1}, "docusign_webforms.models.web_form.WebForm": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId": {"tf": 1}}, "df": 65}}}}}, "y": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 14, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}}, "df": 14}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1.4142135623730951}}, "df": 1}}}}, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 4}, "p": {"docs": {"docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 10, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 2}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1.4142135623730951}}, "df": 18, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1.4142135623730951}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}, "t": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.__init__": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.__init__": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.__init__": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.__init__": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.__init__": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.__init__": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.__init__": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.__init__": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.__init__": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.__init__": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.__init__": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.__init__": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.__init__": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.__init__": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.__init__": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.__init__": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.__init__": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.__init__": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.__init__": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.__init__": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.__init__": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.__init__": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.__init__": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.__init__": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.__init__": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.__init__": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.__init__": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.__init__": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.__init__": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.__init__": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.__init__": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.__init__": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.__init__": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.__init__": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.__init__": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.__init__": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.__init__": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.__init__": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.__init__": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.__init__": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.__init__": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.__init__": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 189, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 1}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.model_date_time.ModelDateTime.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1.4142135623730951}}, "df": 8}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "f": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 3, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1.4142135623730951}}, "df": 4, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 2}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 2.23606797749979}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 2}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 2}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 3.605551275463989}, "docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 2.8284271247461903}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}}, "df": 20, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 3}}, "s": {"docs": {"docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 13}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 12}}}}}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1.4142135623730951}}, "df": 1, "s": {"docs": {"docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2.23606797749979}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 2.6457513110645907}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 18}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}}, "df": 12}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}}, "df": 4, "s": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}}, "df": 4}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}}, "df": 1}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 2}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 2}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}}, "df": 7, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.prepare_post_parameters": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_base_path": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.set_access_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_oauth_host_name": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheaders": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse.getheader": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.access_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.data": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.expires_in": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.refresh_token": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.scope": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.token_type": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_dict": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_dict": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_dict": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_dict": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_dict": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_dict": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_dict": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_dict": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_instant": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.authentication_method": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.assertion_id": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.security_domain": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.expiration_offset": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_dict": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_dict": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_dict": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_dict": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_dict": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_dict": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.status": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_dict": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_dict": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_dict": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_dict": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_dict": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_dict": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_dict": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_dict": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_dict": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_dict": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_dict": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_dict": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_dict": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_dict": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.imported_date_time": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.recipient_ids": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_dict": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_dict": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_dict": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_dict": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_dict": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.version_id": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.form_content": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_dict": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.is_standalone": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.brand_id": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_token": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.token_expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.account_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.status": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.envelopes": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.instance_metadata": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_values": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.id": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.items": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.expiration_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.source_form_id": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.created_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_component_names": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.name": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.is_private_access": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.account_id": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_published": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_enabled": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.has_draft_changes": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_state": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_properties": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.form_metadata": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.items": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.result_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.total_set_size": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_dict": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 250}, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.start_position": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.end_position": {"tf": 1}}, "df": 6}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.models.return_url.ReturnUrl.__init__": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1}}, "df": 1, "s": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}}, "df": 4}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.http_error.HttpError.error_code": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.auth.oauth.OAuthToken.to_str": {"tf": 1}, "docusign_webforms.models.account_id.AccountId.to_str": {"tf": 1}, "docusign_webforms.models.assertion_id.AssertionId.to_str": {"tf": 1}, "docusign_webforms.models.authentication_instant.AuthenticationInstant.to_str": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.to_str": {"tf": 1}, "docusign_webforms.models.brand_id.BrandId.to_str": {"tf": 1}, "docusign_webforms.models.client_user_id.ClientUserId.to_str": {"tf": 1}, "docusign_webforms.models.component_key.ComponentKey.to_str": {"tf": 1}, "docusign_webforms.models.count.Count.to_str": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.created_date_time.CreatedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.envelope_id.EnvelopeId.to_str": {"tf": 1}, "docusign_webforms.models.expiration_date_time.ExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.expiration_offset.ExpirationOffset.to_str": {"tf": 1}, "docusign_webforms.models.form_sort_by.FormSortBy.to_str": {"tf": 1}, "docusign_webforms.models.form_url.FormUrl.to_str": {"tf": 1}, "docusign_webforms.models.guid.Guid.to_str": {"tf": 1}, "docusign_webforms.models.http_error.HttpError.to_str": {"tf": 1}, "docusign_webforms.models.http_success.HttpSuccess.to_str": {"tf": 1}, "docusign_webforms.models.instance_id.InstanceId.to_str": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.to_str": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.to_str": {"tf": 1}, "docusign_webforms.models.instance_token.InstanceToken.to_str": {"tf": 1}, "docusign_webforms.models.is_private_access.IsPrivateAccess.to_str": {"tf": 1}, "docusign_webforms.models.is_published.IsPublished.to_str": {"tf": 1}, "docusign_webforms.models.is_standalone.IsStandalone.to_str": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.to_str": {"tf": 1}, "docusign_webforms.models.model_date_time.ModelDateTime.to_str": {"tf": 1}, "docusign_webforms.models.return_url.ReturnUrl.to_str": {"tf": 1}, "docusign_webforms.models.search_text.SearchText.to_str": {"tf": 1}, "docusign_webforms.models.security_domain.SecurityDomain.to_str": {"tf": 1}, "docusign_webforms.models.source.Source.to_str": {"tf": 1}, "docusign_webforms.models.start_position.StartPosition.to_str": {"tf": 1}, "docusign_webforms.models.tags.Tags.to_str": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.to_str": {"tf": 1}, "docusign_webforms.models.token_expiration_date_time.TokenExpirationDateTime.to_str": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.to_str": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.to_str": {"tf": 1}, "docusign_webforms.models.user_id.UserId.to_str": {"tf": 1}, "docusign_webforms.models.web_form.WebForm.to_str": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_components_map.WebFormComponentsMap.to_str": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.to_str": {"tf": 1}, "docusign_webforms.models.web_form_id.WebFormId.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_envelopes.WebFormInstanceEnvelopes.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_list.WebFormInstanceList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.to_str": {"tf": 1}, "docusign_webforms.models.web_form_name.WebFormName.to_str": {"tf": 1}, "docusign_webforms.models.web_form_properties.WebFormProperties.to_str": {"tf": 1}, "docusign_webforms.models.web_form_published_names.WebFormPublishedNames.to_str": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.to_str": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary.WebFormSummary.to_str": {"tf": 1}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.to_str": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.to_str": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.to_str": {"tf": 1}, "docusign_webforms.models.web_form_values.WebFormValues.to_str": {"tf": 1}, "docusign_webforms.models.web_form_version_id.WebFormVersionId.to_str": {"tf": 1}}, "df": 62}}}}}, "s": {"docs": {"docusign_webforms.models.web_form_component.WebFormComponent.component_type": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.type": {"tf": 1}}, "df": 2}}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"docusign_webforms.models.http_error.HttpError.message": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "a": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}}, "df": 10}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}}, "df": 4}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}}, "df": 2}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}}, "df": 2, "d": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.client.api_response.RESTResponse": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.original_template_id": {"tf": 1}, "docusign_webforms.models.template_properties.TemplateProperties.cloned_template_id": {"tf": 1}, "docusign_webforms.models.web_form_component.WebFormComponent.component_name": {"tf": 1}, "docusign_webforms.models.web_form_content.WebFormContent.templates": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.published_slug": {"tf": 1}}, "df": 8}, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.4142135623730951}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.user_agent": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.get_user_info": {"tf": 1.7320508075688772}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.client_user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.created_by": {"tf": 1}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.owner": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.sender": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_id": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_user_info.WebFormUserInfo.user_name": {"tf": 2}}, "df": 24, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"docusign_webforms.models.user_filter.UserFilter.__init__": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.user_id.UserId.__init__": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.request": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.7320508075688772}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.return_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance.WebFormInstance.form_url": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.next_url": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_summary_list.WebFormSummaryList.previous_url": {"tf": 1.7320508075688772}}, "df": 6, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"3": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0}}}}, "i": {"docs": {"docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 1}}, "p": {"docs": {"docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1}, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.__init__": {"tf": 1}, "docusign_webforms.models.update_instance_request_body.UpdateInstanceRequestBody.form_values": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.models.web_form_summary.WebFormSummary.is_uploaded": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.create_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.get_instance_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.refresh_token_with_http_info": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.get_form_with_http_info": {"tf": 1}}, "df": 10}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1.7320508075688772}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.parameters_to_tuples": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.select_header_accept": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.select_header_content_type": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.models.create_instance_request_body.CreateInstanceRequestBody.tags": {"tf": 1}, "docusign_webforms.models.web_form_instance.WebFormInstance.tags": {"tf": 1}}, "df": 15}}, "b": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"docusign_webforms.client.api_client.ApiClient.deserialize": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 3}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.client.auth.oauth.OAuthUserInfo.to_indented_string": {"tf": 1.4142135623730951}, "docusign_webforms.client.auth.oauth.Link.to_indented_string": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_date_time": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_instance_metadata.WebFormInstanceMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_by": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_by": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.archived_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_modified_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_content_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.form_properties_modified_date_time": {"tf": 1}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_published_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_enabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_disabled_date_time": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_metadata.WebFormMetadata.last_sender_consent_date_time": {"tf": 1.7320508075688772}}, "df": 16, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.apis.form_management_api.FormManagementApi.list_forms": {"tf": 1}, "docusign_webforms.apis.form_management_api.FormManagementApi.list_forms_with_http_info": {"tf": 1}, "docusign_webforms.models.last_modified_date_time.LastModifiedDateTime.__init__": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 4, "r": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances": {"tf": 1}, "docusign_webforms.apis.form_instance_management_api.FormInstanceManagementApi.list_instances_with_http_info": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1}, "docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.generate_access_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.get_authorization_uri": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1.7320508075688772}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1.7320508075688772}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1.7320508075688772}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1.7320508075688772}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_component.WebFormComponent.component_key": {"tf": 1.4142135623730951}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1.7320508075688772}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1.7320508075688772}}, "df": 19, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"docusign_webforms.client.api_response.RESTResponse": {"tf": 1}}, "df": 1}}}}, "/": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"docusign_webforms.models.web_form_content.WebFormContent.components": {"tf": 1}}, "df": 1}}}}}}}}}, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"docusign_webforms.client.api_client.ApiClient.sanitize_for_serialization": {"tf": 1}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1}, "docusign_webforms.client.auth.oauth.OAuthToken.__init__": {"tf": 1}, "docusign_webforms.models.authentication_method.AuthenticationMethod.X509CERTIFICATE": {"tf": 1}, "docusign_webforms.models.instance_source.InstanceSource.WORKFLOW": {"tf": 1}, "docusign_webforms.models.instance_status.InstanceStatus.FAILED": {"tf": 1}, "docusign_webforms.models.source.Source.UI_REMOTE": {"tf": 1}, "docusign_webforms.models.user_filter.UserFilter.ALL": {"tf": 1}, "docusign_webforms.models.web_form_adm_type.WebFormAdmType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_component_type.WebFormComponentType.TEXTBOX": {"tf": 1}, "docusign_webforms.models.web_form_source.WebFormSource.FORM": {"tf": 1}, "docusign_webforms.models.web_form_state.WebFormState.DRAFT": {"tf": 1}, "docusign_webforms.models.web_form_type.WebFormType.HASESIGNTEMPLATE": {"tf": 1}}, "df": 13}}}, "w": {"docs": {}, "df": 0, "t": {"docs": {"docusign_webforms.client.api_client.ApiClient.request_jwt_user_token": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_client.ApiClient.request_jwt_application_token": {"tf": 1.4142135623730951}}, "df": 2}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"docusign_webforms.client.api_client.ApiClient.call_api": {"tf": 1.7320508075688772}, "docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1.4142135623730951}, "docusign_webforms.client.api_response.RESTClientObject.request": {"tf": 1.4142135623730951}}, "df": 3, "s": {"docs": {"docusign_webforms.client.api_client.ApiClient.update_params_for_auth": {"tf": 1}}, "df": 1}}}}}}}}}, "pipeline": ["trimmer"], "_isPrebuiltIndex": true}; + + // mirrored in build-search-index.js (part 1) + // Also split on html tags. this is a cheap heuristic, but good enough. + elasticlunr.tokenizer.setSeperator(/[\s\-.;&_'"=,()]+|<[^>]*>/); + + let searchIndex; + if (docs._isPrebuiltIndex) { + console.info("using precompiled search index"); + searchIndex = elasticlunr.Index.load(docs); + } else { + console.time("building search index"); + // mirrored in build-search-index.js (part 2) + searchIndex = elasticlunr(function () { + this.pipeline.remove(elasticlunr.stemmer); + this.pipeline.remove(elasticlunr.stopWordFilter); + this.addField("qualname"); + this.addField("fullname"); + this.addField("annotation"); + this.addField("default_value"); + this.addField("signature"); + this.addField("bases"); + this.addField("doc"); + this.setRef("fullname"); + }); + for (let doc of docs) { + searchIndex.addDoc(doc); + } + console.timeEnd("building search index"); + } + + return (term) => searchIndex.search(term, { + fields: { + qualname: {boost: 4}, + fullname: {boost: 2}, + annotation: {boost: 2}, + default_value: {boost: 2}, + signature: {boost: 2}, + bases: {boost: 2}, + doc: {boost: 1}, + }, + expand: true + }); +})(); \ No newline at end of file