Class Entry (2.14.0)

Entry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an environment history entry.

Attributes

NameDescription
agent_version str
The agent version loaded into this environment history entry.
description str
The developer-provided description for this environment history entry.
create_time google.protobuf.timestamp_pb2.Timestamp
The creation time of this environment history entry.

Inheritance

builtins.object > proto.message.Message > Entry