fileUuid property
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);
Implementation
@$pb.TagNumber(1)
set fileUuid($core.String value) => $_setString(0, value);