Class ResourceProviderManagementActionTypes
- Namespace
- FoundationaLLM.Common.Models.ResourceProviders.Global
- Assembly
- FoundationaLLM.Common.dll
Defines the types of management actions that can be performed on resource providers.
public static class ResourceProviderManagementActionTypes
- Inheritance
-
ResourceProviderManagementActionTypes
- Inherited Members
Fields
SendEvent
Represents an action to send an event to a resource provider.
public const string SendEvent = "send-event"