GetReportsRequest class
The batch request containing multiple report request.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
reportRequests
↔ List<
ReportRequest> -
Requests, each request will have a separate response. There can be a
maximum of 5 requests. All requests should have the same
dateRanges
,viewId
,segments
,samplingLevel
, andcohortGroup
.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- useResourceQuotas ↔ bool
-
Enables resource based
quotas,
(defaults to
False
). If this field is set toTrue
the per view (profile) quotas are governed by the computational cost of the request. Note that using cost based quotas will higher enable sampling rates. (10 Million forSMALL
, 100M forLARGE
. See the limits and quotas documentation for details.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited