github.com/muxinc/mux-go@v1.1.1/model_asset_master.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 // An object containing the current status of Master Access and the link to the Master MP4 file when ready. This object does not exist if `master_acess` is set to `none` and when the temporary URL expires. 7 type AssetMaster struct { 8 Status string `json:"status,omitempty"` 9 // The temporary URL to the master version of the video, as an MP4 file. This URL will expire after 24 hours. 10 Url string `json:"url,omitempty"` 11 }