GoogleCloudApigeeV1RevenueShareRange constructor

GoogleCloudApigeeV1RevenueShareRange({
  1. String? end,
  2. double? sharePercentage,
  3. String? start,
})

Implementation

GoogleCloudApigeeV1RevenueShareRange({
  this.end,
  this.sharePercentage,
  this.start,
});