Skip to content

TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelIDField

Properties

Name Type Description Notes
identifier_col str [optional]
identifier_label str [optional]

Example

from openapi_client.models.tableau_metricqueryservice_types_v1_representation_options_row_level_id_field import TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelIDField

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

# convert the object into a dict
tableau_metricqueryservice_types_v1_representation_options_row_level_id_field_dict = tableau_metricqueryservice_types_v1_representation_options_row_level_id_field_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelIDField from a dict
tableau_metricqueryservice_types_v1_representation_options_row_level_id_field_from_dict = TableauMetricqueryserviceTypesV1RepresentationOptionsRowLevelIDField.from_dict(tableau_metricqueryservice_types_v1_representation_options_row_level_id_field_dict)
[Back to Model list] [Back to API list] [Back to README]