# 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 ) ```