Skip to content

TableauNlpLensPublicrestV1ImportLensResponse

Properties

Name Type Description Notes
lens TableauNlpLensPublicrestV1Lens [optional]

Example

from openapi_client.models.tableau_nlp_lens_publicrest_v1_import_lens_response import TableauNlpLensPublicrestV1ImportLensResponse

# TODO update the JSON string below
json = "{}"
# create an instance of TableauNlpLensPublicrestV1ImportLensResponse from a JSON string
tableau_nlp_lens_publicrest_v1_import_lens_response_instance = TableauNlpLensPublicrestV1ImportLensResponse.from_json(json)
# print the JSON string representation of the object
print(TableauNlpLensPublicrestV1ImportLensResponse.to_json())

# convert the object into a dict
tableau_nlp_lens_publicrest_v1_import_lens_response_dict = tableau_nlp_lens_publicrest_v1_import_lens_response_instance.to_dict()
# create an instance of TableauNlpLensPublicrestV1ImportLensResponse from a dict
tableau_nlp_lens_publicrest_v1_import_lens_response_from_dict = TableauNlpLensPublicrestV1ImportLensResponse.from_dict(tableau_nlp_lens_publicrest_v1_import_lens_response_dict)
[Back to Model list] [Back to API list] [Back to README]