Struct google_analyticsdata1_beta::api::BatchRunReportsRequest [−][src]
pub struct BatchRunReportsRequest {
pub requests: Option<Vec<RunReportRequest>>,
}Expand description
The batch request containing multiple report requests.
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 (request)
Fields
requests: Option<Vec<RunReportRequest>>Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
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 RefUnwindSafe for BatchRunReportsRequest
impl Send for BatchRunReportsRequest
impl Sync for BatchRunReportsRequest
impl Unpin for BatchRunReportsRequest
impl UnwindSafe for BatchRunReportsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more