Billing Hub Execution Usage Detail Response
data class BillingHubExecutionUsageDetailResponse(val applicationName: String? = null, val applicationVersion: String? = null, val billedCharges: Double? = null, val endTimeStamp: String? = null, val executionRequestId: String? = null, val meterId: String? = null, val osBuild: String? = null, val release: String? = null, val sku: String? = null, val startTimeStamp: String? = null, val testType: String? = null, val updateType: String? = null, val usedBillableHours: Double? = null, val usedFreeHours: Double? = null)
Constructors
Link copied to clipboard
constructor(applicationName: String? = null, applicationVersion: String? = null, billedCharges: Double? = null, endTimeStamp: String? = null, executionRequestId: String? = null, meterId: String? = null, osBuild: String? = null, release: String? = null, sku: String? = null, startTimeStamp: String? = null, testType: String? = null, updateType: String? = null, usedBillableHours: Double? = null, usedFreeHours: Double? = null)