Struct google_androidpublisher2::ApksAddExternallyHostedResponse
[−]
[src]
pub struct ApksAddExternallyHostedResponse { pub externally_hosted_apk: Option<ExternallyHostedApk>, }
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).
- apks addexternallyhosted edits (response)
Fields
externally_hosted_apk: Option<ExternallyHostedApk>
The definition of the externally-hosted APK and where it is located.
Trait Implementations
impl Default for ApksAddExternallyHostedResponse
[src]
fn default() -> ApksAddExternallyHostedResponse
Returns the "default value" for a type. Read more
impl Clone for ApksAddExternallyHostedResponse
[src]
fn clone(&self) -> ApksAddExternallyHostedResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more