GoogleCloudApihubV1Definition constructor

GoogleCloudApihubV1Definition({
  1. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  2. String? createTime,
  3. String? name,
  4. GoogleCloudApihubV1Schema? schema,
  5. String? spec,
  6. String? type,
  7. String? updateTime,
})

Implementation

GoogleCloudApihubV1Definition({
  this.attributes,
  this.createTime,
  this.name,
  this.schema,
  this.spec,
  this.type,
  this.updateTime,
});