entityUuid property
@description The organization's globally unique identifier.
@example "550e8400-e29b-41d4-a716-446655440000"
Implementation
@$pb.TagNumber(1)
$core.String get entityUuid => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set entityUuid($core.String value) => $_setString(0, value);