AchievementConfigurationsResource class

Constructors

AchievementConfigurationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String achievementId, {String? $fields}) Future<void>
Delete the achievement configuration with the given ID.
get(String achievementId, {String? $fields}) Future<AchievementConfiguration>
Retrieves the metadata of the achievement configuration with the given ID.
insert(AchievementConfiguration request, String applicationId, {String? $fields}) Future<AchievementConfiguration>
Insert a new achievement configuration in this application.
list(String applicationId, {int? maxResults, String? pageToken, String? $fields}) Future<AchievementConfigurationListResponse>
Returns a list of the achievement configurations in this application.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(AchievementConfiguration request, String achievementId, {String? $fields}) Future<AchievementConfiguration>
Update the metadata of the achievement configuration with the given ID.

Operators

operator ==(Object other) bool
The equality operator.
inherited