Struct google_fitness1::Application[][src]

pub struct Application {
    pub package_name: Option<String>,
    pub version: Option<String>,
    pub name: Option<String>,
    pub details_url: Option<String>,
}

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

Fields

Package name for this application. This is used as a unique identifier when created by Android applications, but cannot be specified by REST clients. REST clients will have their developer project number reflected into the Data Source data stream IDs, instead of the packageName.

Version of the application. You should update this field whenever the application changes in a way that affects the computation of the data.

The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.

An optional URI that can be used to link back to the application.

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 Part for Application
[src]

Auto Trait Implementations

impl Send for Application

impl Sync for Application