UsageRecordResult class

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

Constructors

UsageRecordResult({String? meteringRecordId, UsageRecordResultStatus? status, UsageRecord? usageRecord})
UsageRecordResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
meteringRecordId String?
The MeteringRecordId is a unique identifier for this metering event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status UsageRecordResultStatus?
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
final
usageRecord UsageRecord?
The UsageRecord that was part of the BatchMeterUsage request.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited