type property

  1. @TagNumber.new(1)
String get type

Required. The monitored resource type. For example, the type of a Compute Engine VM instance is gce_instance.

Implementation

@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
  1. @TagNumber.new(1)
set type (String v)

Implementation

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