Struct google_firestore1_beta1::GoogleFirestoreAdminV1beta1Index[][src]

pub struct GoogleFirestoreAdminV1beta1Index {
    pub fields: Option<Vec<GoogleFirestoreAdminV1beta1IndexField>>,
    pub state: Option<String>,
    pub name: Option<String>,
    pub collection_id: Option<String>,
}

An index definition.

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 fields to index.

The state of the index. Output only.

The resource name of the index. Output only.

The collection ID to which this index applies. Required.

Trait Implementations

impl Default for GoogleFirestoreAdminV1beta1Index
[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleFirestoreAdminV1beta1Index
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleFirestoreAdminV1beta1Index
[src]

Formats the value using the given formatter. Read more

impl RequestValue for GoogleFirestoreAdminV1beta1Index
[src]

impl ResponseResult for GoogleFirestoreAdminV1beta1Index
[src]

Auto Trait Implementations