Skip to content

TableauUsagestatsV1ContentItemUsageStats

Properties

Name Type Description Notes
content TableauUsagestatsV1ContentItemId [optional]
usage TableauUsagestatsV1UsageStats [optional]

Example

from openapi_client.models.tableau_usagestats_v1_content_item_usage_stats import TableauUsagestatsV1ContentItemUsageStats

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

# convert the object into a dict
tableau_usagestats_v1_content_item_usage_stats_dict = tableau_usagestats_v1_content_item_usage_stats_instance.to_dict()
# create an instance of TableauUsagestatsV1ContentItemUsageStats from a dict
tableau_usagestats_v1_content_item_usage_stats_from_dict = TableauUsagestatsV1ContentItemUsageStats.from_dict(tableau_usagestats_v1_content_item_usage_stats_dict)
[Back to Model list] [Back to API list] [Back to README]