github.com/muxinc/mux-go@v1.1.1/model_get_asset_or_live_stream_id_response_data.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 GetAssetOrLiveStreamIdResponseData struct { 7 // The Playback ID used to retrieve the corresponding asset or the live stream ID 8 Id string `json:"id,omitempty"` 9 Policy PlaybackPolicy `json:"policy,omitempty"` 10 Object GetAssetOrLiveStreamIdResponseDataObject `json:"object,omitempty"` 11 }