Struct google_playcustomapp1::CustomApp[][src]

pub struct CustomApp {
    pub language_code: Option<String>,
    pub title: Option<String>,
}

This resource represents a custom app.

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

Default listing language in BCP 47 format.

Title for the Android app.

Trait Implementations

impl Default for CustomApp
[src]

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

impl Clone for CustomApp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomApp
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CustomApp
[src]

impl ResponseResult for CustomApp
[src]

Auto Trait Implementations

impl Send for CustomApp

impl Sync for CustomApp