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

            describeLiveStreamsBlockListResponse.HttpResponse = context.HttpResponse;
            describeLiveStreamsBlockListResponse.RequestId = context.StringValue("DescribeLiveStreamsBlockList.RequestId");
            describeLiveStreamsBlockListResponse.DomainName = context.StringValue("DescribeLiveStreamsBlockList.DomainName");

            List<string> streamUrls = new List<string>();
            for (int i = 0; i < context.Length("DescribeLiveStreamsBlockList.StreamUrls.Length"); i++) {
                streamUrls.Add(context.StringValue("DescribeLiveStreamsBlockList.StreamUrls["+ i +"]"));
            }
            describeLiveStreamsBlockListResponse.StreamUrls = streamUrls;

            return describeLiveStreamsBlockListResponse;
        }