GoogleCloudApihubV1AllowedValue constructor

GoogleCloudApihubV1AllowedValue({
  1. String? description,
  2. String? displayName,
  3. String? id,
  4. bool? immutable,
})

Implementation

GoogleCloudApihubV1AllowedValue({
  this.description,
  this.displayName,
  this.id,
  this.immutable,
});