Struct google_firestore1_beta1::GoogleFirestoreAdminV1beta1ListIndexesResponse[][src]

pub struct GoogleFirestoreAdminV1beta1ListIndexesResponse {
    pub next_page_token: Option<String>,
    pub indexes: Option<Vec<GoogleFirestoreAdminV1beta1Index>>,
}

The response for FirestoreAdmin.ListIndexes.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The standard List next-page token.

The indexes.

Trait Implementations

Auto Trait Implementations