UpdateApiKeyResponse constructor

UpdateApiKeyResponse({
  1. ApiKey? apiKey,
})

Implementation

UpdateApiKeyResponse({
  this.apiKey,
});