Skip to content

TableauNlpLensPublicrestV1ListLensesResponse

Properties

Name Type Description Notes
lenses List[TableauNlpLensPublicrestV1ListLensItem] [optional]

Example

from openapi_client.models.tableau_nlp_lens_publicrest_v1_list_lenses_response import TableauNlpLensPublicrestV1ListLensesResponse

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

# convert the object into a dict
tableau_nlp_lens_publicrest_v1_list_lenses_response_dict = tableau_nlp_lens_publicrest_v1_list_lenses_response_instance.to_dict()
# create an instance of TableauNlpLensPublicrestV1ListLensesResponse from a dict
tableau_nlp_lens_publicrest_v1_list_lenses_response_from_dict = TableauNlpLensPublicrestV1ListLensesResponse.from_dict(tableau_nlp_lens_publicrest_v1_list_lenses_response_dict)
[Back to Model list] [Back to API list] [Back to README]