github.com/muxinc/mux-go@v1.1.1/model_export_file.go (about) 1 // Mux Go - Copyright 2019 Mux Inc. 2 // NOTE: This file is auto generated. Do not edit this file manually. 3 4 package muxgo 5 6 type ExportFile struct { 7 Version int32 `json:"version,omitempty"` 8 Type string `json:"type,omitempty"` 9 Path string `json:"path,omitempty"` 10 }