ExportDefinitionResponse

data class ExportDefinitionResponse(val dataSet: ExportDatasetResponse? = null, val timePeriod: ExportTimePeriodResponse? = null, val timeframe: String, val type: String)

The definition of an export.

Constructors

Link copied to clipboard
constructor(dataSet: ExportDatasetResponse? = null, timePeriod: ExportTimePeriodResponse? = null, timeframe: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition for data in the export.

Link copied to clipboard

The time frame for pulling data for the export. If custom, then a specific time period must be provided.

Link copied to clipboard

Has time period for pulling data for the export.

Link copied to clipboard

The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.