Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: SiteimproveAPIClient::ImagesLargerThan1MbInfo

Properties

Name Type Description Notes
complexity String The complexity of the issue [default to 'none']
images_larger_than_1mb Integer The number of images larger than 1 mb
issue_name String The name of the issue [optional]
issue_type String The type of issue [default to 'unknown']
total_images Integer The total number of images
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ImagesLargerThan1MbInfo.new(
  complexity: null,
  images_larger_than_1mb: null,
  issue_name: null,
  issue_type: null,
  total_images: null,
  _links: null
)