Class ResourceProviderSendEventAction
- Namespace
- FoundationaLLM.Common.Models.ResourceProviders.Global
- Assembly
- FoundationaLLM.Common.dll
Represents a management action to send an event to a resource provider.
public class ResourceProviderSendEventAction : ResourceProviderManagementAction
- Inheritance
-
ResourceProviderSendEventAction
- Inherited Members
- Extension Methods
Constructors
ResourceProviderSendEventAction()
Initializes a new instance of the ResourceProviderSendEventAction class.
public ResourceProviderSendEventAction()
Properties
EventType
Gets or sets the type of the event to be sent.
[JsonPropertyName("event_type")]
[JsonPropertyOrder(1)]
public required string EventType { get; set; }