unprocessedRecords property

List<UsageRecord>? unprocessedRecords
final

Contains all UsageRecords that were not processed by BatchMeterUsage. This is a list of UsageRecords. You can retry the failed request by making another BatchMeterUsage call with this list as input in the BatchMeterUsageRequest.

Implementation

final List<UsageRecord>? unprocessedRecords;