Just json to c#
This commit is contained in:
12
src/ImmichToSlideshow/Models/Open/Api/Band/Post/Video.cs
Normal file
12
src/ImmichToSlideshow/Models/Open/Api/Band/Post/Video.cs
Normal file
@ -0,0 +1,12 @@
|
||||
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 {
|
||||
}
|
Reference in New Issue
Block a user