pub type PbAlterSourcePropertiesSafeRequest = AlterSourcePropertiesSafeRequest;Aliased Type§
pub struct PbAlterSourcePropertiesSafeRequest {
pub source_id: u32,
pub changed_props: HashMap<String, String>,
pub changed_secret_refs: HashMap<String, SecretRef>,
pub options: Option<PropertyUpdateOptions>,
}Fields§
§source_id: u32§changed_props: HashMap<String, String>§changed_secret_refs: HashMap<String, SecretRef>§options: Option<PropertyUpdateOptions>