instanceId property

  1. @TagNumber.new(3)
String get instanceId

The ID of the instance for which the resource counts are reported.

Implementation

@$pb.TagNumber(3)
$core.String get instanceId => $_getSZ(0);
  1. @TagNumber.new(3)
set instanceId (String value)

Implementation

@$pb.TagNumber(3)
set instanceId($core.String value) => $_setString(0, value);