entityUuid property
Stores a globally unique entity UUID. This will be set at the organization level
Implementation
@$pb.TagNumber(1)
$core.String get entityUuid => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set entityUuid($core.String value) => $_setString(0, value);