UsageRecordResult

A UsageRecordResult indicates the status of a given UsageRecord processed by BatchMeterUsage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The MeteringRecordId is a unique identifier for this metering event.

Link copied to clipboard

The UsageRecordResult``Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.

Link copied to clipboard

The UsageRecord that was part of the BatchMeterUsage request.

Functions

Link copied to clipboard
inline fun copy(block: UsageRecordResult.Builder.() -> Unit = {}): UsageRecordResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String