Aliyun.Acs.Ecs.Transform.V20140526.CancelTaskResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CancelTaskResponse
context UnmarshallerContext
return CancelTaskResponse
        public static CancelTaskResponse Unmarshall(UnmarshallerContext context)
        {
            CancelTaskResponse cancelTaskResponse = new CancelTaskResponse();

            cancelTaskResponse.HttpResponse = context.HttpResponse;
            cancelTaskResponse.RequestId = context.StringValue("CancelTask.RequestId");

            return cancelTaskResponse;
        }
CancelTaskResponseUnmarshaller