AchievementUpdateRequest class
A request to update an achievement.
Constructors
- AchievementUpdateRequest({String? achievementId, GamesAchievementIncrement? incrementPayload, String? kind, GamesAchievementSetStepsAtLeast? setStepsAtLeastPayload, String? updateType})
- AchievementUpdateRequest.fromJson(Map json_)
Properties
- achievementId ↔ String?
-
The achievement this update is being applied to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- incrementPayload ↔ GamesAchievementIncrement?
-
The payload if an update of type
INCREMENT
was requested for the achievement.getter/setter pair - kind ↔ String?
-
Uniquely identifies the type of this resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setStepsAtLeastPayload ↔ GamesAchievementSetStepsAtLeast?
-
The payload if an update of type
SET_STEPS_AT_LEAST
was requested for the achievement.getter/setter pair - updateType ↔ String?
-
The type of update being applied.
Possible string values are:
getter/setter pair
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited