Struct google_firestore1_beta1::CollectionSelector [] [src]

pub struct CollectionSelector {
    pub all_descendants: Option<bool>,
    pub collection_id: Option<String>,
}

A selection of a collection, such as messages as m1.

This type is not used in any activity, and only used as part of another schema.

Fields

When false, selects only collections that are immediate children of the parent specified in the containing RunQueryRequest. When true, selects all descendant collections.

The collection ID. When set, selects only collections with this ID.

Trait Implementations

impl Default for CollectionSelector
[src]

[src]

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

impl Clone for CollectionSelector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CollectionSelector
[src]

[src]

Formats the value using the given formatter.

impl Part for CollectionSelector
[src]