pub type PbConnectionParams = ConnectionParams;Aliased Type§
pub struct PbConnectionParams {
pub connection_type: i32,
pub properties: HashMap<String, String>,
pub secret_refs: HashMap<String, SecretRef>,
}Fields§
§connection_type: i32§properties: HashMap<String, String>§secret_refs: HashMap<String, SecretRef>