deviceId property

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

The unique identifier of the SCA device you associated with a resource.

Implementation

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