GoogleCloudApihubV1ListDependenciesResponse constructor
GoogleCloudApihubV1ListDependenciesResponse({
- List<
GoogleCloudApihubV1Dependency> ? dependencies, - String? nextPageToken,
Implementation
GoogleCloudApihubV1ListDependenciesResponse({
this.dependencies,
this.nextPageToken,
});