operation property
Optional. Information about an operation associated with the log entry, if applicable.
Implementation
@$pb.TagNumber(16)
LogEntryOperation get operation => $_getN(10);
Implementation
@$pb.TagNumber(16)
set operation(LogEntryOperation value) => $_setField(16, value);