ListKeyRingsResponse constructor

ListKeyRingsResponse({
  1. List<KeyRing>? keyRings,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListKeyRingsResponse({this.keyRings, this.nextPageToken, this.totalSize});