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

Link copied to clipboard
constructor(name: String, value: String, attributes: Map<String, String>)

Properties

Link copied to clipboard

The Map instance of attributes of the node for the ad verification resource.

Link copied to clipboard

The name of the node for the ad verification resource.

Link copied to clipboard

The value of the node for the ad verification resource.