SlackModelFactory.CreateChannelResponse(Channel) Method

Definition

Creates a new instance of CreateChannelResponse(Channel).

public static Azure.Connectors.Sdk.Slack.Models.CreateChannelResponse CreateChannelResponse(Azure.Connectors.Sdk.Slack.Models.Channel channel = default);
static member CreateChannelResponse : Azure.Connectors.Sdk.Slack.Models.Channel -> Azure.Connectors.Sdk.Slack.Models.CreateChannelResponse
Public Shared Function CreateChannelResponse (Optional channel As Channel = Nothing) As CreateChannelResponse

Parameters

channel
Channel

Returns

Applies to