GoogleCloudApigeeV1ListInstancesResponse constructor
GoogleCloudApigeeV1ListInstancesResponse({
- List<
GoogleCloudApigeeV1Instance> ? instances, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListInstancesResponse({
this.instances,
this.nextPageToken,
});