Azure.Connectors.Sdk.Eventbrite.Models Namespace

Classes

Name Description
CreateEventResponse

Response for Create event (V2)

EventbriteModelFactory

Model factory for creating instances of Eventbrite models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

EventbriteOnNewEventTriggerPayload

Typed trigger payload for the OnNewEvent trigger (Eventbrite "When an event is created (V2)", operationId: OnNewEventV2). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<EventbriteOnNewEventTriggerPayload>(body).

EventbriteOnOrderChangedTriggerPayload

Typed trigger payload for the OnOrderChanged trigger (Eventbrite "When an order changes (V2)", operationId: OnOrderChangedV2). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<EventbriteOnOrderChangedTriggerPayload>(body).

EventbriteTriggers

Static registry of trigger operations for the Eventbrite connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See EventbriteTriggerOperations for the complete list of trigger operation name constants.

GetCategoriesResponse

Response for Get categories

GetMyEventsResponse

Response for Get organization events

GetMyVenuesResponse

Response for Get venues (V2)

GetOrganizersResponse

Response for Get organizers (V2)