operation property
Information about an operation associated with the log entry, if applicable.
Implementation
@$pb.TagNumber(15)
LogEntryOperation get operation => $_getN(7);
Implementation
@$pb.TagNumber(15)
set operation(LogEntryOperation v) {
setField(15, v);
}