Types
BulkUpdateSlackChannelSettingResult
The outcome of a single update inside bulkUpdateSlackChannelSettings.
object
BulkUpdateSlackChannelSettingResultFields
slackChannelId
ID!
The Plain slack channel id this result corresponds to.
code
String!
The setting code this result corresponds to.
setting
The setting after the update. Null when the update failed.
error
Per-item error, if the update failed. Null when the update succeeded.

