Show / Hide Table of Contents

Class ApplicationsResource

The "applications" collection of methods.

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

Constructors

ApplicationsResource(IClientService)

Constructs a new resource.

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

Properties

DeviceTierConfigs

Gets the DeviceTierConfigs resource.

Declaration
public virtual ApplicationsResource.DeviceTierConfigsResource DeviceTierConfigs { get; }
Property Value
Type Description
ApplicationsResource.DeviceTierConfigsResource

Methods

DataSafety(SafetyLabelsUpdateRequest, string)

Writes the Safety Labels declaration of an app.

Declaration
public virtual ApplicationsResource.DataSafetyRequest DataSafety(SafetyLabelsUpdateRequest body, string packageName)
Parameters
Type Name Description
SafetyLabelsUpdateRequest body

The body of the request.

string packageName

Required. Package name of the app.

Returns
Type Description
ApplicationsResource.DataSafetyRequest
In this article
Back to top Generated by DocFX