LeaderboardConfigurationsResource class

Constructors

LeaderboardConfigurationsResource(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 leaderboardId, {String? $fields}) Future<void>
Delete the leaderboard configuration with the given ID.
get(String leaderboardId, {String? $fields}) Future<LeaderboardConfiguration>
Retrieves the metadata of the leaderboard configuration with the given ID.
insert(LeaderboardConfiguration request, String applicationId, {String? $fields}) Future<LeaderboardConfiguration>
Insert a new leaderboard configuration in this application.
list(String applicationId, {int? maxResults, String? pageToken, String? $fields}) Future<LeaderboardConfigurationListResponse>
Returns a list of the leaderboard 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(LeaderboardConfiguration request, String leaderboardId, {String? $fields}) Future<LeaderboardConfiguration>
Update the metadata of the leaderboard configuration with the given ID.

Operators

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