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