Current section
Files
Jump to
Current section
Files
lib/fast_postman_collection/generate_collection/structs/folder.ex
defmodule FastPostmanCollection.GenerateCollection.Structs.Folder do
defstruct name: "", item: [], description: "", event: "", auth: nil
end