Beispiel #1
0
        public static DeleteApiStageVariableResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteApiStageVariableResponse deleteApiStageVariableResponse = new DeleteApiStageVariableResponse();

            deleteApiStageVariableResponse.HttpResponse = context.HttpResponse;
            deleteApiStageVariableResponse.RequestId    = context.StringValue("DeleteApiStageVariable.RequestId");

            return(deleteApiStageVariableResponse);
        }
        public static DeleteApiStageVariableResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteApiStageVariableResponse deleteApiStageVariableResponse = new DeleteApiStageVariableResponse();

            deleteApiStageVariableResponse.HttpResponse = context.HttpResponse;
            deleteApiStageVariableResponse.RequestId = context.StringValue("DeleteApiStageVariable.RequestId");

            return deleteApiStageVariableResponse;
        }