Packages

FastPostmanCollection generate by your Phoenix Router collection for Postman, ...

Current section

Files

Jump to
fast_postman_collection lib fast_postman_collection generate_collection structs variable.ex
Raw

lib/fast_postman_collection/generate_collection/structs/variable.ex

defmodule FastPostmanCollection.GenerateCollection.Structs.Variable do
defstruct id: "", key: "", value: "", type: "", name: "", disabled: false
end