Packet Capture Storage Location Response
data class PacketCaptureStorageLocationResponse(val filePath: String? = null, val storageId: String? = null, val storagePath: String? = null)
The storage location for a packet capture session.
Constructors
Link copied to clipboard
fun PacketCaptureStorageLocationResponse(filePath: String? = null, storageId: String? = null, storagePath: String? = null)