Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
|
||||
package models
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
type UgcSubmission struct {
|
||||
Description string `json:"description,omitempty"`
|
||||
FileSize int64 `json:"fileSize,omitempty"`
|
||||
FileURL string `json:"fileUrl,omitempty"`
|
||||
ID string `json:"id,omitempty"`
|
||||
Metadata json.RawMessage `json:"metadata,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
ReviewedAt string `json:"reviewedAt,omitempty"`
|
||||
ReviewedBy string `json:"reviewedBy,omitempty"`
|
||||
Status string `json:"status,omitempty"`
|
||||
SubmittedAt string `json:"submittedAt,omitempty"`
|
||||
SubmittedBy SubmittedBy `json:"submittedBy,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user