Struct google_androidpublisher2::ApkBinary [] [src]

pub struct ApkBinary {
    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 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]

[src]

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

impl Clone for ApkBinary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ApkBinary
[src]

[src]

Formats the value using the given formatter.

impl Part for ApkBinary
[src]