# Copyright (c) 2025 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the COPYING file.
# Generated by the protocol buffer compiler. DO NOT EDIT!
# sources: arista/time/time.proto
# plugin: python-aristaproto
# This file has been @generated
__all__ = ("TimeBounds",)
from dataclasses import dataclass
from datetime import datetime
import aristaproto
[docs]
@dataclass(eq=False, repr=False)
class TimeBounds(aristaproto.Message):
""" """
start: datetime = aristaproto.message_field(1)
"""
"""
end: datetime = aristaproto.message_field(2)
"""
"""