ids property

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

The list of unique identifiers of the resources that you associated with the SCA device.

Implementation

@BuiltValueField(wireName: r'ids')
BuiltList<String>? get ids;