SlackModelFactory.SetDNDResponse(Nullable<Boolean>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of SetDNDResponse(Nullable<Boolean>).
public static Azure.Connectors.Sdk.Slack.Models.SetDNDResponse SetDNDResponse(bool? snoozeEnabled = default);
static member SetDNDResponse : Nullable<bool> -> Azure.Connectors.Sdk.Slack.Models.SetDNDResponse
Public Shared Function SetDNDResponse (Optional snoozeEnabled As Nullable(Of Boolean) = Nothing) As SetDNDResponse