Struct google_dfareporting3::api::File[][src]

pub struct File {
    pub date_range: Option<DateRange>,
    pub etag: Option<String>,
    pub file_name: Option<String>,
    pub format: Option<String>,
    pub id: Option<String>,
    pub kind: Option<String>,
    pub last_modified_time: Option<String>,
    pub report_id: Option<String>,
    pub status: Option<String>,
    pub urls: Option<FileUrls>,
}
Expand description

Represents a File resource. A file contains the metadata for a report run. It shows the status of the run and holds the URLs to the generated report data if the run is finished and the status is “REPORT_AVAILABLE”.

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

date_range: Option<DateRange>

The date range for which the file has report data. The date range will always be the absolute date range for which the report is run.

etag: Option<String>

The eTag of this response for caching purposes.

file_name: Option<String>

The filename of the file.

format: Option<String>

The output format of the report. Only available once the file is available.

id: Option<String>

The unique ID of this report file.

kind: Option<String>

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

last_modified_time: Option<String>

The timestamp in milliseconds since epoch when this file was last modified.

report_id: Option<String>

The ID of the report this file was generated from.

status: Option<String>

The status of the report file.

urls: Option<FileUrls>

The URLs where the completed report file can be downloaded.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.