Aliyun.Acs.Cdn.Transform.V20141111.DescribeLiveAppRecordConfigResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : DescribeLiveAppRecordConfigResponse
context UnmarshallerContext
Результат Aliyun.Acs.Cdn.Model.V20141111.DescribeLiveAppRecordConfigResponse
        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;
        }
DescribeLiveAppRecordConfigResponseUnmarshaller