GetObjectsRequest class final
- Annotations
-
- @JsonSerializable()
Constructors
-
GetObjectsRequest.new({List<
String> ? attributesToRetrieve, required String objectID, required String indexName}) -
Returns a new GetObjectsRequest instance.
const
-
GetObjectsRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributesToRetrieve
→ List<
String> ? -
Attributes to retrieve. If not specified, all retrievable attributes are returned.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- indexName → String
-
Index from which to retrieve the records.
final
- objectID → String
-
Object ID for the record to retrieve.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override