Skip to content

TableauNlpLensPublicrestV1GetLensResponse

Properties

Name Type Description Notes
lens TableauNlpLensPublicrestV1Lens [optional]

Example

from openapi_client.models.tableau_nlp_lens_publicrest_v1_get_lens_response import TableauNlpLensPublicrestV1GetLensResponse

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

# convert the object into a dict
tableau_nlp_lens_publicrest_v1_get_lens_response_dict = tableau_nlp_lens_publicrest_v1_get_lens_response_instance.to_dict()
# create an instance of TableauNlpLensPublicrestV1GetLensResponse from a dict
tableau_nlp_lens_publicrest_v1_get_lens_response_from_dict = TableauNlpLensPublicrestV1GetLensResponse.from_dict(tableau_nlp_lens_publicrest_v1_get_lens_response_dict)
[Back to Model list] [Back to API list] [Back to README]