SegmentResponse class

Provides information about the configuration, dimension, and other settings for a segment.

Constructors

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})
SegmentResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
The unique identifier for the application that the segment is associated with.
final
arn String
The Amazon Resource Name (ARN) of the segment.
final
creationDate String
The date and time when the segment was created.
final
dimensions SegmentDimensions?
The dimension settings for the segment.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the segment.
final
importDefinition SegmentImportResource?
The settings for the import job that's associated with the segment.
final
lastModifiedDate String?
The date and time when the segment was last modified.
final
name String?
The name of the segment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentGroups SegmentGroupList?
A list of one or more segment groups that apply to the segment. Each segment group consists of zero or more base segments and the dimensions that are applied to those base segments.
final
segmentType SegmentType
The segment type. Valid values are:
final
tags Map<String, String>?
A string-to-string map of key-value pairs that identifies the tags that are associated with the segment. Each tag consists of a required tag key and an associated tag value.
final
version int?
The version number of the segment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited