GoogleCloudApigeeV1ListRatePlansResponse constructor
GoogleCloudApigeeV1ListRatePlansResponse({
- String? nextStartKey,
- List<
GoogleCloudApigeeV1RatePlan> ? ratePlans,
Implementation
GoogleCloudApigeeV1ListRatePlansResponse({
this.nextStartKey,
this.ratePlans,
});