Type Alias PbGetServerlessStreamingJobsStatusResponse

Source
pub type PbGetServerlessStreamingJobsStatusResponse = GetServerlessStreamingJobsStatusResponse;
Expand description

Aliased Type§

struct PbGetServerlessStreamingJobsStatusResponse {
    pub streaming_job_statuses: Vec<Status>,
}

Fields§

§streaming_job_statuses: Vec<Status>