actionType property

  1. @BuiltValueField.new(wireName: r'actionType')
String? get actionType

The type of terminal action: InstallAndroidApp, UninstallAndroidApp, InstallAndroidCertificate, or UninstallAndroidCertificate.

Implementation

@BuiltValueField(wireName: r'actionType')
String? get actionType;