Inheritance: Aliyun.Acs.Core.AcsResponse
        public static GetUserDomainBlackListResponse Unmarshall(UnmarshallerContext context)
        {
            GetUserDomainBlackListResponse getUserDomainBlackListResponse = new GetUserDomainBlackListResponse();

            getUserDomainBlackListResponse.HttpResponse = context.HttpResponse;
            getUserDomainBlackListResponse.RequestId = context.StringValue("GetUserDomainBlackList.RequestId");
            getUserDomainBlackListResponse.Bind = context.StringValue("GetUserDomainBlackList.Bind");

            return getUserDomainBlackListResponse;
        }