0

What are all the possible responses when retrieving the domain's product version?

Response example:

<apps:property name='edition' value='standard' />

I'm using this Google Apps Admin SDK: Retrieving the domain's product version docs

I can only identify two response values:

  • standard: legacy free edition
  • premier: bussines edition
Edu Lomeli
  • 2,263
  • 20
  • 18

1 Answers1

1

I only see this reference for the Edition property.

Returns: A string, the domain's edition (premier, education, partner)

Hope that helps!

KRR
  • 4,647
  • 2
  • 14
  • 14