Struct google_androidpublisher2::AppDetails[][src]

pub struct AppDetails {
    pub contact_email: Option<String>,
    pub contact_phone: Option<String>,
    pub contact_website: Option<String>,
    pub default_language: Option<String>,
}

There is no detailed description.

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 user-visible support email for this app.

The user-visible support telephone number for this app.

The user-visible website for this app.

Default language code, in BCP 47 format (eg "en-US").

Trait Implementations

impl Default for AppDetails
[src]

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

impl Clone for AppDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppDetails
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AppDetails
[src]

impl ResponseResult for AppDetails
[src]

Auto Trait Implementations

impl Send for AppDetails

impl Sync for AppDetails