// Code generated by apigen. DO NOT EDIT. using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; namespace RudderSdk.Core.Models.Ugc; public class DeleteUgcResponse { [JsonProperty("success")] public bool Success { get; set; } }