GoogleCloudApigeeV1Alias constructor

GoogleCloudApigeeV1Alias({
  1. String? alias,
  2. GoogleCloudApigeeV1Certificate? certsInfo,
  3. String? type,
})

Implementation

GoogleCloudApigeeV1Alias({
  this.alias,
  this.certsInfo,
  this.type,
});