type property

  1. @TagNumber(3)
String type

The type of the resource. The syntax is platform-specific because different platforms define their resources differently.

For Google APIs, the type format must be "{service}/{kind}".

Implementation

@$pb.TagNumber(3)
$core.String get type => $_getSZ(2);
  1. @TagNumber(3)
void type=(String v)

Implementation

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