Show / Hide Table of Contents

Class ApplicationsResource.DeviceTierConfigsResource

The "deviceTierConfigs" collection of methods.

Inheritance
System.Object
ApplicationsResource.DeviceTierConfigsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeviceTierConfigsResource

Constructors

DeviceTierConfigsResource(IClientService)

Constructs a new resource.

Declaration
public DeviceTierConfigsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(DeviceTierConfig, String)

Creates a new device tier config for an app.

Declaration
public virtual ApplicationsResource.DeviceTierConfigsResource.CreateRequest Create(DeviceTierConfig body, string packageName)
Parameters
Type Name Description
DeviceTierConfig body

The body of the request.

System.String packageName

Package name of the app.

Returns
Type Description
ApplicationsResource.DeviceTierConfigsResource.CreateRequest

Get(String, Int64)

Returns a particular device tier config.

Declaration
public virtual ApplicationsResource.DeviceTierConfigsResource.GetRequest Get(string packageName, long deviceTierConfigId)
Parameters
Type Name Description
System.String packageName

Package name of the app.

System.Int64 deviceTierConfigId

Required. Id of an existing device tier config.

Returns
Type Description
ApplicationsResource.DeviceTierConfigsResource.GetRequest

List(String)

Returns created device tier configs, ordered by descending creation time.

Declaration
public virtual ApplicationsResource.DeviceTierConfigsResource.ListRequest List(string packageName)
Parameters
Type Name Description
System.String packageName

Package name of the app.

Returns
Type Description
ApplicationsResource.DeviceTierConfigsResource.ListRequest
In This Article
Back to top Generated by DocFX