getTaskPushNotificationResponse
inline fun getTaskPushNotificationResponse(init: GetTaskPushNotificationResponseBuilder.() -> Unit): GetTaskPushNotificationResponse(source)
Top-level DSL function for creating GetTaskPushNotificationResponse.
Return
A new GetTaskPushNotificationResponse instance.
Parameters
init
The lambda to configure the get task push notification response.
fun getTaskPushNotificationResponse(init: Consumer<GetTaskPushNotificationResponseBuilder>): GetTaskPushNotificationResponse(source)
Java-friendly top-level DSL function for creating GetTaskPushNotificationResponse.
Return
A new GetTaskPushNotificationResponse instance.
Parameters
init
The consumer to configure the get task push notification response.