Aliyun.Acs.Cdn.Transform.V20141111.ClearUserBlackListResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ClearUserBlackListResponse
context UnmarshallerContext
return ClearUserBlackListResponse
        public static ClearUserBlackListResponse Unmarshall(UnmarshallerContext context)
        {
            ClearUserBlackListResponse clearUserBlackListResponse = new ClearUserBlackListResponse();

            clearUserBlackListResponse.HttpResponse = context.HttpResponse;
            clearUserBlackListResponse.RequestId = context.StringValue("ClearUserBlackList.RequestId");

            return clearUserBlackListResponse;
        }
ClearUserBlackListResponseUnmarshaller