runtimeOwner property

  1. @TagNumber(2)
String runtimeOwner

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);
  1. @TagNumber(2)
void runtimeOwner=(String v)

Implementation

@$pb.TagNumber(2)
set runtimeOwner($core.String v) { $_setString(1, v); }