unprocessedResourceKeys property

List<ResourceKey>? unprocessedResourceKeys
final

A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.

Implementation

final List<ResourceKey>? unprocessedResourceKeys;