pub type PbCreateSourceRequest = CreateSourceRequest;
Aliased Type§
struct PbCreateSourceRequest {
pub source: Option<Source>,
pub fragment_graph: Option<StreamFragmentGraph>,
pub if_not_exists: bool,
}
Fields§
§source: Option<Source>
§fragment_graph: Option<StreamFragmentGraph>
§if_not_exists: bool