DeleteTaskPushNotificationConfigRequestBuilder
DSL builder for DeleteTaskPushNotificationConfigRequest.
Example usage:
val request = deleteTaskPushNotificationConfigRequest {
id = "1"
params {
id = "task_12345"
}
}Content copied to clipboard
Properties
Functions
Link copied to clipboard
Builds a DeleteTaskPushNotificationConfigRequest instance with the configured parameters.
Link copied to clipboard
Sets the ID of the request.
Link copied to clipboard
fun params(init: Consumer<DeleteTaskPushNotificationConfigParamsBuilder>): DeleteTaskPushNotificationConfigRequestBuilder
Configures the delete parameters using a Java-friendly Consumer.
fun params(init: DeleteTaskPushNotificationConfigParamsBuilder.() -> Unit): DeleteTaskPushNotificationConfigRequestBuilder
Configures the delete parameters using a lambda with receiver.