Skip to content

TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelEntityNames

Properties

Name Type Description Notes
entity_name_singular str [optional]
entity_name_plural str [optional]

Example

from openapi_client.models.tableau_metricqueryservice_types_v1_representation_options_row_level_entity_names import TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelEntityNames

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

# convert the object into a dict
tableau_metricqueryservice_types_v1_representation_options_row_level_entity_names_dict = tableau_metricqueryservice_types_v1_representation_options_row_level_entity_names_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelEntityNames from a dict
tableau_metricqueryservice_types_v1_representation_options_row_level_entity_names_from_dict = TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelEntityNames.from_dict(tableau_metricqueryservice_types_v1_representation_options_row_level_entity_names_dict)
[Back to Model list] [Back to API list] [Back to README]