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 issuerID.identifier where issuerID is issued by Google and identifier is chosen by you.

Required.

Implementation

core.String? classId;