Struct google_appengine1_beta4::api::ListVersionsResponse
source · pub struct ListVersionsResponse {
pub next_page_token: Option<String>,
pub versions: Option<Vec<Version>>,
}Expand description
Response message for Versions.ListVersions.
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).
- modules versions list apps (response)
Fields§
§next_page_token: Option<String>Continuation token for fetching the next page of results.
versions: Option<Vec<Version>>The versions belonging to the requested module.
Trait Implementations§
source§impl Clone for ListVersionsResponse
impl Clone for ListVersionsResponse
source§fn clone(&self) -> ListVersionsResponse
fn clone(&self) -> ListVersionsResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ListVersionsResponse
impl Debug for ListVersionsResponse
source§impl Default for ListVersionsResponse
impl Default for ListVersionsResponse
source§fn default() -> ListVersionsResponse
fn default() -> ListVersionsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListVersionsResponse
impl<'de> Deserialize<'de> for ListVersionsResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more