CallbackPlan constructor

Represents a plan for executing a callback operation.

public CallbackPlan(string CallbackId, string UrlTemplate, HttpMethod Method, string OperationId, 
    IReadOnlyList<CallbackParamPlan> PathParams, CallbackBodyPlan? Body)
parameter description
CallbackId The identifier for the callback
UrlTemplate The URL template for the callback
Method The HTTP method for the callback
OperationId The operation identifier for the callback
PathParams The list of path parameters for the callback
Body The body plan for the callback

See Also