Class ApplicationsResource.ListHiddenRequest
Get the list of players hidden from the given application. This method is only available to user accounts for your developer console.
Inheritance
ApplicationsResource.ListHiddenRequest
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class ApplicationsResource.ListHiddenRequest : GamesManagementBaseServiceRequest<HiddenPlayerList>, IClientServiceRequest<HiddenPlayerList>, IClientServiceRequest
Constructors
ListHiddenRequest(IClientService, string)
Constructs a new ListHidden request.
Declaration
public ListHiddenRequest(IClientService service, string applicationId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | applicationId |
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<Google.Apis.GamesManagement.v1management.Data.HiddenPlayerList>.HttpMethod
MaxResults
The maximum number of player resources to return in the response, used for paging. For any response, the
actual number of player resources returned may be less than the specified maxResults
.
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual int? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
int? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesManagement.v1management.Data.HiddenPlayerList>.MethodName
PageToken
The token returned by the previous request.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
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<Google.Apis.GamesManagement.v1management.Data.HiddenPlayerList>.RestPath
Methods
InitParameters()
Initializes ListHidden parameter list.
Declaration
protected override void InitParameters()