Struct google_dfareporting3::FileUrls [−][src]
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
browser_url: Option<String>
The URL for downloading the report data through a browser.
api_url: Option<String>
The URL for downloading the report data through the API.
Trait Implementations
impl Default for FileUrls[src]
impl Default for FileUrlsimpl Clone for FileUrls[src]
impl Clone for FileUrlsfn clone(&self) -> FileUrls[src]
fn clone(&self) -> FileUrlsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FileUrls[src]
impl Debug for FileUrlsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for FileUrls[src]
impl NestedType for FileUrlsimpl Part for FileUrls[src]
impl Part for FileUrls