Class PlayersResource.HideRequest
Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
Inheritance
PlayersResource.HideRequest
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class PlayersResource.HideRequest : GamesManagementBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
HideRequest(IClientService, string, string)
Constructs a new Hide request.
Declaration
public HideRequest(IClientService service, string applicationId, string playerId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | applicationId | |
string | playerId |
Properties
ApplicationId
The application ID from the Google Play developer console.
Declaration
[RequestParameter("applicationId", RequestParameterType.Path)]
public virtual string ApplicationId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.MethodName
PlayerId
A player ID. A value of me
may be used in place of the authenticated player's ID.
Declaration
[RequestParameter("playerId", RequestParameterType.Path)]
public virtual string PlayerId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.RestPath
Methods
InitParameters()
Initializes Hide parameter list.
Declaration
protected override void InitParameters()