pub struct BatchRunReportsResponse {
pub kind: Option<String>,
pub reports: Option<Vec<RunReportResponse>>,
}Expand description
The batch response containing multiple reports.
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).
- batch run reports properties (response)
Fields§
§kind: Option<String>Identifies what kind of resource this message is. This kind is always the fixed string “analyticsData#batchRunReports”. Useful to distinguish between response types in JSON.
reports: Option<Vec<RunReportResponse>>Individual responses. Each response has a separate report request.
Trait Implementations§
source§impl Clone for BatchRunReportsResponse
impl Clone for BatchRunReportsResponse
source§fn clone(&self) -> BatchRunReportsResponse
fn clone(&self) -> BatchRunReportsResponse
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 BatchRunReportsResponse
impl Debug for BatchRunReportsResponse
source§impl Default for BatchRunReportsResponse
impl Default for BatchRunReportsResponse
source§fn default() -> BatchRunReportsResponse
fn default() -> BatchRunReportsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BatchRunReportsResponse
impl<'de> Deserialize<'de> for BatchRunReportsResponse
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