1
2
3
4
5
6
7
8
9
10
11
12
// This file is @generated by prost-build.
/// Log message used to send to Platform Logging.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct IngestDetailsLog {
    /// Identification of the successfully accepted request.
    #[prost(string, tag = "1")]
    pub ingestion_tracking_id: ::prost::alloc::string::String,
    /// The message content will be sent to Platform Logging.
    #[prost(string, tag = "2")]
    pub content: ::prost::alloc::string::String,
}