A response to ReadDID
Since SmartDeviceLink 2.0
Array of requested DID results (with data if available).
@property (nonatomic, strong, nullable) NSArray<SDLDIDResult *> *didResult;
var didResult: [SDLDIDResult]? { get set }