SiteimproveAPIClient::RobotsTxtExist 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'] robots_txt_exists Boolean Is true if the robots.txt file exists; otherwise false _links Links1 [optional] Example require 'siteimprove_api_client' instance = SiteimproveAPIClient::RobotsTxtExist.new( complexity: null, issue_name: null, issue_type: null, robots_txt_exists: null, _links: null )