cx_api/generated/
com.coralogixapis.alerting.meta_labels_protobuf.v1.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// This file is @generated by prost-build.
/// Must use that schemas because the metaLabel GRPC service use that schemas
#[derive(serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "snake_case")]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MetaLabel {
    /// MetaLabel id: The meta label id
    #[prost(string, optional, tag = "1")]
    pub id: ::core::option::Option<::prost::alloc::string::String>,
    /// MetaLabel key: The meta label key
    #[prost(string, tag = "2")]
    pub key: ::prost::alloc::string::String,
    /// MetaLabel value: The meta label value
    #[prost(string, optional, tag = "3")]
    pub value: ::core::option::Option<::prost::alloc::string::String>,
}