Class PersonalDetails (3.9.1)

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

Entry metadata relevant only to the user and private to them.

Attributes

NameDescription
starred bool
True if the entry is starred by the user; false otherwise.
star_time google.protobuf.timestamp_pb2.Timestamp
Set if the entry is starred; unset otherwise.

Inheritance

builtins.object > proto.message.Message > PersonalDetails