Unifapi::SeoKeywordIdeasResponse Properties Name Type Description Notes seed_keywords Array<String> Seed keywords echoed from the request. location String language String view SeoKeywordView total_count Integer Total number of keyword ideas available for the request in DataForSEO's database. [optional] offset Integer Offset applied to the results. [optional] offset_token String Pass this token as offset_token to fetch the next page of ideas. [optional] results Array<SeoKeywordItem> Keyword ideas with search volume, competition, difficulty, and intent. Each keyword is one billable record. Example require 'unifapi' instance = Unifapi::SeoKeywordIdeasResponse.new( seed_keywords: null, location: null, language: null, view: null, total_count: null, offset: null, offset_token: null, results: null )