GoogleCloudApigeeV1RoutingRule constructor

GoogleCloudApigeeV1RoutingRule({
  1. String? basepath,
  2. String? deploymentGroup,
  3. String? envGroupRevision,
  4. String? environment,
  5. List<String>? otherTargets,
  6. String? receiver,
  7. String? updateTime,
})

Implementation

GoogleCloudApigeeV1RoutingRule({
  this.basepath,
  this.deploymentGroup,
  this.envGroupRevision,
  this.environment,
  this.otherTargets,
  this.receiver,
  this.updateTime,
});