MetaQueryCondition specifies the condition that is used to retrieve the timeline metadata.
Data structure
message MetaQueryCondition {
required MetaQueryConditionType type = 1;
required bytes proto_data = 2;
}
Parameter | Type | Required | Description |
---|---|---|---|
type | MetaQueryConditionType | Yes | The type of the retrieval condition. |
proto_data | bytes | Yes | The serialization result of the retrieval condition. |