12 lines
355 B
C#
12 lines
355 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace ImmichToSlideshow.Models.Open.Api.Band.Post;
|
|
|
|
public record Video(
|
|
[property: JsonPropertyName("175284037")] P175284037 P175284037
|
|
);
|
|
|
|
[JsonSourceGenerationOptions(WriteIndented = true)]
|
|
[JsonSerializable(typeof(Video))]
|
|
public partial class PostVideoSourceGenerationContext : JsonSerializerContext {
|
|
} |