platformEdition property

String? platformEdition
getter/setter pair

Platform edition. Possible string values are:

  • "PLATFORM_EDITION_UNSPECIFIED" : Represents an unspecified platform edition.
  • "LOOKER_CORE_TRIAL" : Represents the Looker Core Trial edition.
  • "LOOKER_CORE_STANDARD" : Represents the Looker Core Standard edition.
  • "LOOKER_CORE_STANDARD_ANNUAL" : Represents the Looker Core Standard Annual edition.
  • "LOOKER_CORE_ENTERPRISE_ANNUAL" : Represents the Looker Core Enterprise Annual edition.
  • "LOOKER_CORE_EMBED_ANNUAL" : Represents the Looker Core Embed Annual edition.
  • "LOOKER_CORE_NONPROD_STANDARD_ANNUAL" : Represents the Looker Core Nonprod Standard Annual edition.
  • "LOOKER_CORE_NONPROD_ENTERPRISE_ANNUAL" : Represents the Looker Core Nonprod Enterprise Annual edition.
  • "LOOKER_CORE_NONPROD_EMBED_ANNUAL" : Represents the Looker Core Nonprod Embed Annual edition.
  • "LOOKER_CORE_TRIAL_STANDARD" : Represents the Looker Core Trial Standard edition.
  • "LOOKER_CORE_TRIAL_ENTERPRISE" : Represents the Looker Core Trial Enterprise edition.
  • "LOOKER_CORE_TRIAL_EMBED" : Represents the Looker Core Trial Embed edition.

Implementation

core.String? platformEdition;