| Name | Type | Description | Notes |
|---|---|---|---|
| request_id | String | UnifAPI request id for support and ledger correlation. | |
| data | SeoKeywordOverviewResponse | ||
| billing | Billing |
require 'unifapi'
instance = Unifapi::SeoKeywordsOverviewPost200Response.new(
request_id: null,
data: null,
billing: null
)