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