GoogleCloudApihubV1ApiKeyConfig constructor

GoogleCloudApihubV1ApiKeyConfig({
  1. GoogleCloudApihubV1Secret? apiKey,
  2. String? httpElementLocation,
  3. String? name,
})

Implementation

GoogleCloudApihubV1ApiKeyConfig({
  this.apiKey,
  this.httpElementLocation,
  this.name,
});