Class ApplicationsResource
The "applications" collection of methods.
Inherited Members
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 |