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

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