Aliyun.Acs.Mts.Transform.V20140618.CategoryTreeResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

public static Unmarshall ( UnmarshallerContext context ) : CategoryTreeResponse
context UnmarshallerContext
Результат Aliyun.Acs.Mts.Model.V20140618.CategoryTreeResponse
        public static CategoryTreeResponse Unmarshall(UnmarshallerContext context)
        {
            CategoryTreeResponse categoryTreeResponse = new CategoryTreeResponse();

            categoryTreeResponse.HttpResponse = context.HttpResponse;
            categoryTreeResponse.RequestId = context.StringValue("CategoryTree.RequestId");
            categoryTreeResponse.CategoryTree = context.StringValue("CategoryTree.CategoryTree");

            return categoryTreeResponse;
        }
CategoryTreeResponseUnmarshaller