| Name | Type | Description | Notes |
|---|---|---|---|
| width | Integer | Browser viewport width for pixel ranking calculations. | [optional] |
| height | Integer | Browser viewport height for pixel ranking calculations. | [optional] |
| pixel_ratio | Float | Browser device pixel ratio for pixel ranking calculations. | [optional] |
require 'unifapi'
instance = Unifapi::SeoSerpViewport.new(
width: null,
height: null,
pixel_ratio: null
)