yandex-cloud 2025.4.14

Generated gRPC clients for the Yandex Cloud API
Documentation
/// Test config.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Config {
    /// ID of the test config. Generated at creation time.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// ID of the folder that the config belongs to.
    #[prost(string, tag = "2")]
    pub folder_id: ::prost::alloc::string::String,
    /// Config content in YAML format.
    #[prost(string, tag = "3")]
    pub yaml_string: ::prost::alloc::string::String,
    /// Name of the config.
    #[prost(string, tag = "10")]
    pub name: ::prost::alloc::string::String,
    /// Creation timestamp.
    #[prost(message, optional, tag = "11")]
    pub created_at: ::core::option::Option<::prost_types::Timestamp>,
    /// UA or SA that created the config.
    #[prost(string, tag = "12")]
    pub created_by: ::prost::alloc::string::String,
}