GoogleCloudApihubV1AttributeValues constructor

GoogleCloudApihubV1AttributeValues({
  1. String? attribute,
  2. GoogleCloudApihubV1EnumAttributeValues? enumValues,
  3. GoogleCloudApihubV1StringAttributeValues? jsonValues,
  4. GoogleCloudApihubV1StringAttributeValues? stringValues,
  5. GoogleCloudApihubV1StringAttributeValues? uriValues,
})

Implementation

GoogleCloudApihubV1AttributeValues({
  this.attribute,
  this.enumValues,
  this.jsonValues,
  this.stringValues,
  this.uriValues,
});