GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse constructor

GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse({
  1. List<GoogleCloudApigeeV1DeveloperSubscription>? developerSubscriptions,
  2. String? nextStartKey,
})

Implementation

GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse({
  this.developerSubscriptions,
  this.nextStartKey,
});