atomKey property
Required. The EditAtom.key that references atom with text inputs in the
Job.edit_list.
Implementation
@$pb.TagNumber(1)
$core.String get atomKey => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set atomKey($core.String v) { $_setString(0, v); }