Sha256: 11cd22d673012b9d0687c80f43904b555a6fa21a5937044beab555aac208cf83
Contents?: true
Size: 594 Bytes
Versions: 7
Compression:
Stored size: 594 Bytes
Contents
# DatadogAPIClient::V1::UsageCustomReportsData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**UsageCustomReportsAttributes**](UsageCustomReportsAttributes.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::UsageCustomReportsData.new( attributes: null, id: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems