Name | Type | Description | Notes |
---|---|---|---|
height | Integer | Resolution height. | [optional] |
width | Integer | Resolution width. | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::FeedbackResolution.new(
height: null,
width: null
)