pub type PbGetServerlessStreamingJobsStatusResponse = GetServerlessStreamingJobsStatusResponse;
Aliased Type§
struct PbGetServerlessStreamingJobsStatusResponse {
pub streaming_job_statuses: Vec<Status>,
}
Fields§
§streaming_job_statuses: Vec<Status>