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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : GetUserDomainBlackListResponse
context UnmarshallerContext
return Aliyun.Acs.Cdn.Model.V20141111.GetUserDomainBlackListResponse
        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;
        }
GetUserDomainBlackListResponseUnmarshaller