WriteSegmentRequest constructor

WriteSegmentRequest({
  1. SegmentDimensions? dimensions,
  2. String? name,
  3. SegmentGroupList? segmentGroups,
  4. Map<String, String>? tags,
})

Implementation

WriteSegmentRequest({
  this.dimensions,
  this.name,
  this.segmentGroups,
  this.tags,
});