// Code generated by apigen. DO NOT EDIT. package models type ListUgcResponse struct { Items []UgcSubmission `json:"items,omitempty"` NextCursor string `json:"nextCursor,omitempty"` }