SetPropertyServiceLevelRequest

AnalyticsGoogle Marketing PlatformMarketingOrganization ManagementPlatform Administration

Properties

Name Type Description
analyticsProperty string The Analytics property resource name.
serviceLevel string
View JSON Schema on GitHub

JSON Schema

openapi-set-property-service-level-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SetPropertyServiceLevelRequest",
  "type": "object",
  "properties": {
    "analyticsProperty": {
      "type": "string",
      "description": "The Analytics property resource name."
    },
    "serviceLevel": {
      "type": "string"
    }
  }
}