enclaveName property
Stores the unique identifier of the application
Implementation
@$pb.TagNumber(12)
$core.String get enclaveName => $_getSZ(2);
Implementation
@$pb.TagNumber(12)
set enclaveName($core.String value) => $_setString(2, value);
Stores the unique identifier of the application
@$pb.TagNumber(12)
$core.String get enclaveName => $_getSZ(2);
@$pb.TagNumber(12)
set enclaveName($core.String value) => $_setString(2, value);