GetExclusionsPreviewResponse class

Constructors

GetExclusionsPreviewResponse({required PreviewStatus previewStatus, List<ExclusionPreview>? exclusionPreviews, String? nextToken})
GetExclusionsPreviewResponse.fromJson(Map<String, dynamic> json)
factory

Properties

exclusionPreviews List<ExclusionPreview>?
Information about the exclusions included in the preview.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
final
previewStatus PreviewStatus
Specifies the status of the request to generate an exclusions preview.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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