Struct google_analytics3::UnsampledReport [] [src]

pub struct UnsampledReport {
    pub status: Option<String>,
    pub updated: Option<String>,
    pub download_type: Option<String>,
    pub start_date: Option<String>,
    pub drive_download_details: Option<UnsampledReportDriveDownloadDetails>,
    pub metrics: Option<String>,
    pub filters: Option<String>,
    pub web_property_id: Option<String>,
    pub segment: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub cloud_storage_download_details: Option<UnsampledReportCloudStorageDownloadDetails>,
    pub dimensions: Option<String>,
    pub created: Option<String>,
    pub title: Option<String>,
    pub profile_id: Option<String>,
    pub end_date: Option<String>,
    pub self_link: Option<String>,
}

JSON template for Analytics unsampled report resource.

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).

Fields

Status of this unsampled report. Possible values are PENDING, COMPLETED, or FAILED.

Time this unsampled report was last modified.

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.

The start date for the unsampled report.

Download details for a file stored in Google Drive.

The metrics for the unsampled report.

The filters for the unsampled report.

Web property ID to which this unsampled report belongs. The web property ID is of the form UA-XXXXX-YY.

The segment for the unsampled report.

Unsampled report ID.

Account ID to which this unsampled report belongs.

Resource type for an Analytics unsampled report.

Download details for a file stored in Google Cloud Storage.

The dimensions for the unsampled report.

Time this unsampled report was created.

Title of the unsampled report.

View (Profile) ID to which this unsampled report belongs.

The end date for the unsampled report.

Link for this unsampled report.

Trait Implementations

impl Default for UnsampledReport
[src]

Returns the "default value" for a type. Read more

impl Clone for UnsampledReport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnsampledReport
[src]

Formats the value using the given formatter.

impl RequestValue for UnsampledReport
[src]

impl ResponseResult for UnsampledReport
[src]