PushCondition
@JsonClass(generateAdapter = true)
Content copied to clipboard
Ref: https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-pushrules
Constructors
Link copied to clipboard
fun PushCondition( @Json(name = "kind") kind: String, @Json(name = "key") key: String? = null, @Json(name = "pattern") pattern: String? = null, @Json(name = "is") iz: String? = null)
Content copied to clipboard