ListProgressUpdateStreamsResult class
Constructors
-
ListProgressUpdateStreamsResult({String? nextToken, List<
ProgressUpdateStreamSummary> ? progressUpdateStreamSummaryList}) -
ListProgressUpdateStreamsResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
If there are more streams created than the max result, return the next token
to be passed to the next call as a bookmark of where to start from.
final
-
progressUpdateStreamSummaryList
→ List<
ProgressUpdateStreamSummary> ? -
List of progress update streams up to the max number of results passed in
the input.
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