Aliyun.Acs.Push.Transform.V20150827.RevertRpcResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : RevertRpcResponse
context UnmarshallerContext
return Aliyun.Acs.Push.Model.V20150827.RevertRpcResponse
        public static RevertRpcResponse Unmarshall(UnmarshallerContext context)
        {
            RevertRpcResponse revertRpcResponse = new RevertRpcResponse();

            revertRpcResponse.HttpResponse = context.HttpResponse;
            revertRpcResponse.RpcCode = context.StringValue("RevertRpc.RpcCode");
            revertRpcResponse.ResponseContent = context.StringValue("RevertRpc.ResponseContent");

            return revertRpcResponse;
        }
RevertRpcResponseUnmarshaller