GoogleCloudApihubV1Dependency constructor

GoogleCloudApihubV1Dependency({
  1. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  2. GoogleCloudApihubV1DependencyEntityReference? consumer,
  3. String? createTime,
  4. String? description,
  5. String? discoveryMode,
  6. GoogleCloudApihubV1DependencyErrorDetail? errorDetail,
  7. String? name,
  8. String? state,
  9. GoogleCloudApihubV1DependencyEntityReference? supplier,
  10. String? updateTime,
})

Implementation

GoogleCloudApihubV1Dependency({
  this.attributes,
  this.consumer,
  this.createTime,
  this.description,
  this.discoveryMode,
  this.errorDetail,
  this.name,
  this.state,
  this.supplier,
  this.updateTime,
});