Skip to content

TableauNlpLensPublicrestV1CreateLensResponse

Properties

Name Type Description Notes
lens TableauNlpLensPublicrestV1Lens [optional]

Example

from openapi_client.models.tableau_nlp_lens_publicrest_v1_create_lens_response import TableauNlpLensPublicrestV1CreateLensResponse

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

# convert the object into a dict
tableau_nlp_lens_publicrest_v1_create_lens_response_dict = tableau_nlp_lens_publicrest_v1_create_lens_response_instance.to_dict()
# create an instance of TableauNlpLensPublicrestV1CreateLensResponse from a dict
tableau_nlp_lens_publicrest_v1_create_lens_response_from_dict = TableauNlpLensPublicrestV1CreateLensResponse.from_dict(tableau_nlp_lens_publicrest_v1_create_lens_response_dict)
[Back to Model list] [Back to API list] [Back to README]