FeatureUsageListInCsvFormat

FeatureUsageListInCsvFormat
FeatureUsageListInCsvFormat
AllOf
This class requires all of the following:
JSON Example
{
    "file_name": "string",
    "last_update_timestamp": 0,
    "results": [
        {
            "cpu_usage_count": 0,
            "feature": "string",
            "vm_usage_count": 0
        }
    ]
}