ListApiKeysResponse constructor

ListApiKeysResponse({
  1. List<ApiKey>? apiKeys,
  2. String? nextToken,
})

Implementation

ListApiKeysResponse({
  this.apiKeys,
  this.nextToken,
});