// 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>,
}