GoogleCloudApigeeV1ListRatePlansResponse constructor

GoogleCloudApigeeV1ListRatePlansResponse({
  1. String? nextStartKey,
  2. List<GoogleCloudApigeeV1RatePlan>? ratePlans,
})

Implementation

GoogleCloudApigeeV1ListRatePlansResponse({
  this.nextStartKey,
  this.ratePlans,
});