Struct google_androidpublisher2::Listing [] [src]

pub struct Listing {
    pub video: Option<String>,
    pub short_description: Option<String>,
    pub full_description: Option<String>,
    pub language: Option<String>,
    pub title: 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

URL of a promotional YouTube video for the app.

Short description of the app (previously known as promo text); this may be up to 80 characters in length.

Full description of the app; this may be up to 4000 characters in length.

Language localization code (for example, "de-AT" for Austrian German).

App's localized title.

Trait Implementations

impl Default for Listing
[src]

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

impl Clone for Listing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Listing
[src]

Formats the value using the given formatter.

impl RequestValue for Listing
[src]

impl ResponseResult for Listing
[src]