Intent Content Response
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)