Skip to content

TableauNlpLensPublicrestV1ValueSynonym

Properties

Name Type Description Notes
value str Original value [optional]
synonyms List[str] [optional]

Example

from openapi_client.models.tableau_nlp_lens_publicrest_v1_value_synonym import TableauNlpLensPublicrestV1ValueSynonym

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

# convert the object into a dict
tableau_nlp_lens_publicrest_v1_value_synonym_dict = tableau_nlp_lens_publicrest_v1_value_synonym_instance.to_dict()
# create an instance of TableauNlpLensPublicrestV1ValueSynonym from a dict
tableau_nlp_lens_publicrest_v1_value_synonym_from_dict = TableauNlpLensPublicrestV1ValueSynonym.from_dict(tableau_nlp_lens_publicrest_v1_value_synonym_dict)
[Back to Model list] [Back to API list] [Back to README]