ThumbnailResolution
public struct ThumbnailResolution : DecodableRepresents the resolution of a Verizon Media thumbnail.
- 
                  
                  The width of the thumbnail, in pixels. DeclarationSwift public var width: Int?
- 
                  
                  The height of the thumbnail, in pixels. DeclarationSwift public var height: Int?
- 
                  
                  The prefix of the thumbnail. DeclarationSwift public var prefix: String
- 
                  
                  The requested width, in pixels. Remark This can differ from the actual width because images are not stretched.DeclarationSwift public var bw: Int
- 
                  
                  The requested height, in pixels. Remark This can differ from the actual height because images are not stretched.DeclarationSwift public var bh: Int
 ThumbnailResolution Structure Reference
      ThumbnailResolution Structure Reference