Struct google_androidpublisher2::Bundle[][src]

pub struct Bundle {
    pub version_code: Option<i32>,
    pub sha256: Option<String>,
    pub sha1: 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 version code of the Android App Bundle. As specified in the Android App Bundle's base module APK manifest file.

A sha256 hash of the upload payload, encoded as a hex string and matching the output of the sha256sum command.

A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.

Trait Implementations

impl Default for Bundle
[src]

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

impl Clone for Bundle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bundle
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Bundle
[src]

Auto Trait Implementations

impl Send for Bundle

impl Sync for Bundle