Struct google_sqladmin1_beta4::TruncateLogContext[][src]

pub struct TruncateLogContext {
    pub log_type: Option<String>,
    pub kind: Option<String>,
}

Database Instance truncate log context.

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

Fields

The type of log to truncate. Valid values are MYSQL_GENERAL_TABLE and MYSQL_SLOW_TABLE.

This is always sql#truncateLogContext.

Trait Implementations

impl Default for TruncateLogContext
[src]

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

impl Clone for TruncateLogContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TruncateLogContext
[src]

Formats the value using the given formatter. Read more

impl Part for TruncateLogContext
[src]

Auto Trait Implementations