Struct google_gan1_beta1::Report [] [src]

pub struct Report {
    pub totals_rows: Option<Vec<Vec<String>>>,
    pub kind: Option<String>,
    pub rows: Option<Vec<Vec<String>>>,
    pub end_date: Option<String>,
    pub matching_row_count: Option<String>,
    pub column_names: Option<Vec<String>>,
    pub type_: Option<String>,
    pub start_date: Option<String>,
}

A ReportResource representing a report of a certain type either for an advertiser or publisher.

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 totals rows for the report

The kind for a report.

The rows of data for the report

The end of the date range for this report, exclusive.

The number of matching rows before paging is applied.

The column names for the report

The report type.

The start of the date range for this report, inclusive.

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 Resource for Report
[src]

impl ResponseResult for Report
[src]