GoogleCloudApihubV1ListPluginInstancesResponse constructor
GoogleCloudApihubV1ListPluginInstancesResponse({
- String? nextPageToken,
- List<
GoogleCloudApihubV1PluginInstance> ? pluginInstances,
Implementation
GoogleCloudApihubV1ListPluginInstancesResponse({
this.nextPageToken,
this.pluginInstances,
});