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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetUserBlackListResponse
context UnmarshallerContext
return SetUserBlackListResponse
        public static SetUserBlackListResponse Unmarshall(UnmarshallerContext context)
        {
            SetUserBlackListResponse setUserBlackListResponse = new SetUserBlackListResponse();

            setUserBlackListResponse.HttpResponse = context.HttpResponse;
            setUserBlackListResponse.RequestId = context.StringValue("SetUserBlackList.RequestId");

            return setUserBlackListResponse;
        }
SetUserBlackListResponseUnmarshaller