Sha256: 42955f3a1fd2464e5b01239a5e1fd8613be15868ec6132166f902868dd3e6e36
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
# DatadogAPIClient::V1::UsageCustomReportsAttributes ## Properties | Name | Type | Description | Notes | | --------------- | ----------------------- | -------------------------------------------------- | ---------- | | **computed_on** | **String** | The date the specified custom report was computed. | [optional] | | **end_date** | **String** | The ending date of custom report. | [optional] | | **size** | **Integer** | size | [optional] | | **start_date** | **String** | The starting date of custom report. | [optional] | | **tags** | **Array<String>** | A list of tags to apply to custom reports. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageCustomReportsAttributes.new( computed_on: null, end_date: null, size: null, start_date: null, tags: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageCustomReportsAttributes.md |
datadog_api_client-1.5.0 | docs/v1/UsageCustomReportsAttributes.md |