apiVersion property

  1. @BuiltValueField.new(wireName: r'apiVersion')
int? get apiVersion

The version of the notification to which you are subscribing. To make sure that your integration can properly process the notification, subscribe to the same version as the API that you're using.

Implementation

@BuiltValueField(wireName: r'apiVersion')
int? get apiVersion;