itemsTotal property

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

The total amount of registered SCA devices that match the query parameters.

Implementation

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