Struct google_androidpublisher2::AppEdit[][src]

pub struct AppEdit {
    pub expiry_time_seconds: Option<String>,
    pub id: Option<String>,
}

Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.

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 time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch).

The ID of the edit that can be used in subsequent API calls.

Trait Implementations

impl Default for AppEdit
[src]

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

impl Clone for AppEdit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppEdit
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AppEdit
[src]

impl ResponseResult for AppEdit
[src]

Auto Trait Implementations

impl Send for AppEdit

impl Sync for AppEdit