Наследование: Aliyun.Acs.Core.AcsResponse
        public static DescribeLiveAppRecordConfigResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeLiveAppRecordConfigResponse describeLiveAppRecordConfigResponse = new DescribeLiveAppRecordConfigResponse();

            describeLiveAppRecordConfigResponse.HttpResponse = context.HttpResponse;
            describeLiveAppRecordConfigResponse.RequestId = context.StringValue("DescribeLiveAppRecordConfig.RequestId");

            DescribeLiveAppRecordConfigResponse.LiveAppRecord_ liveAppRecord = new DescribeLiveAppRecordConfigResponse.LiveAppRecord_();
            liveAppRecord.DomainName = context.StringValue("DescribeLiveAppRecordConfig.LiveAppRecord.DomainName");
            liveAppRecord.AppName = context.StringValue("DescribeLiveAppRecordConfig.LiveAppRecord.AppName");
            liveAppRecord.OssEndpoint = context.StringValue("DescribeLiveAppRecordConfig.LiveAppRecord.OssEndpoint");
            liveAppRecord.OssBucket = context.StringValue("DescribeLiveAppRecordConfig.LiveAppRecord.OssBucket");
            liveAppRecord.OssObjectPrefix = context.StringValue("DescribeLiveAppRecordConfig.LiveAppRecord.OssObjectPrefix");
            liveAppRecord.CreateTime = context.StringValue("DescribeLiveAppRecordConfig.LiveAppRecord.CreateTime");
            describeLiveAppRecordConfigResponse.LiveAppRecord = liveAppRecord;

            return describeLiveAppRecordConfigResponse;
        }