GoogleCloudApigeeV1ListAppGroupSubscriptionsResponse constructor

GoogleCloudApigeeV1ListAppGroupSubscriptionsResponse({
  1. List<GoogleCloudApigeeV1AppGroupSubscription>? appGroupSubscriptions,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListAppGroupSubscriptionsResponse({
  this.appGroupSubscriptions,
  this.nextPageToken,
});