GoogleCloudApihubV1ApiHubInstance constructor

GoogleCloudApihubV1ApiHubInstance({
  1. GoogleCloudApihubV1Config? config,
  2. String? createTime,
  3. String? description,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? state,
  7. String? stateMessage,
  8. String? updateTime,
})

Implementation

GoogleCloudApihubV1ApiHubInstance({
  this.config,
  this.createTime,
  this.description,
  this.labels,
  this.name,
  this.state,
  this.stateMessage,
  this.updateTime,
});