id property

  1. @TagNumber.new(1)
String get id

Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

Implementation

@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
  1. @TagNumber.new(1)
set id (String value)

Implementation

@$pb.TagNumber(1)
set id($core.String value) => $_setString(0, value);