INTERFACE
interface O365TeamsChannelObject {# The ID of the Teams channel.id: String # The display name of the Teams channel.name: String # The name of the Sharepoint folder for the Teams channel.folderName: String # The ID of the Sharepoint folder for the Teams channel.folderId: String }