VerificationResource
data class VerificationResource(val name: String, val value: String, val attributes: Map<String, String>)
Represents information about single ad verification resource. For example:
In the example above:
the name of the ad verification resource is "JavaScriptResource"
the value of the ad verification resource is: "https://server.com/omid-validation-verification-script-v1.js"
the attributes of the ad verification resource are: apiFramework=“omid” and browserOptional=“true”
Constructors
Properties
Link copied to clipboard
The Map instance of attributes of the node for the ad verification resource.