GoogleCloudContentwarehouseV1TextArray constructor

GoogleCloudContentwarehouseV1TextArray({
  1. List<String>? values,
})

Implementation

GoogleCloudContentwarehouseV1TextArray({
  this.values,
});