GoogleCloudApigeeV1NodeConfig constructor

GoogleCloudApigeeV1NodeConfig({
  1. String? currentAggregateNodeCount,
  2. String? maxNodeCount,
  3. String? minNodeCount,
})

Implementation

GoogleCloudApigeeV1NodeConfig({
  this.currentAggregateNodeCount,
  this.maxNodeCount,
  this.minNodeCount,
});