Struct google_deploymentmanager2::LogConfigDataAccessOptions[][src]

pub struct LogConfigDataAccessOptions {
    pub log_mode: Option<String>,
}

Write a Data Access (Gin) log

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

Fields

Whether Gin logging should happen in a fail-closed manner at the caller. This is relevant only in the LocalIAM implementation, for now.

Trait Implementations

impl Default for LogConfigDataAccessOptions
[src]

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

impl Clone for LogConfigDataAccessOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogConfigDataAccessOptions
[src]

Formats the value using the given formatter. Read more

impl Part for LogConfigDataAccessOptions
[src]

Auto Trait Implementations