IntentContentResponse

data class IntentContentResponse(val description: String? = null, val destinationResourceId: String, val ipTraffic: IPTrafficResponse, val sourceResourceId: String)

Intent information.

Constructors

Link copied to clipboard
constructor(description: String? = null, destinationResourceId: String, ipTraffic: IPTrafficResponse, sourceResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard

Destination resource id of the intent.

Link copied to clipboard

IP traffic information.

Link copied to clipboard

Source resource id of the intent.