Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 871 Bytes

UpdatedMediaInfo.md

File metadata and controls

28 lines (22 loc) · 871 Bytes

SiteimproveAPIClient::UpdatedMediaInfo

Properties

Name Type Description Notes
complexity String The complexity of the issue [default to 'none']
issue_name String The name of the issue [optional]
issue_type String The type of issue [default to 'unknown']
non_updated_media_files Integer The number of media files not updated within last year
total_media_files Integer The total number of media files
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::UpdatedMediaInfo.new(
  complexity: null,
  issue_name: null,
  issue_type: null,
  non_updated_media_files: null,
  total_media_files: null,
  _links: null
)