pub type PbListStreamingJobStatesResponse = ListStreamingJobStatesResponse;
Expand description
Alias for ListStreamingJobStatesResponse
.
Aliased Type§
struct PbListStreamingJobStatesResponse {
pub states: Vec<StreamingJobState>,
}
Fields§
§states: Vec<StreamingJobState>