GoogleCloudDatalabelingV1beta1BoundingPoly constructor

GoogleCloudDatalabelingV1beta1BoundingPoly({
  1. List<GoogleCloudDatalabelingV1beta1Vertex>? vertices,
})

Implementation

GoogleCloudDatalabelingV1beta1BoundingPoly({
  this.vertices,
});