Organization

AnalyticsGoogle Marketing PlatformMarketingOrganization ManagementPlatform Administration

Properties

Name Type Description
name string Resource name of the organization.
displayName string The display name of the organization.
View JSON Schema on GitHub

JSON Schema

openapi-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Organization",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Resource name of the organization."
    },
    "displayName": {
      "type": "string",
      "description": "The display name of the organization."
    }
  }
}