2026-08-12 23:58:31 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
|
|
|
|
|
namespace RudderSdk.Core.Models.ProjectStorage;
|
|
|
|
|
|
|
|
|
|
public class ProjectStorageUpdateItem
|
|
|
|
|
{
|
|
|
|
|
[JsonProperty("data")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public string? Data { get; set; }
|
2026-08-12 23:58:31 +03:00
|
|
|
|
|
|
|
|
[JsonProperty("type")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public string? Type { get; set; }
|
2026-08-12 23:58:31 +03:00
|
|
|
|
|
|
|
|
}
|