createdByUserId property
the id of the user that created this call
Implementation
@$pb.TagNumber(3)
$core.String get createdByUserId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set createdByUserId($core.String v) { $_setString(2, v); }
the id of the user that created this call
@$pb.TagNumber(3)
$core.String get createdByUserId => $_getSZ(2);
@$pb.TagNumber(3)
set createdByUserId($core.String v) { $_setString(2, v); }