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")]
9pub id: ::core::option::Option<::prost::alloc::string::String>,
10/// MetaLabel key: The meta label key
11#[prost(string, tag = "2")]
12pub key: ::prost::alloc::string::String,
13/// MetaLabel value: The meta label value
14#[prost(string, optional, tag = "3")]
15pub value: ::core::option::Option<::prost::alloc::string::String>,
16}