Files
rudder-go-sdk/models/listugcresponse.go
T
2026-08-12 14:04:30 +03:00

9 lines
202 B
Go

// Code generated by apigen. DO NOT EDIT.
package models
type ListUgcResponse struct {
Items []UgcSubmission `json:"items,omitempty"`
NextCursor string `json:"nextCursor,omitempty"`
}