-
- using FastReport.Utils.Json.Serialization;
- namespace FastReport.Cloud.FastReport.Models
- {
- internal sealed class SubscriptionFolder
- {
- [JsonProperty("folderId")]
- public string FolderId { get; set; }
- [JsonProperty("bytesUsed")]
- public long BytesUsed { get; set; }
- }
- }
|