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

9 lines
214 B
Go
Raw Normal View History

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