instanceId property
The ID of the instance for which the resource counts are reported.
Implementation
@$pb.TagNumber(3)
$core.String get instanceId => $_getSZ(0);
Implementation
@$pb.TagNumber(3)
set instanceId($core.String value) => $_setString(0, value);