classId property

String? classId
getter/setter pair

The class associated with this object.

The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you.

Required.

Implementation

core.String? classId;