Aliyun.Acs.Slb.Transform.V20140515.RemoveListenerWhiteListItemResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : RemoveListenerWhiteListItemResponse
context UnmarshallerContext
return RemoveListenerWhiteListItemResponse
        public static RemoveListenerWhiteListItemResponse Unmarshall(UnmarshallerContext context)
        {
            RemoveListenerWhiteListItemResponse removeListenerWhiteListItemResponse = new RemoveListenerWhiteListItemResponse();

            removeListenerWhiteListItemResponse.HttpResponse = context.HttpResponse;
            removeListenerWhiteListItemResponse.RequestId = context.StringValue("RemoveListenerWhiteListItem.RequestId");

            return removeListenerWhiteListItemResponse;
        }
RemoveListenerWhiteListItemResponseUnmarshaller