TableauMetricqueryserviceTypesV1RepresentationOptionsNumberUnits
Properties
Name |
Type |
Description |
Notes |
singular_noun |
str |
|
[optional] |
plural_noun |
str |
|
[optional] |
Example
from openapi_client.models.tableau_metricqueryservice_types_v1_representation_options_number_units import TableauMetricqueryserviceTypesV1RepresentationOptionsNumberUnits
# TODO update the JSON string below
json = "{}"
# create an instance of TableauMetricqueryserviceTypesV1RepresentationOptionsNumberUnits from a JSON string
tableau_metricqueryservice_types_v1_representation_options_number_units_instance = TableauMetricqueryserviceTypesV1RepresentationOptionsNumberUnits.from_json(json)
# print the JSON string representation of the object
print(TableauMetricqueryserviceTypesV1RepresentationOptionsNumberUnits.to_json())
# convert the object into a dict
tableau_metricqueryservice_types_v1_representation_options_number_units_dict = tableau_metricqueryservice_types_v1_representation_options_number_units_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1RepresentationOptionsNumberUnits from a dict
tableau_metricqueryservice_types_v1_representation_options_number_units_from_dict = TableauMetricqueryserviceTypesV1RepresentationOptionsNumberUnits.from_dict(tableau_metricqueryservice_types_v1_representation_options_number_units_dict)
[Back to Model list] [Back to API list] [Back to README]