Struct gapi_grpc::google::cloud::resourcemanager::v3::SearchOrganizationsResponse[][src]

pub struct SearchOrganizationsResponse {
    pub organizations: Vec<Organization>,
    pub next_page_token: String,
}

The response returned from the SearchOrganizations method.

Fields

organizations: Vec<Organization>

The list of Organizations that matched the search query, possibly paginated.

next_page_token: String

A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.

Trait Implementations

impl Clone for SearchOrganizationsResponse[src]

impl Debug for SearchOrganizationsResponse[src]

impl Default for SearchOrganizationsResponse[src]

impl Message for SearchOrganizationsResponse[src]

impl PartialEq<SearchOrganizationsResponse> for SearchOrganizationsResponse[src]

impl StructuralPartialEq for SearchOrganizationsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchOrganizationsResponse

impl Send for SearchOrganizationsResponse

impl Sync for SearchOrganizationsResponse

impl Unpin for SearchOrganizationsResponse

impl UnwindSafe for SearchOrganizationsResponse

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]