cx_api/generated/
com.coralogixapis.alerting.meta_labels_protobuf.v1.rs1#[derive(serde::Serialize, serde::Deserialize)]
4#[serde(rename_all = "snake_case")]
5#[derive(Clone, PartialEq, ::prost::Message)]
6pub struct MetaLabel {
7 #[prost(string, optional, tag = "1")]
9 pub id: ::core::option::Option<::prost::alloc::string::String>,
10 #[prost(string, tag = "2")]
12 pub key: ::prost::alloc::string::String,
13 #[prost(string, optional, tag = "3")]
15 pub value: ::core::option::Option<::prost::alloc::string::String>,
16}