Warning
This document has not been updated for a while now. It may be out of date.
Last updated:
5 Jul 2023
siteimprove_api_client: SiteimproveAPIClient::LinksAnalyticsCampaigns
Properties
Name | Type | Description | Notes |
---|---|---|---|
summary | Href62 | [optional] | |
contents | Href63 | [optional] | |
mediums | Href64 | [optional] | |
pages | Href65 | [optional] | |
sources | Href66 | [optional] | |
terms | Href67 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksAnalyticsCampaigns.new(
summary: null,
contents: null,
mediums: null,
pages: null,
sources: null,
terms: null
)