WriteSegmentRequest constructor
WriteSegmentRequest({
- SegmentDimensions? dimensions,
- String? name,
- SegmentGroupList? segmentGroups,
- Map<
String, String> ? tags,
Implementation
WriteSegmentRequest({
this.dimensions,
this.name,
this.segmentGroups,
this.tags,
});