type property
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);
Implementation
@$pb.TagNumber(3)
set type($core.String v) {
$_setString(2, v);
}