github.com/muxinc/mux-go@v1.1.1/model_get_asset_or_live_stream_id_response_data_object.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 // Describes the Asset or LiveStream object associated with the playback ID. 7 type GetAssetOrLiveStreamIdResponseDataObject struct { 8 // The identifier of the object. 9 Id string `json:"id,omitempty"` 10 // Identifies the object type associated with the playback ID. 11 Type string `json:"type,omitempty"` 12 }