notification Category Subscriptions
suspend fun notificationCategorySubscriptions(value: Output<List<FolderContactNotificationCategorySubscriptionsItem>>)
suspend fun notificationCategorySubscriptions(value: List<FolderContactNotificationCategorySubscriptionsItem>?)
Parameters
value
The categories of notifications that the contact will receive communications for.
suspend fun notificationCategorySubscriptions(vararg values: Output<FolderContactNotificationCategorySubscriptionsItem>)
suspend fun notificationCategorySubscriptions(values: List<Output<FolderContactNotificationCategorySubscriptionsItem>>)
suspend fun notificationCategorySubscriptions(vararg values: FolderContactNotificationCategorySubscriptionsItem)
Parameters
values
The categories of notifications that the contact will receive communications for.