data property

  1. @BuiltValueField.new(wireName: r'data')
BuiltList<IdName>? get data

The terminal models that the API credential has access to.

Implementation

@BuiltValueField(wireName: r'data')
BuiltList<IdName>? get data;