supportedTiers property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? supportedTiers
getter/setter pair

The tiers that support this notification channel; the project service tier must be one of the supported_tiers.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? supportedTiers;