pub type PbAlterStreamingJobConfigRequest = AlterStreamingJobConfigRequest;Aliased Type§
pub struct PbAlterStreamingJobConfigRequest {
pub job_id: TypedId<2>,
pub entries_to_add: HashMap<String, String>,
pub keys_to_remove: Vec<String>,
}Fields§
§job_id: TypedId<2>§entries_to_add: HashMap<String, String>§keys_to_remove: Vec<String>