dataId property

Either2<String, Null> dataId
final

An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or null if no data breakpoint is available.

Implementation

final Either2<String, Null> dataId;