ListTaskPushNotificationConfigParamsBuilder

DSL builder for ListTaskPushNotificationConfigParams.

Example usage:

val params = listTaskPushNotificationConfigParams {
limit = 10
offset = 0
}

Constructors

constructor()

Properties

Link copied to clipboard
var limit: Int?
Link copied to clipboard
var offset: Int?

Functions

Link copied to clipboard

Builds a ListTaskPushNotificationConfigParams instance with the configured parameters.

Link copied to clipboard

Sets the limit for the number of configurations to return.

Link copied to clipboard

Sets the offset for pagination.