runtimeOwner property
The owner of this runtime after creation. Format: alias@example.com
Currently supports one owner only.
Implementation
@$pb.TagNumber(2)
$core.String get runtimeOwner => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set runtimeOwner($core.String v) { $_setString(1, v); }