GoogleCloudApihubV1Addon constructor

GoogleCloudApihubV1Addon({
  1. GoogleCloudApihubV1AddonConfig? config,
  2. String? createTime,
  3. String? dataSource,
  4. String? description,
  5. String? displayName,
  6. String? name,
  7. String? state,
  8. String? updateTime,
})

Implementation

GoogleCloudApihubV1Addon({
  this.config,
  this.createTime,
  this.dataSource,
  this.description,
  this.displayName,
  this.name,
  this.state,
  this.updateTime,
});