class AdSize
<init>
AdSize(width: Int, height: Int)
Creates the AdSize object with the width and height passed.
height
var height: Int
width
var width: Int