Struct google_androidpublisher2::ApkBinary[][src]

pub struct ApkBinary {
    pub sha256: Option<String>,
    pub sha1: Option<String>,
}

Represents the binary payload of an APK.

This type is not used in any activity, and only used as part of another schema.

Fields

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

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

Trait Implementations

impl Default for ApkBinary
[src]

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

impl Clone for ApkBinary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApkBinary
[src]

Formats the value using the given formatter. Read more

impl Part for ApkBinary
[src]

Auto Trait Implementations

impl Send for ApkBinary

impl Sync for ApkBinary