ListTaskPushNotificationConfigRequestBuilder

DSL builder for ListTaskPushNotificationConfigRequest.

Example usage:

val request = listTaskPushNotificationConfigRequest {
id = "1"
params {
limit = 10
offset = 0
}
}

Constructors

constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds a ListTaskPushNotificationConfigRequest instance with the configured parameters.

Link copied to clipboard

Sets the ID of the request.

Link copied to clipboard

Configures the list parameters using a Java-friendly Consumer.

Configures the list parameters using a lambda with receiver.