GoogleCloudApihubV1ListDependenciesResponse constructor

GoogleCloudApihubV1ListDependenciesResponse({
  1. List<GoogleCloudApihubV1Dependency>? dependencies,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApihubV1ListDependenciesResponse({
  this.dependencies,
  this.nextPageToken,
});