Skip to content

missing property on Channel object #3093

@ssteiner

Description

@ssteiner

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_

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions