Struct google_androidpublisher2::ExpansionFile[][src]

pub struct ExpansionFile {
    pub references_version: Option<i32>,
    pub file_size: 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

If set this APK's Expansion File references another APK's Expansion File. The file_size field will not be set.

If set this field indicates that this APK has an Expansion File uploaded to it: this APK does not reference another APK's Expansion File. The field's value is the size of the uploaded Expansion File in bytes.

Trait Implementations

impl Default for ExpansionFile
[src]

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

impl Clone for ExpansionFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExpansionFile
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ExpansionFile
[src]

impl ResponseResult for ExpansionFile
[src]

Auto Trait Implementations