// This file is @generated by prost-build.
/// Log message used to send to Platform Logging.
#[derive(Clone, PartialEq, ::prost::Message)]pubstructIngestDetailsLog{/// Identification of the successfully accepted request.
#[prost(string, tag ="1")]pubingestion_tracking_id:::prost::alloc::string::String,
/// The message content will be sent to Platform Logging.
#[prost(string, tag ="2")]pubcontent:::prost::alloc::string::String,
}