Struct google_transcoder1_beta1::api::ListJobsResponse
source · pub struct ListJobsResponse {
pub jobs: Option<Vec<Job>>,
pub next_page_token: Option<String>,
}
Expand description
Response message for TranscoderService.ListJobs
.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations jobs list projects (response)
Fields§
§jobs: Option<Vec<Job>>
List of jobs in the specified region.
next_page_token: Option<String>
The pagination token.
Trait Implementations§
source§impl Clone for ListJobsResponse
impl Clone for ListJobsResponse
source§fn clone(&self) -> ListJobsResponse
fn clone(&self) -> ListJobsResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListJobsResponse
impl Debug for ListJobsResponse
source§impl Default for ListJobsResponse
impl Default for ListJobsResponse
source§fn default() -> ListJobsResponse
fn default() -> ListJobsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListJobsResponse
impl<'de> Deserialize<'de> for ListJobsResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more