GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse constructor
GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse({
- List<
GoogleCloudApigeeV1DeveloperSubscription> ? developerSubscriptions, - String? nextStartKey,
Implementation
GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse({
this.developerSubscriptions,
this.nextStartKey,
});