Current section
Files
Jump to
Current section
Files
lib/fast_postman_collection/generate_collection/structs/variable.ex
defmodule FastPostmanCollection.GenerateCollection.Structs.Variable do
defstruct id: "", key: "", value: "", type: "", name: "", disabled: false
end