SegmentResponse constructor
SegmentResponse({
- required String applicationId,
- required String arn,
- required String creationDate,
- required String id,
- required SegmentType segmentType,
- SegmentDimensions? dimensions,
- SegmentImportResource? importDefinition,
- String? lastModifiedDate,
- String? name,
- SegmentGroupList? segmentGroups,
- int? version,
- Map<
String, String> ? tags,
Implementation
SegmentResponse({
required this.applicationId,
required this.arn,
required this.creationDate,
required this.id,
required this.segmentType,
this.dimensions,
this.importDefinition,
this.lastModifiedDate,
this.name,
this.segmentGroups,
this.version,
this.tags,
});