Aliyun.Acs.Iot.Transform.V20160530.UnSubResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : UnSubResponse
context UnmarshallerContext
return UnSubResponse
        public static UnSubResponse Unmarshall(UnmarshallerContext context)
        {
            UnSubResponse unSubResponse = new UnSubResponse();

            unSubResponse.HttpResponse = context.HttpResponse;
            unSubResponse.RequestId = context.StringValue("UnSub.RequestId");
            unSubResponse.Success = context.BooleanValue("UnSub.Success");
            unSubResponse.ErrorMessage = context.StringValue("UnSub.ErrorMessage");

            return unSubResponse;
        }
UnSubResponseUnmarshaller