UnsampledReport class
JSON template for Analytics unsampled report resource.
Constructors
- UnsampledReport()
- UnsampledReport.fromJson(Map _json)
Properties
- accountId ↔ String
-
Account ID to which this unsampled report belongs.
read / write
- cloudStorageDownloadDetails ↔ UnsampledReportCloudStorageDownloadDetails
-
Download details for a file stored in Google Cloud Storage.
read / write
- created ↔ DateTime
-
Time this unsampled report was created.
read / write
- dimensions ↔ String
-
The dimensions for the unsampled report.
read / write
- downloadType ↔ String
-
The type of download you need to use for the report data file. Possible
values include
GOOGLE_DRIVE
andGOOGLE_CLOUD_STORAGE
. If the value isGOOGLE_DRIVE
, see thedriveDownloadDetails
field. If the value isGOOGLE_CLOUD_STORAGE
, see thecloudStorageDownloadDetails
field.read / write - driveDownloadDetails ↔ UnsampledReportDriveDownloadDetails
-
Download details for a file stored in Google Drive.
read / write
- end_date ↔ String
-
The end date for the unsampled report.
read / write
- filters ↔ String
-
The filters for the unsampled report.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Unsampled report ID.
read / write
- kind ↔ String
-
Resource type for an Analytics unsampled report.
read / write
- metrics ↔ String
-
The metrics for the unsampled report.
read / write
- profileId ↔ String
-
View (Profile) ID to which this unsampled report belongs.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- segment ↔ String
-
The segment for the unsampled report.
read / write
- selfLink ↔ String
-
Link for this unsampled report.
read / write
- start_date ↔ String
-
The start date for the unsampled report.
read / write
- status ↔ String
-
Status of this unsampled report. Possible values are PENDING, COMPLETED,
or FAILED.
read / write
- title ↔ String
-
Title of the unsampled report.
read / write
- updated ↔ DateTime
-
Time this unsampled report was last modified.
read / write
- webPropertyId ↔ String
-
Web property ID to which this unsampled report belongs. The web property
ID is of the form UA-XXXXX-YY.
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