OBJECT
UsageOverTimeData represents capacity statistics as a data point from a timeseries perspective.
type NcdUsageOverTimeData {# The amount of new data ingested.newInBytes: Long! # The amount of ingested data changed.changeInBytes: Long! # The timestamp of the data point.timestamp: DateTime }