Class CatalogPermission
A permission declared by an app.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class CatalogPermission : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxSdkVersion
The maxSdkVersion attribute indicating up to which Android SDK version the permission is requested.
Declaration
[JsonProperty("maxSdkVersion")]
public virtual int? MaxSdkVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Name
The name attribute indicating the permission name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |