Time interval for requested events.
Defined in
This message is defined in the event_provider_service.proto
file.
Syntax
message TimeSpan
{
google.protobuf.Timestamp from = 1;
google.protobuf.Timestamp to = 2;
}
Fields
The TimeSpan
message has the following fields.
TimeSpan message fields
Type |
Name |
Tag |
Description |
---|---|---|---|
|
|
|
Time stamp of the start of the interval. The specified value is included in the interval. |
|
|
|
Time stamp of the end of the interval. The specified value is included in the interval. |