Module GapiAnalyticsV3Model.UnsampledReport
module DriveDownloadDetails : sig ... endmodule CloudStorageDownloadDetails : sig ... endtype t={accountId : string;Account ID to which this unsampled report belongs.
cloudStorageDownloadDetails : CloudStorageDownloadDetails.t;Download details for a file stored in Google Cloud Storage.
created : GapiDate.t;Time this unsampled report was created.
dimensions : string;The dimensions for the unsampled report.
downloadType : string;The type of download you need to use for the report data file. Possible values include `GOOGLE_DRIVE` and `GOOGLE_CLOUD_STORAGE`. If the value is `GOOGLE_DRIVE`, see the `driveDownloadDetails` field. If the value is `GOOGLE_CLOUD_STORAGE`, see the `cloudStorageDownloadDetails` field.
driveDownloadDetails : DriveDownloadDetails.t;Download details for a file stored in Google Drive.
end_date : string;The end date for the unsampled report.
filters : string;The filters for the unsampled report.
id : string;Unsampled report ID.
kind : string;Resource type for an Analytics unsampled report.
metrics : string;The metrics for the unsampled report.
profileId : string;View (Profile) ID to which this unsampled report belongs.
segment : string;The segment for the unsampled report.
selfLink : string;Link for this unsampled report.
start_date : string;The start date for the unsampled report.
status : string;Status of this unsampled report. Possible values are PENDING, COMPLETED, or FAILED.
title : string;Title of the unsampled report.
updated : GapiDate.t;Time this unsampled report was last modified.
webPropertyId : string;Web property ID to which this unsampled report belongs. The web property ID is of the form UA-XXXXX-YY.
}
val accountId : (t, string) GapiLens.tval cloudStorageDownloadDetails : (t, CloudStorageDownloadDetails.t) GapiLens.tval created : (t, GapiDate.t) GapiLens.tval dimensions : (t, string) GapiLens.tval downloadType : (t, string) GapiLens.tval driveDownloadDetails : (t, DriveDownloadDetails.t) GapiLens.tval end_date : (t, string) GapiLens.tval filters : (t, string) GapiLens.tval id : (t, string) GapiLens.tval kind : (t, string) GapiLens.tval metrics : (t, string) GapiLens.tval profileId : (t, string) GapiLens.tval segment : (t, string) GapiLens.tval selfLink : (t, string) GapiLens.tval start_date : (t, string) GapiLens.tval status : (t, string) GapiLens.tval title : (t, string) GapiLens.tval updated : (t, GapiDate.t) GapiLens.tval webPropertyId : (t, string) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t