ListTaskPushNotificationConfigParams

data class ListTaskPushNotificationConfigParams(val limit: Int? = null, val offset: Int? = null)(source)

Parameters for listing push notification configurations https://a2a-protocol.org/latest/specification/#77-taskspushnotificationconfiglist

Constructors

Link copied to clipboard
constructor(limit: Int? = null, offset: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "limit")
val limit: Int?
Link copied to clipboard
@SerialName(value = "offset")
val offset: Int?