ListTaskPushNotificationConfigResponseBuilder
DSL builder for ListTaskPushNotificationConfigResponse.
Example usage:
val response = listTaskPushNotificationConfigResponse {
id = "1"
result = listOf(taskConfig1, taskConfig2)
}Content copied to clipboard
Functions
Link copied to clipboard
Builds a ListTaskPushNotificationConfigResponse instance with the configured parameters.
Link copied to clipboard
Sets the error for the response.
Link copied to clipboard
Sets the ID of the response.
Link copied to clipboard
Sets the result list of task push notification configs.