github.com/muxinc/mux-go@v1.1.1/model_update_asset_mp4_support_request.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 UpdateAssetMp4SupportRequest struct {
     7  	// String value for the level of mp4 support
     8  	Mp4Support string `json:"mp4_support,omitempty"`
     9  }