entityUuid property

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

@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(8)
$core.String get entityUuid => $_getSZ(5);
  1. @TagNumber.new(8)
set entityUuid (String value)

Implementation

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