instanceId property
used only to identify the instance to change.
Implementation
@$pb.TagNumber(1)
$core.String get instanceId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set instanceId($core.String value) => $_setString(0, value);
used only to identify the instance to change.
@$pb.TagNumber(1)
$core.String get instanceId => $_getSZ(0);
@$pb.TagNumber(1)
set instanceId($core.String value) => $_setString(0, value);