Class ApplicationsResource.GetEndPointRequest
Returns a URL for the requested end point type.
Inheritance
ApplicationsResource.GetEndPointRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ApplicationsResource.GetEndPointRequest : GamesBaseServiceRequest<EndPoint>, IClientServiceRequest<EndPoint>, IClientServiceRequest
Constructors
GetEndPointRequest(IClientService)
Constructs a new GetEndPoint request.
Declaration
public GetEndPointRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ApplicationId
The application ID from the Google Play developer console.
Declaration
[RequestParameter("applicationId", RequestParameterType.Query)]
public virtual string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string |
EndPointType
Type of endpoint being requested.
Declaration
[RequestParameter("endPointType", RequestParameterType.Query)]
public virtual ApplicationsResource.GetEndPointRequest.EndPointTypeEnum? EndPointType { get; set; }
Property Value
Type | Description |
---|---|
ApplicationsResource.GetEndPointRequest.EndPointTypeEnum? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetEndPoint parameter list.
Declaration
protected override void InitParameters()