Struct gapi_grpc::google::cloud::accessapproval::v1::ListApprovalRequestsMessage[][src]

pub struct ListApprovalRequestsMessage {
    pub parent: String,
    pub filter: String,
    pub page_size: i32,
    pub page_token: String,
}

Request to list approval requests.

Fields

parent: String

The parent resource. This may be “projects/{project_id}”, “folders/{folder_id}”, or “organizations/{organization_id}”.

filter: String

A filter on the type of approval requests to retrieve. Must be one of the following values:

page_size: i32

Requested page size.

page_token: String

A token identifying the page of results to return.

Trait Implementations

impl Clone for ListApprovalRequestsMessage[src]

impl Debug for ListApprovalRequestsMessage[src]

impl Default for ListApprovalRequestsMessage[src]

impl Message for ListApprovalRequestsMessage[src]

impl PartialEq<ListApprovalRequestsMessage> for ListApprovalRequestsMessage[src]

impl StructuralPartialEq for ListApprovalRequestsMessage[src]

Auto Trait Implementations

impl RefUnwindSafe for ListApprovalRequestsMessage

impl Send for ListApprovalRequestsMessage

impl Sync for ListApprovalRequestsMessage

impl Unpin for ListApprovalRequestsMessage

impl UnwindSafe for ListApprovalRequestsMessage

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]