Torngen.Spec.Parameter.Content (Torngen v0.1.5)
View SourceRepresents content parameters for OpenAPI requests.
This struct is intended to extend the base Torngen.Spec.Parameter struct when handling parameters for OpenAPI requests.
External Resources
Summary
Types
@type t() :: %Torngen.Spec.Parameter.Content{content: map()}
Represents content parameters.
Fields
content- A map containing the representations for the parameter. The key is the media type and the value describes it.