type property

  1. @TagNumber(1)
String 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(1)
void type=(String v)

Implementation

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