Struct google_dfareporting2d3::Report [] [src]

pub struct Report {
    pub owner_profile_id: Option<String>,
    pub sub_account_id: Option<String>,
    pub schedule: Option<ReportSchedule>,
    pub path_to_conversion_criteria: Option<ReportPathToConversionCriteria>,
    pub reach_criteria: Option<ReportReachCriteria>,
    pub floodlight_criteria: Option<ReportFloodlightCriteria>,
    pub file_name: Option<String>,
    pub delivery: Option<ReportDelivery>,
    pub last_modified_time: Option<String>,
    pub cross_dimension_reach_criteria: Option<ReportCrossDimensionReachCriteria>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub format: Option<String>,
    pub id: Option<String>,
    pub etag: Option<String>,
    pub criteria: Option<ReportCriteria>,
    pub type_: Option<String>,
}

Represents a 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

The user profile id of the owner of this report.

The subaccount ID to which this report belongs if applicable.

The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".

The report criteria for a report of type "PATH_TO_CONVERSION".

The report criteria for a report of type "REACH".

The report criteria for a report of type "FLOODLIGHT".

The filename used when generating report files for this report.

The report's email delivery settings.

The timestamp (in milliseconds since epoch) of when this report was last modified.

The report criteria for a report of type "CROSS_DIMENSION_REACH".

The account ID to which this report belongs.

The kind of resource this is, in this case dfareporting#report.

The name of the report.

The output format of the report. If not specified, default format is "CSV". Note that the actual format in the completed report file might differ if for instance the report's size exceeds the format's capabilities. "CSV" will then be the fallback format.

The unique ID identifying this report resource.

The eTag of this response for caching purposes.

The report criteria for a report of type "STANDARD".

The type of the report.

Trait Implementations

impl Default for Report
[src]

[src]

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

impl Clone for Report
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Report
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Report
[src]

impl Resource for Report
[src]

impl ResponseResult for Report
[src]