Struct google_androidmanagement1::Application[][src]

pub struct Application {
    pub managed_properties: Option<Vec<ManagedProperty>>,
    pub title: Option<String>,
    pub name: Option<String>,
    pub permissions: Option<Vec<ApplicationPermission>>,
}

Application information.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The set of managed properties available to be pre-configured for the application.

The title of the application. Localized.

The name of the application in the form enterprises/{enterpriseId}/applications/{package_name}

The permissions required by the app.

Trait Implementations

impl Default for Application
[src]

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

impl Clone for Application
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Application
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Application
[src]

Auto Trait Implementations

impl Send for Application

impl Sync for Application