Class CompareVersionsResponse (1.13.4)

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

The response message for Versions.CompareVersions.

Attributes

NameDescription
base_version_content_json str
JSON representation of the base version content.
target_version_content_json str
JSON representation of the target version content.
compare_time google.protobuf.timestamp_pb2.Timestamp
The timestamp when the two version compares.

Inheritance

builtins.object > proto.message.Message > CompareVersionsResponse