GoogleCloudContentwarehouseV1FloatArray constructor

GoogleCloudContentwarehouseV1FloatArray({
  1. List<double>? values,
})

Implementation

GoogleCloudContentwarehouseV1FloatArray({
  this.values,
});