10 lines
227 B
Go
10 lines
227 B
Go
|
|
// 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"`
|
||
|
|
}
|