Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 943 Bytes

File metadata and controls

28 lines (22 loc) · 943 Bytes

Late::GetGoogleBusinessSearchKeywords200Response

Properties

Name Type Description Notes
success Boolean [optional]
account_id String [optional]
platform String [optional]
month_range GetGoogleBusinessSearchKeywords200ResponseMonthRange [optional]
keywords Array<GetGoogleBusinessSearchKeywords200ResponseKeywordsInner> [optional]
note String [optional]

Example

require 'late-sdk'

instance = Late::GetGoogleBusinessSearchKeywords200Response.new(
  success: true,
  account_id: null,
  platform: googlebusiness,
  month_range: null,
  keywords: null,
  note: Keywords below a minimum impression threshold are excluded by Google
)