// Code generated by apigen. DO NOT EDIT. using Newtonsoft.Json; using System.Collections.Generic; namespace RudderSdk.Core.Models.ProjectStorage; public class GetProjectStorageResponse { [JsonProperty("items")] public List? Items { get; set; } [JsonProperty("nextCursor")] public string? NextCursor { get; set; } }