google_api_firestore v0.13.0 GoogleApi.Firestore.V1.Model.QueryTarget View Source
A target specified by a query.
Attributes
parent
(type:String.t
, default:nil
) - The parent resource name. In the format:projects/{project_id}/databases/{database_id}/documents
orprojects/{project_id}/databases/{database_id}/documents/{document_path}
. For example:projects/my-project/databases/my-database/documents
orprojects/my-project/databases/my-database/documents/chatrooms/my-chatroom
structuredQuery
(type:GoogleApi.Firestore.V1.Model.StructuredQuery.t
, default:nil
) - A structured query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.QueryTarget{ parent: String.t(), structuredQuery: GoogleApi.Firestore.V1.Model.StructuredQuery.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.