Struct google_firestore1_beta1::QueryTarget[][src]

pub struct QueryTarget {
    pub structured_query: Option<StructuredQuery>,
    pub parent: Option<String>,
}

A target specified by a query.

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

Fields

A structured query.

The parent resource name. In the format: projects/{project_id}/databases/{database_id}/documents or projects/{project_id}/databases/{database_id}/documents/{document_path}. For example: projects/my-project/databases/my-database/documents or projects/my-project/databases/my-database/documents/chatrooms/my-chatroom

Trait Implementations

impl Default for QueryTarget
[src]

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

impl Clone for QueryTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QueryTarget
[src]

Formats the value using the given formatter. Read more

impl Part for QueryTarget
[src]

Auto Trait Implementations

impl Send for QueryTarget

impl Sync for QueryTarget