DescribeDatasetResponse class
Response to a successful DescribeDataset request.
Constructors
- DescribeDatasetResponse({Dataset? dataset})
-
DescribeDatasetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataset → Dataset?
-
Meta data for a collection of data for an identity. An identity can have
multiple datasets. A dataset can be general or associated with a particular
entity in an application (like a saved game). Datasets are automatically
created if they don't exist. Data is synced by dataset, and a dataset can
hold up to 1MB of key-value pairs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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