Show / Hide Table of Contents

Class ExternallyHostedApkUsesPermission

A permission used by this APK.

Inheritance
System.Object
ExternallyHostedApkUsesPermission
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class ExternallyHostedApkUsesPermission : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

MaxSdkVersion

Optionally, the maximum SDK version for which the permission is required.

Declaration
public virtual Nullable<int> MaxSdkVersion { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Name

The name of the permission requested.

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top