Class ApplicationsResource.DeviceTierConfigsResource.GetRequest
Returns a particular device tier config.
Inheritance
ApplicationsResource.DeviceTierConfigsResource.GetRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ApplicationsResource.DeviceTierConfigsResource.GetRequest : AndroidPublisherBaseServiceRequest<DeviceTierConfig>, IClientServiceRequest<DeviceTierConfig>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, long)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string packageName, long deviceTierConfigId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName | |
long | deviceTierConfigId |
Properties
DeviceTierConfigId
Required. Id of an existing device tier config.
Declaration
[RequestParameter("deviceTierConfigId", RequestParameterType.Path)]
public virtual long DeviceTierConfigId { get; }
Property Value
Type | Description |
---|---|
long |
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
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()