Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user