Describe the bug
As per the documentation, a Channel object should have a property called LayoutType. Yet at least version 5.103.0 doesn't have it. So either the documentation mentions something that isn't there, or there's something with the metadata that is then turned into objects
Expected behavior
the Channel class in Microsoft.Graph.Models has a property called LayoutType
How to reproduce
Instantiate a Channel as follows.
var requestBody = new Channel
{
LayoutType = ChannelLayoutType.Chat,
};
SDK Version
5.103.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```
</details>
### Configuration
- OS: Win 11
- Architecture: x64
- .NET SDK 10.0.202
### Other information
_No response_
Describe the bug
As per the documentation, a
Channelobject should have a property calledLayoutType. Yet at least version 5.103.0 doesn't have it. So either the documentation mentions something that isn't there, or there's something with the metadata that is then turned into objectsExpected behavior
the
Channelclass inMicrosoft.Graph.Modelshas a property calledLayoutTypeHow to reproduce
Instantiate a Channel as follows.
SDK Version
5.103.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```