GoogleCloudApigeeV1KeyAliasReference constructor

GoogleCloudApigeeV1KeyAliasReference({
  1. String? aliasId,
  2. String? reference,
})

Implementation

GoogleCloudApigeeV1KeyAliasReference({
  this.aliasId,
  this.reference,
});