SavedQuery class

The definition of a saved query.

To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.

Constructors

SavedQuery({String? createTime, String? displayName, String? matterId, Query? query, String? savedQueryId})
SavedQuery.fromJson(Map json_)

Properties

createTime String?
The server-generated timestamp when the saved query was created.
getter/setter pair
displayName String?
The name of the saved query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matterId String?
The matter ID of the matter the saved query is saved in.
getter/setter pair
query Query?
The search parameters of the saved query.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedQueryId String?
A unique identifier for the saved query.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited