Struct gapi_grpc::google::cloud::billing::v1::ListProjectBillingInfoResponse[][src]

pub struct ListProjectBillingInfoResponse {
    pub project_billing_info: Vec<ProjectBillingInfo>,
    pub next_page_token: String,
}

Request message for ListProjectBillingInfoResponse.

Fields

project_billing_info: Vec<ProjectBillingInfo>

A list of ProjectBillingInfo resources representing the projects associated with the billing account.

next_page_token: String

A token to retrieve the next page of results. To retrieve the next page, call ListProjectBillingInfo again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

Trait Implementations

impl Clone for ListProjectBillingInfoResponse[src]

impl Debug for ListProjectBillingInfoResponse[src]

impl Default for ListProjectBillingInfoResponse[src]

impl Message for ListProjectBillingInfoResponse[src]

impl PartialEq<ListProjectBillingInfoResponse> for ListProjectBillingInfoResponse[src]

impl StructuralPartialEq for ListProjectBillingInfoResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListProjectBillingInfoResponse

impl Send for ListProjectBillingInfoResponse

impl Sync for ListProjectBillingInfoResponse

impl Unpin for ListProjectBillingInfoResponse

impl UnwindSafe for ListProjectBillingInfoResponse

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]