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

pub struct SearchOrganizationsRequest {
    pub page_size: i32,
    pub page_token: String,
    pub query: String,
}

The request sent to the SearchOrganizations method.

Fields

page_size: i32

Optional. The maximum number of organizations to return in the response. If unspecified, server picks an appropriate default.

page_token: String

Optional. A pagination token returned from a previous call to SearchOrganizations that indicates from where listing should continue.

query: String

Optional. An optional query string used to filter the Organizations to return in the response. Query rules are case-insensitive.

FieldDescription
directoryCustomerId, owner.directoryCustomerIdFilters by directory
customer id.
domainFilters by domain.

Organizations may be queried by directoryCustomerId or by domain, where the domain is a G Suite domain, for example:

Trait Implementations

impl Clone for SearchOrganizationsRequest[src]

impl Debug for SearchOrganizationsRequest[src]

impl Default for SearchOrganizationsRequest[src]

impl Message for SearchOrganizationsRequest[src]

impl PartialEq<SearchOrganizationsRequest> for SearchOrganizationsRequest[src]

impl StructuralPartialEq for SearchOrganizationsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchOrganizationsRequest

impl Send for SearchOrganizationsRequest

impl Sync for SearchOrganizationsRequest

impl Unpin for SearchOrganizationsRequest

impl UnwindSafe for SearchOrganizationsRequest

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]