ListKeysResponse constructor

ListKeysResponse({
  1. List<KeyListEntry>? keys,
  2. String? nextMarker,
  3. bool? truncated,
})

Implementation

ListKeysResponse({
  this.keys,
  this.nextMarker,
  this.truncated,
});