GqlQueryParameter

A binding parameter for a GQL query.

JSON representation
 { 
 // Union field parameter_type 
can be only one of the following: 
 "value" 
 : 
 { 
 object (  Value 
 
) 
 } 
 , 
 "cursor" 
 : 
 string 
 // End of list of possible types for union field parameter_type 
. 
 } 
Fields
Union field parameter_type . The type of parameter. parameter_type can be only one of the following:
value

object ( Value )

A value parameter.

cursor

string ( bytes format)

A query cursor. Query cursors are returned in query result batches.

A base64-encoded string.

Design a Mobile Site
View Site in Mobile | Classic
Share by: