pub struct LoggingDatadogAllOf {
pub region: Option<Region>,
pub format: Option<String>,
pub token: Option<String>,
}
Fields§
§region: Option<Region>
The region that log data will be sent to.
format: Option<String>
A Fastly log format string. Must produce valid JSON that Datadog can ingest.
token: Option<String>
The API key from your Datadog account. Required.
Implementations§
source§impl LoggingDatadogAllOf
impl LoggingDatadogAllOf
pub fn new() -> LoggingDatadogAllOf
Trait Implementations§
source§impl Clone for LoggingDatadogAllOf
impl Clone for LoggingDatadogAllOf
source§fn clone(&self) -> LoggingDatadogAllOf
fn clone(&self) -> LoggingDatadogAllOf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LoggingDatadogAllOf
impl Debug for LoggingDatadogAllOf
source§impl Default for LoggingDatadogAllOf
impl Default for LoggingDatadogAllOf
source§fn default() -> LoggingDatadogAllOf
fn default() -> LoggingDatadogAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingDatadogAllOf
impl<'de> Deserialize<'de> for LoggingDatadogAllOf
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more