GoogleCloudApihubV1AttributeValues constructor
GoogleCloudApihubV1AttributeValues({
- String? attribute,
- GoogleCloudApihubV1EnumAttributeValues? enumValues,
- GoogleCloudApihubV1StringAttributeValues? jsonValues,
- GoogleCloudApihubV1StringAttributeValues? stringValues,
- GoogleCloudApihubV1StringAttributeValues? uriValues,
Implementation
GoogleCloudApihubV1AttributeValues({
this.attribute,
this.enumValues,
this.jsonValues,
this.stringValues,
this.uriValues,
});