Struct google_firebasehosting1_beta1::ListReleasesResponse[][src]

pub struct ListReleasesResponse {
    pub next_page_token: Option<String>,
    pub releases: Option<Vec<Release>>,
}

There is no detailed description.

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

If there are additional releases remaining beyond the ones in this response, then supply this token in the next list call to continue with the next set of releases.

The list of hashes of files that still need to be uploaded, if any exist.

Trait Implementations

impl Default for ListReleasesResponse
[src]

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

impl Clone for ListReleasesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListReleasesResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListReleasesResponse
[src]

Auto Trait Implementations