Type Alias PbAlterConnectorPropsRequest

Source
pub type PbAlterConnectorPropsRequest = AlterConnectorPropsRequest;

Aliased Type§

struct PbAlterConnectorPropsRequest {
    pub object_id: u32,
    pub changed_props: HashMap<String, String>,
    pub changed_secret_refs: HashMap<String, SecretRef>,
    pub connector_conn_ref: Option<u32>,
    pub object_type: i32,
}

Fields§

§object_id: u32§changed_props: HashMap<String, String>§changed_secret_refs: HashMap<String, SecretRef>§connector_conn_ref: Option<u32>§object_type: i32