Describe the bug
I'm unable to find the ChangeNotification & ChangeNotificationCollection models in version 2 of the msgraph-sdk-php.
These 2 models are included in version 1.
https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.110.0/src/Model
These classes appear to have been left out of other versions of the graph sdk, but were fixed:
microsoftgraph/msgraph-sdk-go-core#95
I also looked at a C# implementation for coding hints, looked at similar models in the source code for various models, and looked through Kiota documentation for deserialization, but wasn't able to find a straightforward way to handle change notifications using the graph api sdk. If more documentation & examples could be added to the SDK, that would be helpful.
Expected behavior
Click to expand log
```
```
### Configuration
_No response_
### Other information
_No response_
Describe the bug
I'm unable to find the ChangeNotification & ChangeNotificationCollection models in version 2 of the msgraph-sdk-php.
These 2 models are included in version 1.
https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.110.0/src/Model
These classes appear to have been left out of other versions of the graph sdk, but were fixed:
microsoftgraph/msgraph-sdk-go-core#95
I also looked at a C# implementation for coding hints, looked at similar models in the source code for various models, and looked through Kiota documentation for deserialization, but wasn't able to find a straightforward way to handle change notifications using the graph api sdk. If more documentation & examples could be added to the SDK, that would be helpful.
Expected behavior