atomKey property
Required. The EditAtom.key that references the atom with audio 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); }