deleteTaskPushNotificationConfigParams
inline fun deleteTaskPushNotificationConfigParams(init: DeleteTaskPushNotificationConfigParamsBuilder.() -> Unit): DeleteTaskPushNotificationConfigParams(source)
Top-level DSL function for creating DeleteTaskPushNotificationConfigParams.
Return
A new DeleteTaskPushNotificationConfigParams instance.
Parameters
init
The lambda to configure the delete task push notification config params.
fun deleteTaskPushNotificationConfigParams(init: Consumer<DeleteTaskPushNotificationConfigParamsBuilder>): DeleteTaskPushNotificationConfigParams(source)
Java-friendly top-level DSL function for creating DeleteTaskPushNotificationConfigParams.
Return
A new DeleteTaskPushNotificationConfigParams instance.
Parameters
init
The consumer to configure the delete task push notification config params.