Sha256: b87379e010f73f8b46447f32f8fe2a6773a5e192f7fed46e75123a188c5558d3
Contents?: true
Size: 638 Bytes
Versions: 2
Compression:
Stored size: 638 Bytes
Contents
# DatadogAPIClient::V2::MetricCustomAggregation ## Properties | Name | Type | Description | Notes | | --------- | ------------------------------------------------------------------- | ----------- | ----- | | **space** | [**MetricCustomSpaceAggregation**](MetricCustomSpaceAggregation.md) | | | | **time** | [**MetricCustomTimeAggregation**](MetricCustomTimeAggregation.md) | | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricCustomAggregation.new( space: null, time: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/MetricCustomAggregation.md |
datadog_api_client-1.5.0 | docs/v2/MetricCustomAggregation.md |