Function.Parameters

Function.Parameters property

Gets or sets the parameters the functions accepts, described as a JSON Schema object.

public object Parameters { get; set; }

See Also