Defines the conditions for retrieving timeline metadata.
Data structure
message MetaQueryCondition {
required MetaQueryConditionType type = 1;
required bytes proto_data = 2;
}
|
Name |
Type |
Required |
Description |
|
type |
Yes |
The condition type. |
|
|
proto_data |
bytes |
Yes |
The serialized retrieval conditions. |