| 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] |
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
)