entityUuid property
@optional
@description The globally unique identifier for the Organization or Business Entity.
@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(1)
$core.String get entityUuid => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set entityUuid($core.String value) => $_setString(0, value);