quanmiaolightapp-20240801/core/Models/UpdateVideoAnalysisTaskResponse.cs (18 lines of code) (raw):

// This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AlibabaCloud.SDK.QuanMiaoLightApp20240801.Models { public class UpdateVideoAnalysisTaskResponse : TeaModel { [NameInMap("headers")] [Validation(Required=false)] public Dictionary<string, string> Headers { get; set; } [NameInMap("statusCode")] [Validation(Required=false)] public int? StatusCode { get; set; } [NameInMap("body")] [Validation(Required=false)] public UpdateVideoAnalysisTaskResponseBody Body { get; set; } } }