Struct ffsend_api::action::info::InfoResponse[][src]

pub struct InfoResponse { /* fields omitted */ }

The file info response.

Methods

impl InfoResponse
[src]

Get the number of times this file has been downloaded.

Get the maximum number of times the file may be downloaded.

Get the number of times this file may still be downloaded.

Get the time to live for this file, in milliseconds from the time the request was made.

Trait Implementations

impl Debug for InfoResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations