Query
Extends
Query
Properties
agentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.Query.agentIdcreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Query.createdAtid?
optional id: string;The unique id that identifies the saved Query in the Book
Inherited from
bkper.Query.idquery?
optional query: string;The Query string to be executed
Inherited from
bkper.Query.querytitle?
optional title: string;The title of the saved Query
Inherited from
bkper.Query.titleupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.Query.updatedAt