Exemple #1
0
        public static SwitchApiResponse Unmarshall(UnmarshallerContext context)
        {
            SwitchApiResponse switchApiResponse = new SwitchApiResponse();

            switchApiResponse.HttpResponse = context.HttpResponse;
            switchApiResponse.RequestId    = context.StringValue("SwitchApi.RequestId");

            return(switchApiResponse);
        }
        public static SwitchApiResponse Unmarshall(UnmarshallerContext context)
        {
            SwitchApiResponse switchApiResponse = new SwitchApiResponse();

            switchApiResponse.HttpResponse = context.HttpResponse;
            switchApiResponse.RequestId = context.StringValue("SwitchApi.RequestId");

            return switchApiResponse;
        }