Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.42 KB

PageWithMissingImageWidthHeightAttribute.md

File metadata and controls

38 lines (32 loc) · 1.42 KB

SiteimproveAPIClient::PageWithMissingImageWidthHeightAttribute

Properties

Name Type Description Notes
id Integer The id of the page
title String Title of the page [optional]
url String The URL of the page [optional]
checking_now Boolean Is true if page is being checked now; otherwise false
cms_url String Url for the cms entry for editing the page. [optional]
images Integer The number of images found on the page
images_missing_width_height_attributes Integer The number of images missing width and/or height attributes
images_with_width_height_attributes Integer The number of images with width and height attributes
page_level Integer Page level in site hierarchy. [optional]
page_views Integer Number of times this page has been viewed [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageWithMissingImageWidthHeightAttribute.new(
  id: null,
  title: null,
  url: null,
  checking_now: null,
  cms_url: null,
  images: null,
  images_missing_width_height_attributes: null,
  images_with_width_height_attributes: null,
  page_level: null,
  page_views: null,
  _siteimprove: null
)