SiteimproveAPIClient::CompressionUsed Properties Name Type Description Notes complexity String The complexity of the issue [default to 'none'] compression_used Boolean Is true if compression is used for all resources otherwise false issue_name String The name of the issue [optional] issue_type String The type of issue [default to 'unknown'] _links Links1 [optional] Example require 'siteimprove_api_client' instance = SiteimproveAPIClient::CompressionUsed.new( complexity: null, compression_used: null, issue_name: null, issue_type: null, _links: null )