entityUuid property

  1. @TagNumber.new(1)
String get entityUuid

@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);
  1. @TagNumber.new(1)
set entityUuid (String value)

Implementation

@$pb.TagNumber(1)
set entityUuid($core.String value) => $_setString(0, value);