Sha256: 491aca641b6d4b1dd05dba82052a1887fe8a565f2fbfb70626b02a15667d95fe
Contents?: true
Size: 630 Bytes
Versions: 7
Compression:
Stored size: 630 Bytes
Contents
# DatadogAPIClient::V1::UsageSpecifiedCustomReportsData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**UsageSpecifiedCustomReportsAttributes**](UsageSpecifiedCustomReportsAttributes.md) | | [optional] | | **id** | **String** | The date for specified custom reports. | [optional] | | **type** | [**UsageReportsType**](UsageReportsType.md) | | [optional][default to 'reports'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageSpecifiedCustomReportsData.new( attributes: null, id: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems