instanceName property
InstanceName is the new name of the instance to be set.
Implementation
@$pb.TagNumber(2)
$core.String get instanceName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set instanceName($core.String value) => $_setString(1, value);