ListKeysResponse constructor
ListKeysResponse({
- List<
KeyListEntry> ? keys, - String? nextMarker,
- bool? truncated,
Implementation
ListKeysResponse({
this.keys,
this.nextMarker,
this.truncated,
});