Files
rudder-go-sdk/models/listugcresponse.go
T

9 lines
202 B
Go
Raw Normal View History

2026-08-12 14:04:30 +03:00
// Code generated by apigen. DO NOT EDIT.
package models
type ListUgcResponse struct {
Items []UgcSubmission `json:"items,omitempty"`
NextCursor string `json:"nextCursor,omitempty"`
}