Struct google_analyticsdata1_beta::api::BatchRunPivotReportsResponse [−][src]
pub struct BatchRunPivotReportsResponse {
pub kind: Option<String>,
pub pivot_reports: Option<Vec<RunPivotReportResponse>>,
}Expand description
The batch response containing multiple pivot 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 pivot reports properties (response)
Fields
kind: Option<String>Identifies what kind of resource this message is. This kind is always the fixed string “analyticsData#batchRunPivotReports”. Useful to distinguish between response types in JSON.
pivot_reports: Option<Vec<RunPivotReportResponse>>Individual responses. Each response has a separate pivot report request.
Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl Send for BatchRunPivotReportsResponse
impl Sync for BatchRunPivotReportsResponse
impl Unpin for BatchRunPivotReportsResponse
impl UnwindSafe for BatchRunPivotReportsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more