Struct google_deploymentmanager2::LogConfig
[−]
[src]
pub struct LogConfig {
pub counter: Option<LogConfigCounterOptions>,
}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: Option<LogConfigCounterOptions>
Counter options.
Trait Implementations
impl Debug for LogConfig[src]
impl Clone for LogConfig[src]
fn clone(&self) -> LogConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more