LastModifiedInfo

Modification timestamp information.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
time string Timestamp of the last change in milliseconds since epoch.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-last-modified-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LastModifiedInfo",
  "type": "object",
  "description": "Modification timestamp information.",
  "properties": {
    "time": {
      "type": "string",
      "description": "Timestamp of the last change in milliseconds since epoch."
    }
  }
}