prefix property

String? prefix
final

When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.

Implementation

final String? prefix;