Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 408 Bytes

FeedbackResolution.md

File metadata and controls

20 lines (14 loc) · 408 Bytes

SiteimproveAPIClient::FeedbackResolution

Properties

Name Type Description Notes
height Integer Resolution height. [optional]
width Integer Resolution width. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::FeedbackResolution.new(
  height: null,
  width: null
)