ListPresetsResponse class
The ListPresetsResponse
structure.
Constructors
-
ListPresetsResponse({String? nextPageToken, List<
Preset> ? presets}) -
ListPresetsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken → String?
-
A value that you use to access the second and subsequent pages of results,
if any. When the presets fit on one page or when you've reached the last
page of results, the value of
NextPageToken
isnull
.final -
presets
→ List<
Preset> ? -
An array of
Preset
objects.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