fileUuid property

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

The UUID of the enclave file that will be updated with the given environment variable

Implementation

@$pb.TagNumber(1)
$core.String get fileUuid => $_getSZ(0);
  1. @TagNumber.new(1)
set fileUuid (String value)

Implementation

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