GoogleCloudApigeeV1EndpointChainingRule constructor

GoogleCloudApigeeV1EndpointChainingRule({
  1. String? deploymentGroup,
  2. List<String>? proxyIds,
})

Implementation

GoogleCloudApigeeV1EndpointChainingRule({
  this.deploymentGroup,
  this.proxyIds,
});