botManagement property

Implementation

IncomingRequestCfPropertiesBotManagement? get botManagement {
  final obj = _delegate.botManagement;
  if (obj == null) return null;
  return IncomingRequestCfPropertiesBotManagement._(obj);
}