Struct google_sqladmin1_beta4::RestoreBackupContext [] [src]

pub struct RestoreBackupContext {
    pub instance_id: Option<String>,
    pub kind: Option<String>,
    pub backup_run_id: Option<String>,
}

Database instance restore from backup context.

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

Fields

The ID of the instance that the backup was taken from.

This is always sql#restoreBackupContext.

The ID of the backup run to restore from.

Trait Implementations

impl Default for RestoreBackupContext
[src]

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

impl Clone for RestoreBackupContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RestoreBackupContext
[src]

Formats the value using the given formatter.

impl Part for RestoreBackupContext
[src]