TimeseriesMeta specifies the timeline metadata.
Data structure
message TimeseriesMeta {
required TimeseriesKey time_series_key = 1;
optional string attributes = 2;
optional int64 update_time = 3;
}
Parameter | Type | Required | Description |
---|---|---|---|
time_series_key | TimeseriesKey | Yes | The identifier of the timeline. |
attributes | string | No | The properties of the timeline metadata. |
update_time | int64 | No | The point in time at which the timeline metadata is updated. |