entityUuid property
@optional
@description Filter by the organization UUID.
@example "550e8400-e29b-41d4-a716-446655440000"
@regex ^0-9a-fA-F{8}-0-9a-fA-F{4}-0-9a-fA-F{4}-0-9a-fA-F{4}-0-9a-fA-F{12}$
@format If provided, must be a valid v4 UUID in canonical hyphenated form.
Implementation
@$pb.TagNumber(6)
$core.String get entityUuid => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set entityUuid($core.String value) => $_setString(5, value);