// Code generated by apigen. DO NOT EDIT. package models type ReviewUgcRequest struct { ID string `json:"id,omitempty"` ReviewedBy string `json:"reviewedBy,omitempty"` Status string `json:"status,omitempty"` }