ytsaurus-proto 0.3.1

Generated protobuf bindings for the YTsaurus RPC proxy, built from the upstream .proto files
Documentation
1
2
3
4
5
6
7
8
9
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TSpecPatch {
    #[prost(string, required, tag = "1")]
    pub path: ::prost::alloc::string::String,
    /// YSON
    #[prost(string, required, tag = "2")]
    pub value: ::prost::alloc::string::String,
}