internalCheckers property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The internal checkers that this check will egress from.
If is_internal is true and this list is empty, the check will egress from all the InternalCheckers configured for the project that owns this UptimeCheckConfig.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.List<InternalChecker>? internalCheckers;