Struct google_dfareporting2d2::FileUrls [] [src]

pub struct FileUrls {
    pub browser_url: Option<String>,
    pub api_url: Option<String>,
}

The URLs where the completed report file can be downloaded.

This type is not used in any activity, and only used as part of another schema.

Fields

The URL for downloading the report data through a browser.

The URL for downloading the report data through the API.

Trait Implementations

impl Default for FileUrls
[src]

[src]

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

impl Clone for FileUrls
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FileUrls
[src]

[src]

Formats the value using the given formatter.

impl NestedType for FileUrls
[src]

impl Part for FileUrls
[src]