Struct google_androidpublisher3::ExternallyHostedApkUsesPermission[][src]

pub struct ExternallyHostedApkUsesPermission {
    pub max_sdk_version: Option<i32>,
    pub name: Option<String>,
}

A permission used by this APK.

This type is not used in any activity, and only used as part of another schema.

Fields

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

The name of the permission requested.

Trait Implementations

impl Default for ExternallyHostedApkUsesPermission
[src]

Returns the "default value" for a type. Read more

impl Clone for ExternallyHostedApkUsesPermission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExternallyHostedApkUsesPermission
[src]

Formats the value using the given formatter. Read more

impl Part for ExternallyHostedApkUsesPermission
[src]

Auto Trait Implementations