github.com/muxinc/mux-go@v1.1.1/model_video_view_event.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 VideoViewEvent struct {
     7  	ViewerTime   int64  `json:"viewer_time,omitempty"`
     8  	PlaybackTime int64  `json:"playback_time,omitempty"`
     9  	Name         string `json:"name,omitempty"`
    10  	EventTime    int64  `json:"event_time,omitempty"`
    11  }