GoogleCloudDatalabelingV1beta1TimeSegment constructor

GoogleCloudDatalabelingV1beta1TimeSegment({
  1. String? endTimeOffset,
  2. String? startTimeOffset,
})

Implementation

GoogleCloudDatalabelingV1beta1TimeSegment({
  this.endTimeOffset,
  this.startTimeOffset,
});