GoogleCloudApihubV1DependencyEntityReference constructor

GoogleCloudApihubV1DependencyEntityReference({
  1. String? displayName,
  2. String? externalApiResourceName,
  3. String? operationResourceName,
})

Implementation

GoogleCloudApihubV1DependencyEntityReference({
  this.displayName,
  this.externalApiResourceName,
  this.operationResourceName,
});