Struct google_deploymentmanager2::LogConfig[][src]

pub struct LogConfig {
    pub counter: Option<LogConfigCounterOptions>,
    pub data_access: Option<LogConfigDataAccessOptions>,
    pub cloud_audit: Option<LogConfigCloudAuditOptions>,
}

Specifies what kind of log the caller must write

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

Fields

Counter options.

Data access options.

Cloud audit options.

Trait Implementations

impl Default for LogConfig
[src]

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

impl Clone for LogConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogConfig
[src]

Formats the value using the given formatter. Read more

impl Part for LogConfig
[src]

Auto Trait Implementations

impl Send for LogConfig

impl Sync for LogConfig