type property

String? type
getter/setter pair

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}", such as "pubsub.googleapis.com/Topic".

Implementation

core.String? type;