Aliyun.Acs.Iot.Transform.V20160530.UpdateProductResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

public static Unmarshall ( UnmarshallerContext context ) : UpdateProductResponse
context UnmarshallerContext
Результат Aliyun.Acs.Iot.Model.V20160530.UpdateProductResponse
        public static UpdateProductResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateProductResponse updateProductResponse = new UpdateProductResponse();

            updateProductResponse.HttpResponse = context.HttpResponse;
            updateProductResponse.RequestId = context.StringValue("UpdateProduct.RequestId");
            updateProductResponse.Success = context.BooleanValue("UpdateProduct.Success");
            updateProductResponse.ErrorMessage = context.StringValue("UpdateProduct.ErrorMessage");

            return updateProductResponse;
        }
UpdateProductResponseUnmarshaller