GoogleCloudApihubV1Attribute constructor

GoogleCloudApihubV1Attribute({
  1. List<GoogleCloudApihubV1AllowedValue>? allowedValues,
  2. int? cardinality,
  3. String? createTime,
  4. String? dataType,
  5. String? definitionType,
  6. String? description,
  7. String? displayName,
  8. bool? mandatory,
  9. String? name,
  10. String? scope,
  11. String? updateTime,
})

Implementation

GoogleCloudApihubV1Attribute({
  this.allowedValues,
  this.cardinality,
  this.createTime,
  this.dataType,
  this.definitionType,
  this.description,
  this.displayName,
  this.mandatory,
  this.name,
  this.scope,
  this.updateTime,
});