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::ImagesLargerThan1Mb
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The id of the image | |
file_size | Integer | The size of the file in bytes | |
last_modified | Time | The timestamp for when the file was last modified | [optional] |
referring_pages | Integer | The number of pages referring to the file |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::ImagesLargerThan1Mb.new(
id: null,
file_size: null,
last_modified: null,
referring_pages: null
)