Current section
Files
Jump to
Current section
Files
lib/fast_postman_collection/generate_collection/structs/request.ex
defmodule FastPostmanCollection.GenerateCollection.Structs.Request do
defstruct method: "",
auth: %{},
header: [],
body: nil,
description: "",
url: %FastPostmanCollection.GenerateCollection.Structs.Url{}
end