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'] |
speed | Integer | The speed score | |
_links | Links45 | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::DesktopSpeed.new(
complexity: null,
issue_name: null,
issue_type: null,
speed: null,
_links: null
)