FileItem
data class FileItem(val url: String, val name: String, val options: AdResponse.FileItem.FileOptions? = null, val description: String? = null) : Parcelable
A portion of the data received from the ad server and decoded by the SDK that is associated with additional advertising content.
It is most often used in cases where advertising includes not only images but also other advertising resources, such as HTML code.