Struct gapi_grpc::google::cloud::dialogflow::cx::v3::ListVersionsResponse[][src]

pub struct ListVersionsResponse {
    pub versions: Vec<Version>,
    pub next_page_token: String,
}

The response message for [Versions.ListVersions][google.cloud.dialogflow.cx.v3.Versions.ListVersions].

Fields

versions: Vec<Version>

A list of versions. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn’t the last page.

next_page_token: String

Token to retrieve the next page of results, or empty if there are no more results in the list.

Trait Implementations

impl Clone for ListVersionsResponse[src]

impl Debug for ListVersionsResponse[src]

impl Default for ListVersionsResponse[src]

impl Message for ListVersionsResponse[src]

impl PartialEq<ListVersionsResponse> for ListVersionsResponse[src]

impl StructuralPartialEq for ListVersionsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListVersionsResponse

impl Send for ListVersionsResponse

impl Sync for ListVersionsResponse

impl Unpin for ListVersionsResponse

impl UnwindSafe for ListVersionsResponse

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]